From 273b3c05c5dc43d5801f124d58fba1964ad9692f Mon Sep 17 00:00:00 2001 From: brain Date: Sat, 28 Oct 2006 18:42:38 +0000 Subject: [PATCH] And fix typo git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5574 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/users.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()); } } -- 2.39.5