Changed a message to be more accurate

This commit is contained in:
Jeremy Fincher 2003-04-02 10:07:06 +00:00
parent 33847807f7
commit 6385806048

View File

@ -125,7 +125,7 @@ class Relay(callbacks.Privmsg):
realIrc = irc.getRealIrc() realIrc = irc.getRealIrc()
channel = privmsgs.getChannel(msg, args) channel = privmsgs.getChannel(msg, args)
if channel not in self.channels: 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 return
users = [] users = []
for (abbreviation, otherIrc) in self.ircs.iteritems(): for (abbreviation, otherIrc) in self.ircs.iteritems():