Skip to content
Snippets Groups Projects
Commit b579b2fa authored by deuce's avatar deuce
Browse files

RFC 2812 lies!

parent 2a78230c
Branches
Tags
No related merge requests found
...@@ -344,6 +344,7 @@ function handle_command(prefix,command,message) { ...@@ -344,6 +344,7 @@ function handle_command(prefix,command,message) {
// <word1> <word2> <word3> <word4> :Message // <word1> <word2> <word3> <word4> :Message
case "311": // WHOIS reply case "311": // WHOIS reply
case "314": // WHOWAS reply case "314": // WHOWAS reply
case "317": // WHOISIDLE Reply
case "200": // Trace Link case "200": // Trace Link
case "243": // Stats OLINE case "243": // Stats OLINE
case "244": // Stats HLINE case "244": // Stats HLINE
...@@ -377,7 +378,6 @@ function handle_command(prefix,command,message) { ...@@ -377,7 +378,6 @@ function handle_command(prefix,command,message) {
// <word1> <word2> :Message // <word1> <word2> :Message
case "312": // WHOISSERVER Reply case "312": // WHOISSERVER Reply
case "317": // WHOISIDLE Reply
case "322": // LIST data case "322": // LIST data
case "341": // Invite being sent case "341": // Invite being sent
case "351": // (server) VERSION reply case "351": // (server) VERSION reply
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment