From 4fbaee11ad851f062851432a0c80c667cc141e96 Mon Sep 17 00:00:00 2001 From: w00t Date: Thu, 16 Nov 2006 10:56:23 +0000 Subject: Fix /whois on users with lots, and lots of channels (see /whois idleserv). Was broken by the indroduction of OnWhoisLine stuff. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5755 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/users.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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(); } -- cgit v1.2.3