diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/users.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/users.cpp b/src/users.cpp index 9eb0ba509..046d6dcef 100644 --- a/src/users.cpp +++ b/src/users.cpp @@ -2000,7 +2000,7 @@ void userrec::SplitChanList(userrec* dest, const std::string &cl) if (line.length() + namelen + length - start > 510) { - this->Write(line); + ServerInstance->SendWhoisLine(this, dest, 319, "%s", line.c_str()); line = prefix.str(); } |