Changeset 468 in code
- Timestamp:
- Mar 16, 2021, 8:54:29 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/upstream.go
r463 r468 1703 1703 return "" 1704 1704 } 1705 if entity == "NickServ" { 1706 // The messages sent/received from NickServ may contain 1707 // security-related information (like passwords). Don't store these. 1708 return "" 1709 } 1705 1710 1706 1711 detached := false
Note:
See TracChangeset
for help on using the changeset viewer.