Allow '/' in nickname
This allows to specify a network name in the nickname. Closes: https://todo.sr.ht/~emersion/soju/91 git-svn-id: file:///srv/svn/repo/suika/trunk@411 f0ae65fe-ee39-954e-97ec-027ff2717ef4
This commit is contained in:
parent
1651025402
commit
d5af5da512
@ -57,7 +57,9 @@ var errAuthFailed = ircError{&irc.Message{
|
||||
Params: []string{"*", "Invalid username or password"},
|
||||
}}
|
||||
|
||||
const illegalNickChars = " :/@!*?"
|
||||
// ' ' and ':' break the IRC message wire format, '@' and '!' break prefixes,
|
||||
// '*' and '?' break masks
|
||||
const illegalNickChars = " :@!*?"
|
||||
|
||||
// permanentDownstreamCaps is the list of always-supported downstream
|
||||
// capabilities.
|
||||
|
Loading…
x
Reference in New Issue
Block a user