Skip to content
This repository was archived by the owner on Sep 10, 2024. It is now read-only.

Commit ef9f6b9

Browse files
committed
Add 379 RPL_WHOISMODES to codes
Fixes #47. Per https://www.alien.net.au/irc/irc2numerics.html, it has a conflicting definition with aircd, but aircd (as noted previously) doesn't seem to be in major use.
1 parent 89a3c62 commit ef9f6b9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/codes.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,10 @@ module.exports = {
311311
name: 'rpl_whoishost',
312312
type: 'reply'
313313
},
314+
379: {
315+
name: 'rpl_whoismodes',
316+
type: 'reply'
317+
},
314318
381: {
315319
name: 'rpl_youreoper',
316320
type: 'reply'

0 commit comments

Comments
 (0)