1
0
mirror of https://github.com/anope/anope.git synced 2026-07-01 13:06:38 +02:00

Update Kill() calls to pass source pointer instead of name

This commit is contained in:
Adam
2014-12-05 17:27:08 -05:00
parent 4fc71bb22f
commit afffeb0a1d
9 changed files with 14 additions and 15 deletions
+1 -1
View File
@@ -203,7 +203,7 @@ void Kill::Run(MessageSource &source, const std::vector<Anope::string> &params)
bi->OnKill();
}
else
u->KillInternal(source.GetSource(), params[1]);
u->KillInternal(source, params[1]);
}
void Message::Mode::Run(MessageSource &source, const std::vector<Anope::string> &params)