1
0
mirror of https://github.com/anope/anope.git synced 2026-06-29 05:06:38 +02:00

Don't claim to support SAVE on charybdis...

This commit is contained in:
Adam
2013-11-19 10:06:22 -05:00
parent 676db0ba6f
commit b75faefea4
+1 -1
View File
@@ -91,7 +91,7 @@ class CharybdisProto : public IRCDProto
* UNKLN - Can do UNKLINE (encap only)
* QS - Can handle quit storm removal
*/
UplinkSocket::Message() << "CAPAB :BAN CHW CLUSTER ENCAP EOPMOD EUID EX IE KLN KNOCK MLOCK QS RSFNC SAVE SERVICES TB UNKLN";
UplinkSocket::Message() << "CAPAB :BAN CHW CLUSTER ENCAP EOPMOD EUID EX IE KLN KNOCK MLOCK QS RSFNC SERVICES TB UNKLN";
/* Make myself known to myself in the serverlist */
SendServer(Me);