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 4a1dc28 commit 34c113dCopy full SHA for 34c113d
lib/parse_message.js
@@ -23,7 +23,7 @@ module.exports = function parseMessage(line, stripColors) {
23
if (match) {
24
message.prefix = match[1];
25
line = line.replace(/^:[^ ]+ +/, '');
26
- match = message.prefix.match(/^([_a-zA-Z0-9\~\[\]\\`^{}|-]*)(!([^@]+)@(.*))?$/);
+ match = message.prefix.match(/^([_a-zA-Z0-9\~\[\]\\\/`^{}|-]*)(!([^@]+)@(.*))?$/);
27
28
message.nick = match[1];
29
message.user = match[3];
0 commit comments