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 f69e5ef37..1bb02a5f2 100644 --- a/src/users.c +++ b/src/users.c @@ -287,7 +287,7 @@ void User::SendMessage(const char *source, const std::string &msg) if (UsePrivmsg && ((!this->na && NSDefFlags & NI_MSG) || (this->na && this->na->nc->flags & NI_MSG))) { - anope_cmd_privmsg2(source, this->nick, msg.c_str()); + anope_cmd_privmsg(source, this->nick, msg.c_str()); } else { |