mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 13:19:24 +01:00
Made echo not prefixName.
This commit is contained in:
parent
f13aa41e1b
commit
fd568a7f48
@ -155,7 +155,7 @@ class Utilities(callbacks.Privmsg):
|
|||||||
|
|
||||||
Returns the arguments given it.
|
Returns the arguments given it.
|
||||||
"""
|
"""
|
||||||
irc.reply(msg, ' '.join(args))
|
irc.reply(msg, ' '.join(args), prefixName=False)
|
||||||
|
|
||||||
def re(self, irc, msg, args):
|
def re(self, irc, msg, args):
|
||||||
"""<regexp> <text>
|
"""<regexp> <text>
|
||||||
|
Loading…
Reference in New Issue
Block a user