diff options
author | Adam <Adam@anope.org> | 2011-04-23 05:01:10 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2011-05-16 04:07:30 -0400 |
commit | 6922bd239c778e8f6f2081476ce20b9426c515ad (patch) | |
tree | f428e0e5e8bfe638e1be0cdb5ea5b90360dd4d13 /modules/core/cs_main.cpp | |
parent | 13aa58ce5db50083c751648f87df31b3db8dc82f (diff) |
Fixed up the MySQL Query code and finished some command code I forgot earlier
Diffstat (limited to 'modules/core/cs_main.cpp')
-rw-r--r-- | modules/core/cs_main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/core/cs_main.cpp b/modules/core/cs_main.cpp index 04258b646..772c626d2 100644 --- a/modules/core/cs_main.cpp +++ b/modules/core/cs_main.cpp @@ -61,7 +61,7 @@ class ChanServBotInfo : public BotInfo } else if (!c->HasFlag(CFLAG_ALLOW_UNREGISTEREDCHANNEL)) { - u->SendMessage(this, _(_(CHAN_X_NOT_REGISTERED)), param.c_str()); + u->SendMessage(this, _(CHAN_X_NOT_REGISTERED), param.c_str()); PopLanguage(); return; } |