summaryrefslogtreecommitdiff
path: root/src/protocol/ratbox.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/protocol/ratbox.c')
-rw-r--r--src/protocol/ratbox.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/protocol/ratbox.c b/src/protocol/ratbox.c
index 33eb88570..58efa0cc2 100644
--- a/src/protocol/ratbox.c
+++ b/src/protocol/ratbox.c
@@ -648,12 +648,6 @@ class RatboxProto : public IRCDTS6Proto
else send_cmd(bi->uid, "QUIT");
}
- /* PONG */
- void SendPong(const char *servname, const char *who)
- {
- send_cmd(TS6SID, "PONG %s", who);
- }
-
/* INVITE */
void SendInvite(BotInfo *source, const char *chan, const char *nick)
{