Changeset 400 in code for trunk/downstream.go


Ignore:
Timestamp:
Aug 19, 2020, 9:57:25 PM (5 years ago)
Author:
hubert
Message:

More explicit error message on KICK with the wrong network

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/downstream.go

    r398 r400  
    11221122                                return ircError{&irc.Message{
    11231123                                        Command: irc.ERR_USERNOTINCHANNEL,
    1124                                         Params:  []string{dc.nick, user, channel, "They aren't on that channel"},
     1124                                        Params:  []string{dc.nick, user, channel, "They are on another network"},
    11251125                                }}
    11261126                        }
Note: See TracChangeset for help on using the changeset viewer.