Changeset 401 in code for trunk/downstream.go


Ignore:
Timestamp:
Aug 20, 2020, 7:13:38 AM (5 years ago)
Author:
hubert
Message:

More explicit error message on INVITE with the wrong network

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/downstream.go

    r400 r401  
    15411541                        return ircError{&irc.Message{
    15421542                                Command: irc.ERR_USERNOTINCHANNEL,
    1543                                 Params:  []string{dc.nick, user, channel, "They aren't on that channel"},
     1543                                Params:  []string{dc.nick, user, channel, "They are on another network"},
    15441544                        }}
    15451545                }
Note: See TracChangeset for help on using the changeset viewer.