- Timestamp:
- Aug 25, 2020, 9:49:22 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/downstream.go
r409 r411 58 58 }} 59 59 60 const illegalNickChars = " :/@!*?" 60 // ' ' and ':' break the IRC message wire format, '@' and '!' break prefixes, 61 // '*' and '?' break masks 62 const illegalNickChars = " :@!*?" 61 63 62 64 // permanentDownstreamCaps is the list of always-supported downstream
Note:
See TracChangeset
for help on using the changeset viewer.