Changeset 720 in code for trunk/downstream.go
- Timestamp:
- Nov 19, 2021, 10:55:22 AM (4 years ago)
- File:
-
- 1 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{
Note:
See TracChangeset
for help on using the changeset viewer.