mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-17 06:00:42 +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):
|
def echo(self, irc, msg, args):
|
||||||
"""takes any number of arguments
|
"""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:
|
if not args:
|
||||||
raise callbacks.ArgumentError
|
raise callbacks.ArgumentError
|
||||||
|
Loading…
x
Reference in New Issue
Block a user