Updated help for echo.

This commit is contained in:
Jeremy Fincher 2004-04-14 02:40:44 +00:00
parent 7fa9f47058
commit a4bf228a45
1 changed files with 4 additions and 1 deletions

View File

@ -128,7 +128,10 @@ class Utilities(callbacks.Privmsg):
def echo(self, irc, msg, args):
"""takes any number of arguments
Returns the arguments given it.
Returns the arguments given it. Uses our standard substitute on the
string(s) given to it; $nick (or $who), $randomNick, $randomInt,
$botnick, $channel, $user, $host, $today, $now, and $randomDate are all
handled appropriately.
"""
if not args:
raise callbacks.ArgumentError