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:
+1
-1
@@ -203,7 +203,7 @@ void Kill::Run(MessageSource &source, const std::vector<Anope::string> ¶ms)
|
||||
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> ¶ms)
|
||||
|
||||
Reference in New Issue
Block a user