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 717c71f92..8145d26c8 100644 --- a/src/protocol/ratbox.c +++ b/src/protocol/ratbox.c @@ -965,7 +965,7 @@ void RatboxProto::SendBotOp(const char *nick, const char *chan) } /* QUIT */ -void RatboxProto::SendQuit(const char *source, const char *buf) +void RatboxProto::SendQuitInternal(const char *source, const char *buf) { Uid *ud = find_uid(source); if (buf) send_cmd(UseTS6 ? (ud ? ud->uid : source) : source, "QUIT :%s", buf); |