mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-30 22:24:20 +01:00
Changed a message to be more accurate
This commit is contained in:
parent
33847807f7
commit
6385806048
@ -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():
|
||||||
|
Loading…
Reference in New Issue
Block a user