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 16d9528e4..dee3f645c 100644 --- a/src/users.c +++ b/src/users.c @@ -301,7 +301,7 @@ void User::SendMessage(const char *source, const std::string &msg) } else { - anope_cmd_notice(source, this->nick, msg.c_str()); + ircdproto->SendNotice(source, this->nick, msg.c_str()); } } |