From c218d8091fd673632e0bae5f416d523b81100904 Mon Sep 17 00:00:00 2001 From: brain Date: Wed, 3 Jan 2007 18:03:08 +0000 Subject: SirOlli gets credit for this fix, because he was the only one willing to work with us till we cracked it :p git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6218 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/users.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/users.cpp') diff --git a/src/users.cpp b/src/users.cpp index ac9fbd109..b4f25a75e 100644 --- a/src/users.cpp +++ b/src/users.cpp @@ -1666,7 +1666,7 @@ void userrec::WriteCommon(const std::string &text) */ if (!sent_to_at_least_one) { - this->WriteFrom(this,std::string(tb)); + this->Write(std::string(tb)); } } -- cgit v1.3.1-10-gc9f91