summaryrefslogtreecommitdiff
path: root/modules/core/cs_main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/core/cs_main.cpp')
-rw-r--r--modules/core/cs_main.cpp2
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;
}