diff --git a/plugins/Relay.py b/plugins/Relay.py index 3f8b8a07b..e283f898e 100644 --- a/plugins/Relay.py +++ b/plugins/Relay.py @@ -125,7 +125,7 @@ class Relay(callbacks.Privmsg): realIrc = irc.getRealIrc() channel = privmsgs.getChannel(msg, args) if channel not in self.channels: - irc.error(msg, 'I\'m not relaying that channel.') + irc.error(msg, 'I\'m not relaying %s.' % channel) return users = [] for (abbreviation, otherIrc) in self.ircs.iteritems():