mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-02 17:29:22 +01:00
Minor formatting change.
This commit is contained in:
parent
2a52871fcc
commit
7c34d8b449
@ -269,8 +269,7 @@ class Relay(callbacks.Privmsg):
|
||||
ircmsgs.unAction(msg))
|
||||
else:
|
||||
return '<%s@%s> %s' % \
|
||||
(ircutils.mircColor(nick, color), abbreviation,
|
||||
msg.args[1])
|
||||
(ircutils.mircColor(nick, color), abbreviation, msg.args[1])
|
||||
|
||||
def doPrivmsg(self, irc, msg):
|
||||
callbacks.Privmsg.doPrivmsg(self, irc, msg)
|
||||
|
Loading…
Reference in New Issue
Block a user