sas             Wed Mar  7 12:49:01 2001 EDT

  Modified files:              
    /php4/ext/ircg      ircg.c 
  Log:
  Add default message for channel modes
  
  
Index: php4/ext/ircg/ircg.c
diff -u php4/ext/ircg/ircg.c:1.46 php4/ext/ircg/ircg.c:1.47
--- php4/ext/ircg/ircg.c:1.46   Wed Mar  7 12:45:02 2001
+++ php4/ext/ircg/ircg.c        Wed Mar  7 12:49:01 2001
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: ircg.c,v 1.46 2001/03/07 20:45:02 sas Exp $ */
+/* $Id: ircg.c,v 1.47 2001/03/07 20:49:01 sas Exp $ */
 
 #include "php.h"
 #include "php_ini.h"
@@ -129,7 +129,9 @@
        "%f: server(%c) server info(%m)<br />",
        "%f has been idle for %m seconds<br />",
        "%f is on channel %c<br />",
-       "End of whois for %f<br />"
+       "End of whois for %f<br />",
+       "%f sets voice flag of %t to %m on %c<br />",
+       "%f sets channel operator flag of %t to %m on %c<br />"
 };
 
 #define MSG(conn, type) \



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to