From b579b2fa12827273e5646d02d450a31434e45514 Mon Sep 17 00:00:00 2001 From: deuce <> Date: Wed, 2 Aug 2006 20:43:51 +0000 Subject: [PATCH] RFC 2812 lies! --- exec/irc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exec/irc.js b/exec/irc.js index c58504cd93..da6250bbe3 100644 --- a/exec/irc.js +++ b/exec/irc.js @@ -344,6 +344,7 @@ function handle_command(prefix,command,message) { // <word1> <word2> <word3> <word4> :Message case "311": // WHOIS reply case "314": // WHOWAS reply + case "317": // WHOISIDLE Reply case "200": // Trace Link case "243": // Stats OLINE case "244": // Stats HLINE @@ -377,7 +378,6 @@ function handle_command(prefix,command,message) { // <word1> <word2> :Message case "312": // WHOISSERVER Reply - case "317": // WHOISIDLE Reply case "322": // LIST data case "341": // Invite being sent case "351": // (server) VERSION reply -- GitLab