summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/core/ns_saset.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/core/ns_saset.cpp b/modules/core/ns_saset.cpp
index c42a1939f..6de0a66a7 100644
--- a/modules/core/ns_saset.cpp
+++ b/modules/core/ns_saset.cpp
@@ -53,7 +53,7 @@ class CommandNSSASet : public Command
if (c)
{
Anope::string cmdparams = na->nc->display;
- for (std::vector<Anope::string>::const_iterator it = params.begin() + 1; it != params.end(); ++it)
+ for (std::vector<Anope::string>::const_iterator it = params.begin() + 2; it != params.end(); ++it)
cmdparams += " " + *it;
mod_run_cmd(NickServ, u, c, params[1], cmdparams);
}