From a636b92a95bf7b01623aad6b6c25568da8f2565f Mon Sep 17 00:00:00 2001 From: Hubert Hirtz Date: Tue, 18 Aug 2020 13:54:44 +0200 Subject: [PATCH] More explicit error message on KICK with the wrong network --- downstream.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/downstream.go b/downstream.go index 952121d..3a64e4f 100644 --- a/downstream.go +++ b/downstream.go @@ -1121,7 +1121,7 @@ func (dc *downstreamConn) handleMessageRegistered(msg *irc.Message) error { if ucChannel != ucUser { return ircError{&irc.Message{ Command: irc.ERR_USERNOTINCHANNEL, - Params: []string{dc.nick, user, channel, "They aren't on that channel"}, + Params: []string{dc.nick, user, channel, "They are on another network"}, }} } uc := ucChannel