Changeset 142 in code for trunk/upstream.go


Ignore:
Timestamp:
Mar 25, 2020, 8:51:22 AM (5 years ago)
Author:
delthas
Message:

Add downstream self WHO and WHOIS support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/upstream.go

    r140 r142  
    759759                                Prefix:  dc.srv.prefix(),
    760760                                Command: irc.RPL_ENDOFWHO,
    761                                 Params:  []string{dc.nick, name, "End of WHO list"},
     761                                Params:  []string{dc.nick, name, "End of /WHO list"},
    762762                        })
    763763                })
     
    853853                                Prefix:  dc.srv.prefix(),
    854854                                Command: irc.RPL_ENDOFWHOIS,
    855                                 Params:  []string{dc.nick, nick, "End of WHOIS list"},
     855                                Params:  []string{dc.nick, nick, "End of /WHOIS list"},
    856856                        })
    857857                })
Note: See TracChangeset for help on using the changeset viewer.