diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-01-03 18:03:08 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-01-03 18:03:08 +0000 |
commit | c218d8091fd673632e0bae5f416d523b81100904 (patch) | |
tree | 633e54d20c7784d2851cd69c84e1adbc716a562d /src | |
parent | 8bd2f571e9950a61653fce5ccfddace3fd48ed15 (diff) |
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
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 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)); } } |