diff options
Diffstat (limited to 'src/protocol/charybdis.c')
-rw-r--r-- | src/protocol/charybdis.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/protocol/charybdis.c b/src/protocol/charybdis.c index 6f9034bfc..c36e18a25 100644 --- a/src/protocol/charybdis.c +++ b/src/protocol/charybdis.c @@ -1019,7 +1019,7 @@ void CharybdisProto::SendKickInternal(const char *source, const char *chan, cons else send_cmd(UseTS6 ? (bi ? bi->uid.c_str() : source) : source, "KICK %s %s", chan, UseTS6 ? (u ? u->uid : user) : user); } -void CharybdisProto::SendNoticeChanops(const char *source, const char *dest, const char *buf) +void CharybdisProto::SendNoticeChanopsInternal(const char *source, const char *dest, const char *buf) { if (!buf) return; BotInfo *bi = findbot(source); |