We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56ca5ad commit 924836bCopy full SHA for 924836b
src/commands/handlers/registration.js
@@ -72,6 +72,8 @@ const handlers = {
72
handler.network.options.STATUSMSG = handler.network.options.STATUSMSG.split('');
73
} else if (option[0] === 'CHANMODES') {
74
handler.network.options.CHANMODES = option[1].split(',');
75
+ } else if (option[0] === 'CASEMAPPING') {
76
+ handler.network.options.CASEMAPPING = option[1];
77
} else if (option[0] === 'NETWORK') {
78
handler.network.name = option[1];
79
} else if (option[0] === 'NAMESX' && !handler.network.cap.isEnabled('multi-prefix')) {
0 commit comments