Changeset 720 in code for trunk/downstream.go


Ignore:
Timestamp:
Nov 19, 2021, 10:55:22 AM (4 years ago)
Author:
contact
Message:

Add missing account-notify to permanentUpstreamCaps

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/downstream.go

    r719 r720  
    24312431                bounds[0] = parseChatHistoryBound(boundsStr[0])
    24322432                if subcommand == "LATEST" && boundsStr[0] == "*" {
    2433                         bounds[0] = time.Now();
     2433                        bounds[0] = time.Now()
    24342434                } else if bounds[0].IsZero() {
    24352435                        return ircError{&irc.Message{
Note: See TracChangeset for help on using the changeset viewer.