cvs: embed /php-irssi/examples users.php

[email protected] ("Tal Peer") Fri, 31 Jan 2003 19:46:48 -0000
Newsgroups php.embed.cvs
Message-ID <cvstal1044042408@cvsserver>
tal		Fri Jan 31 14:46:48 2003 EDT

  Modified files:              
    /embed/php-irssi/examples	users.php 
  Log:
  Update example
  
Index: embed/php-irssi/examples/users.php
diff -u embed/php-irssi/examples/users.php:1.2 embed/php-irssi/examples/users.php:1.3
--- embed/php-irssi/examples/users.php:1.2	Thu Jan 30 10:42:48 2003
+++ embed/php-irssi/examples/users.php	Fri Jan 31 14:46:47 2003
@@ -1,6 +1,6 @@
 <?php
 //This script outputs a list of servers, channels and users in each channel
-//usage: /php include('/path/to/users.php');
+//usage: /php load users.php
 
 $servers  = irssi_server_list();