summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2011-04-27 11:15:02 -0400
committerAdam <Adam@anope.org>2011-04-27 11:15:02 -0400
commitcbdb9f59f3ba19a634ad633cd1ed27e07d477256 (patch)
treecca8245e1141179e97a825e8ede66846c8b19f1b
parent5d3d6bceadc82abaa4424bfdffa55f66880de689 (diff)
Fixed bug #1265
-rw-r--r--modules/core/bs_set.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/core/bs_set.cpp b/modules/core/bs_set.cpp
index 3b635131a..24843fff7 100644
--- a/modules/core/bs_set.cpp
+++ b/modules/core/bs_set.cpp
@@ -192,7 +192,7 @@ class CommandBSSet : public Command
SyntaxError(source, "SET MSG", _("SET \037channel\037 MSG {\037OFF|PRIVMSG|NOTICE|\037}"));
}
else
- source.Reply(_(UNKNOWN_OPTION), Config->UseStrictPrivMsgString.c_str(), option.c_str(), this->name.c_str());
+ source.Reply(_(UNKNOWN_OPTION), option.c_str(), Config->UseStrictPrivMsgString.c_str(), BotServ->nick.c_str(), this->name.c_str());
}
return MOD_CONT;