summaryrefslogtreecommitdiff
path: root/modules/commands/ns_set_kill.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/commands/ns_set_kill.cpp')
-rw-r--r--modules/commands/ns_set_kill.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/commands/ns_set_kill.cpp b/modules/commands/ns_set_kill.cpp
index d2e40268e..8d0ea08cf 100644
--- a/modules/commands/ns_set_kill.cpp
+++ b/modules/commands/ns_set_kill.cpp
@@ -73,7 +73,7 @@ class CommandNSSetKill : public Command
void Execute(CommandSource &source, const std::vector<Anope::string> &params) anope_override
{
- this->Run(source, source.u->Account()->display, params[0]);
+ this->Run(source, source.nc->display, params[0]);
}
bool OnHelp(CommandSource &source, const Anope::string &) anope_override