]> arthur.barton.de Git - ngircd-alex.git/commitdiff
RPL_ISUPPORT_MSG(005): add "EXCEPTS=e INVEX=I"
authorAlexander Barton <alex@barton.de>
Mon, 23 Jan 2012 21:07:40 +0000 (22:07 +0100)
committerAlexander Barton <alex@barton.de>
Mon, 23 Jan 2012 21:07:40 +0000 (22:07 +0100)
Thanks to Cahata for the idea!

src/ngircd/messages.h

index f05907729ed9150643ec9f56337c1656f63f4e97..90e0fdc2b906fe063cfc76be2837ca380cfc120d 100644 (file)
@@ -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"