Changeset 794 in code
- Timestamp:
- Mar 3, 2022, 9:54:21 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/downstream.go
r793 r794 216 216 // '$' breaks server masks in PRIVMSG/NOTICE 217 217 // ',' breaks lists 218 const illegalNickChars = " :@!*?$," 218 // '.' is reserved for server names 219 const illegalNickChars = " :@!*?$,." 219 220 220 221 // permanentDownstreamCaps is the list of always-supported downstream
Note:
See TracChangeset
for help on using the changeset viewer.