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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user