mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-30 14:14:37 +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()
|
||||
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():
|
||||
|
Loading…
Reference in New Issue
Block a user