Changeset 751 in code
- Timestamp:
- Dec 6, 2021, 6:23:28 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/downstream.go
r750 r751 209 209 // ' ' and ':' break the IRC message wire format, '@' and '!' break prefixes, 210 210 // '*' and '?' break masks, '$' breaks server masks in PRIVMSG/NOTICE, 211 // "*" is the reserved nickname for registration 212 const illegalNickChars = " :@!*?$ "211 // "*" is the reserved nickname for registration, ',' breaks lists 212 const illegalNickChars = " :@!*?$," 213 213 214 214 // permanentDownstreamCaps is the list of always-supported downstream
Note:
See TracChangeset
for help on using the changeset viewer.