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 827fbcb commit 02e1c6bCopy full SHA for 02e1c6b
irc.el
@@ -875,7 +875,7 @@ Connection options used:
875
Valid nick names are at least (RFC 1459):
876
877
<nick> ::= <letter> { <letter> | <number> | <special> }
878
-<special> ::= '-' | '[' | ']' | '\' | '`' | '^' | '{' | '}'"
+<special> ::= '-' | '[' | ']' | '\\' | '`' | '^' | '{' | '}'"
879
(let ((chars "abcdefghijklmnopqrstuvwxyz"))
880
(mapconcat (lambda (_)
881
(make-string 1 (aref chars (random (length chars)))))
0 commit comments