diff options
Diffstat (limited to 'modules/core/cs_saset.cpp')
-rw-r--r-- | modules/core/cs_saset.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/core/cs_saset.cpp b/modules/core/cs_saset.cpp index 77adbe815..ca156242b 100644 --- a/modules/core/cs_saset.cpp +++ b/modules/core/cs_saset.cpp @@ -60,7 +60,7 @@ class CommandCSSASet : public Command else { source.Reply(_("Unknown SASET option \002%s\002."), params[1].c_str()); - source.Reply(_(MORE_INFO), Config->s_ChanServ.c_str(), "SET"); + source.Reply(_(MORE_INFO), Config->UseStrictPrivMsgString.c_str(), Config->s_ChanServ.c_str(), "SET"); } return MOD_CONT; |