]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
And fix typo
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Sat, 28 Oct 2006 18:42:38 +0000 (18:42 +0000)
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Sat, 28 Oct 2006 18:42:38 +0000 (18:42 +0000)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5574 e03df62e-2008-0410-955e-edbf42e46eb7

src/users.cpp

index 90b6ee8597503d93d853b71da2f5a30f8e07d741..3be7225d4a9fb236bed033ce3d6f8340ca711c2b 100644 (file)
@@ -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());
                }
        }