mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-02 15:44:06 +01:00
Fixed an error message slightly.
This commit is contained in:
parent
4c1d2c6431
commit
75ef083226
@ -268,7 +268,7 @@ class Relay(callbacks.Privmsg):
|
||||
try:
|
||||
otherIrc = self.ircs[network]
|
||||
except KeyError:
|
||||
irc.error('I\'m not currently on %s.' % network)
|
||||
irc.error('I\'m not currently on the network %r.' % network)
|
||||
return
|
||||
Owner = irc.getCallback('Owner')
|
||||
Owner.disambiguate(irc, args)
|
||||
|
Loading…
Reference in New Issue
Block a user