diff options
-rw-r--r-- | src/protocol.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/protocol.cpp b/src/protocol.cpp index 9d10c9a0d..4a85f8df6 100644 --- a/src/protocol.cpp +++ b/src/protocol.cpp @@ -500,7 +500,7 @@ bool IRCdMessage::OnQuit(const Anope::string &source, const std::vector<Anope::s bool IRCdMessage::OnSQuit(const Anope::string &source, const std::vector<Anope::string> ¶ms) { - const Anope::string &server = source; + const Anope::string &server = params[0]; Server *s = Server::Find(server); |