Skip to content

Commit 924836b

Browse files
committed
Actually update CASEMAPPING from ISUPPORT data
1 parent 56ca5ad commit 924836b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/commands/handlers/registration.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ const handlers = {
7272
handler.network.options.STATUSMSG = handler.network.options.STATUSMSG.split('');
7373
} else if (option[0] === 'CHANMODES') {
7474
handler.network.options.CHANMODES = option[1].split(',');
75+
} else if (option[0] === 'CASEMAPPING') {
76+
handler.network.options.CASEMAPPING = option[1];
7577
} else if (option[0] === 'NETWORK') {
7678
handler.network.name = option[1];
7779
} else if (option[0] === 'NAMESX' && !handler.network.cap.isEnabled('multi-prefix')) {

0 commit comments

Comments
 (0)