1
0
mirror of https://github.com/anope/anope.git synced 2026-07-01 00:26:37 +02:00

Reset the default modes on CAPAB START.

This commit is contained in:
Peter Powell
2019-03-30 20:09:34 +00:00
parent f6ee88c42a
commit 0defcda8d0
+1
View File
@@ -410,6 +410,7 @@ struct IRCDMessageCapab : Message::Capab
Servers::Capab.insert("SERVERS");
Servers::Capab.insert("TOPICLOCK");
IRCD->CanSVSHold = false;
IRCD->DefaultPseudoclientModes = "+I";
}
else if (params[0].equals_cs("CHANMODES") && params.size() > 1)
{