mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-02 17:29:22 +01:00
Updated help for echo.
This commit is contained in:
parent
7fa9f47058
commit
a4bf228a45
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user