summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/users.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/users.cpp b/src/users.cpp
index 90b6ee859..3be7225d4 100644
--- a/src/users.cpp
+++ b/src/users.cpp
@@ -1914,7 +1914,7 @@ void userrec::SplitChanList(userrec* dest, const std::string &cl)
if (line.length())
{
- ServerInstance->SendWhoisLine(this, 319, "%s", line.c_str());
+ ServerInstance->SendWhoisLine(this, dest, 319, "%s", line.c_str());
}
}