diff options
author | jantje_85 <jantje_85@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-10-03 15:34:52 +0000 |
---|---|---|
committer | jantje_85 <jantje_85@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-10-03 15:34:52 +0000 |
commit | f553583f36254123792d01b90b5c168575d882cf (patch) | |
tree | 69781454dbab22edd166fd5620d31b65d90456c5 /src/protocol/ratbox.c | |
parent | b22091e8fa3e2eeb67a14f7ce56b8b91fb4b0059 (diff) |
Fix bug #1109. Anopes now replies with proper PONGs to rfc compliant PINGs .
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2529 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/protocol/ratbox.c')
-rw-r--r-- | src/protocol/ratbox.c | 6 |
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) { |