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

[email protected] ("Tal Peer") Tue, 04 Feb 2003 12:45:58 -0000
Newsgroups php.embed.cvs
Message-ID <cvstal1044362758@cvsserver>
tal		Tue Feb  4 07:45:58 2003 EDT

  Modified files:              
    /embed/php-irssi/examples	users.php 
  Log:
  Add an Id cvs keyword
  
Index: embed/php-irssi/examples/users.php
diff -u embed/php-irssi/examples/users.php:1.3 embed/php-irssi/examples/users.php:1.4
--- embed/php-irssi/examples/users.php:1.3	Fri Jan 31 14:46:47 2003
+++ embed/php-irssi/examples/users.php	Tue Feb  4 07:45:58 2003
@@ -1,6 +1,9 @@
 <?php
-//This script outputs a list of servers, channels and users in each channel
-//usage: /php load users.php
+/*
+* This script outputs a list of servers, channels and users in each channel
+* usage: /php load users.php
+* $Id: users.php,v 1.4 2003/02/04 12:45:58 tal Exp $
+*/
 
 $servers  = irssi_server_list();