diff options
Diffstat (limited to 'src/protocol/ratbox.c')
-rw-r--r-- | src/protocol/ratbox.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/protocol/ratbox.c b/src/protocol/ratbox.c index c669e366f..717c71f92 100644 --- a/src/protocol/ratbox.c +++ b/src/protocol/ratbox.c @@ -949,7 +949,7 @@ void RatboxProto::SendKickInternal(const char *source, const char *chan, const c else send_cmd(UseTS6 ? (ud ? ud->uid : source) : source, "KICK %s %s", chan, UseTS6 ? (u ? u->uid : user) : user); } -void RatboxProto::SendNoticeChanops(const char *source, const char *dest, const char *buf) +void RatboxProto::SendNoticeChanopsInternal(const char *source, const char *dest, const char *buf) { if (!buf) return; send_cmd(NULL, "NOTICE @%s :%s", dest, buf); |