repo: ngircd
action: commit
revision: 
path_from: 
revision_from: 3d27073d61ab52277a3237c9a2375e5deda9d690:
path_to: 
revision_to: 
git.thebackupbox.net
ngircd
git clone git://git.thebackupbox.net/ngircd
commit 3d27073d61ab52277a3237c9a2375e5deda9d690
Author: Alexander Barton 
Date:   Mon Jan 23 22:07:40 2012 +0100

    RPL_ISUPPORT_MSG(005): add "EXCEPTS=e INVEX=I"

    Thanks to Cahata for the idea!

diff --git a/src/ngircd/messages.h b/src/ngircd/messages.h
index f05907729ed9150643ec9f56337c1656f63f4e97..
index ..90e0fdc2b906fe063cfc76be2837ca380cfc120d 100644
--- a/src/ngircd/messages.h
+++ b/src/ngircd/messages.h
@@ -22,7 +22,7 @@
 #define RPL_CREATED_MSG			"003 %s :This server has been started %s"
 #define RPL_MYINFO_MSG			"004 %s %s ngircd-%s %s %s"
 #define RPL_ISUPPORT1_MSG		"005 %s RFC2812 IRCD=ngIRCd CASEMAPPING=ascii PREFIX=(ov)@+ CHANTYPES=#&+ CHANMODES=beI,k,l,imnOPRstz CHANLIMIT=#&+:%d :are supported on this server"
-#define RPL_ISUPPORT2_MSG		"005 %s CHANNELLEN=%d NICKLEN=%d TOPICLEN=%d AWAYLEN=%d KICKLEN=%d MODES=%d MAXLIST=beI:%d PENALTY :are supported on this server"
+#define RPL_ISUPPORT2_MSG		"005 %s CHANNELLEN=%d NICKLEN=%d TOPICLEN=%d AWAYLEN=%d KICKLEN=%d MODES=%d MAXLIST=beI:%d EXCEPTS=e INVEX=I PENALTY :are supported on this server"

 #define RPL_TRACELINK_MSG		"200 %s Link %s-%s %s %s V%s %ld %d %d"
 #define RPL_TRACEOPERATOR_MSG		"204 %s Oper 2 :%s"

-----END OF PAGE-----