summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/users.cpp2
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));
}
}