sas Mon Jul 7 11:45:44 2003 EDT Modified files: /php-src/ext/ircg ircg.c php_ircg_formats.h Log: add lusers related format messages Index: php-src/ext/ircg/ircg.c diff -u php-src/ext/ircg/ircg.c:1.191 php-src/ext/ircg/ircg.c:1.192 --- php-src/ext/ircg/ircg.c:1.191 Fri Jul 4 03:18:32 2003 +++ php-src/ext/ircg/ircg.c Mon Jul 7 11:45:43 2003 @@ -16,7 +16,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: ircg.c,v 1.191 2003/07/04 07:18:32 sas Exp $ */ +/* $Id: ircg.c,v 1.192 2003/07/07 15:45:43 sas Exp $ */ /* {{{ includes */ @@ -218,6 +218,11 @@ "[notice %c] %f: %m<br />", "notice from %f: %m<br />", "notice to %t: %m<br />", + "%t users, %f services, %r servers<br />", + "%r operators<br />", + "%r unknown connections<br />", + "%r formed channels<br />", + "I have %t clients and %r servers<br />", }; ZEND_DECLARE_MODULE_GLOBALS(ircg); Index: php-src/ext/ircg/php_ircg_formats.h diff -u php-src/ext/ircg/php_ircg_formats.h:1.2 php-src/ext/ircg/php_ircg_formats.h:1.3 --- php-src/ext/ircg/php_ircg_formats.h:1.2 Thu Jun 26 14:06:20 2003 +++ php-src/ext/ircg/php_ircg_formats.h Mon Jul 7 11:45:43 2003 @@ -35,6 +35,11 @@ FMT_MSG_NOTICE_CHAN, FMT_MSG_NOTICE_TO_ME, FMT_MSG_NOTICE_FROM_ME, + FMT_MSG_LUSERCLIENT, + FMT_MSG_LUSEROP, + FMT_MSG_LUSERUNKNOWN, + FMT_MSG_LUSERCHANNELS, + FMT_MSG_LUSERME, NO_FMTS }; /* }}} */
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php