From e88211020f1b636a82bdb87900c771100dec7195 Mon Sep 17 00:00:00 2001 From: Edward Jones Date: Mon, 11 Dec 2017 12:13:04 -0200 Subject: [PATCH] Add 335 RPL_WHOISBOT to codes Fixes #48. Unreal-specific, according to https://www.alien.net.au/irc/irc2numerics.html --- lib/codes.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/codes.js b/lib/codes.js index 211459a1..5d791afb 100644 --- a/lib/codes.js +++ b/lib/codes.js @@ -243,6 +243,10 @@ module.exports = { name: 'rpl_topicwhotime', type: 'reply' }, + 335: { + name: 'rpl_whoisbot', + type: 'reply' + }, 341: { name: 'rpl_inviting', type: 'reply'