- Timestamp:
- Nov 19, 2021, 10:55:22 AM (4 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/downstream.go
r719 r720 2431 2431 bounds[0] = parseChatHistoryBound(boundsStr[0]) 2432 2432 if subcommand == "LATEST" && boundsStr[0] == "*" { 2433 bounds[0] = time.Now() ;2433 bounds[0] = time.Now() 2434 2434 } else if bounds[0].IsZero() { 2435 2435 return ircError{&irc.Message{ -
trunk/upstream.go
r711 r720 23 23 // requested when supported. 24 24 var permanentUpstreamCaps = map[string]bool{ 25 "account-notify": true, 25 26 "account-tag": true, 26 27 "away-notify": true,
Note:
See TracChangeset
for help on using the changeset viewer.