Made echo not prefixName.

This commit is contained in:
Jeremy Fincher 2003-09-19 17:25:38 +00:00
parent f13aa41e1b
commit fd568a7f48
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ class Utilities(callbacks.Privmsg):
Returns the arguments given it.
"""
irc.reply(msg, ' '.join(args))
irc.reply(msg, ' '.join(args), prefixName=False)
def re(self, irc, msg, args):
"""<regexp> <text>