Changeset 662 in code for trunk/irc.go
- Timestamp:
- Nov 2, 2021, 9:38:07 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/irc.go
r661 r662 762 762 } 763 763 } 764 765 var isupportEncoder = strings.NewReplacer(" ", "\\x20", "\\", "\\x5C") 766 767 func encodeISUPPORT(s string) string { 768 return isupportEncoder.Replace(s) 769 }
Note:
See TracChangeset
for help on using the changeset viewer.