Skip to content

Commit 263a682

Browse files
committed
Plus sign can't be part of the nickname
I don't know what I was thinking.
1 parent 0900cea commit 263a682

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Whateverable/Bits.pm6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ sub html-escape($text) is export {
6161
my token irc-nick is export {
6262
[
6363
| <[a..zA..Z0..9]>
64-
| ‘-’ | ‘_’ | ‘[’ | ‘]’ | ‘{’ | ‘}’ | ‘\\’ | ‘`’ | ‘|’ | ‘+’
64+
| ‘-’ | ‘_’ | ‘[’ | ‘]’ | ‘{’ | ‘}’ | ‘\\’ | ‘`’ | ‘|’
6565
]+
6666
}
6767

0 commit comments

Comments
 (0)