diff options
author | Adam <Adam@anope.org> | 2013-11-19 10:06:22 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2013-11-19 10:06:22 -0500 |
commit | b75faefea4a53f1c31bedc94cd0a849c7d6d2ab6 (patch) | |
tree | 8674ac0a28e8150d628d0f29f4b5c1c93f7d5c1c | |
parent | 676db0ba6ff15b0af1530ef6dd46d9cf52507a97 (diff) |
Don't claim to support SAVE on charybdis...
-rw-r--r-- | modules/protocol/charybdis.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/protocol/charybdis.cpp b/modules/protocol/charybdis.cpp index 1d19f24bd..e6584f90c 100644 --- a/modules/protocol/charybdis.cpp +++ b/modules/protocol/charybdis.cpp @@ -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); |