diff options
author | Adam <Adam@anope.org> | 2013-05-07 00:24:37 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2013-05-07 00:24:37 -0400 |
commit | 6859decfb8ed0430e946ff81eca4f9da879f69c9 (patch) | |
tree | 91313f0aeff3676ad3f88dc5aa37b9caa3352f9b /modules/pseudoclients/chanserv.cpp | |
parent | e23baf4297c662e2e6585b29e2bbed0183e68642 (diff) |
Fix setting some default flags, reading fantasy blocks, and minusers setting being off by 1
Diffstat (limited to 'modules/pseudoclients/chanserv.cpp')
-rw-r--r-- | modules/pseudoclients/chanserv.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/pseudoclients/chanserv.cpp b/modules/pseudoclients/chanserv.cpp index 73980a36a..906aab6f3 100644 --- a/modules/pseudoclients/chanserv.cpp +++ b/modules/pseudoclients/chanserv.cpp @@ -315,7 +315,7 @@ class ChanServCore : public Module /* Set default chan flags */ for (unsigned i = 0; i < defaults.size(); ++i) - this->ExtendMetadata(defaults[i]); + ci->ExtendMetadata(defaults[i].upper()); { Anope::string modes; |