diff options
author | Peter Powell <petpow@saberuk.com> | 2019-03-30 20:09:34 +0000 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2019-03-30 20:09:34 +0000 |
commit | 0defcda8d01f0918e68bbede99ddd9e79b93857d (patch) | |
tree | 5b1bedd5feac690d40e3a157aaba7e320b668af7 /modules | |
parent | f6ee88c42a738d879dd3bb9708c880911ce6dd8d (diff) |
Reset the default modes on CAPAB START.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/protocol/inspircd20.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/protocol/inspircd20.cpp b/modules/protocol/inspircd20.cpp index e24f586c1..dc146d639 100644 --- a/modules/protocol/inspircd20.cpp +++ b/modules/protocol/inspircd20.cpp @@ -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) { |