diff options
Diffstat (limited to 'src/users.c')
-rw-r--r-- | src/users.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/users.c b/src/users.c index 1bb02a5f2..38fa5eee4 100644 --- a/src/users.c +++ b/src/users.c @@ -291,7 +291,7 @@ void User::SendMessage(const char *source, const std::string &msg) } else { - anope_cmd_notice2(source, this->nick, msg.c_str()); + anope_cmd_notice(source, this->nick, msg.c_str()); } } |