From a4bf228a456176234c55c1c26d6123d2daf289d2 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Wed, 14 Apr 2004 02:40:44 +0000 Subject: [PATCH] Updated help for echo. --- plugins/Utilities.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/plugins/Utilities.py b/plugins/Utilities.py index 4ec4676ca..cf93de023 100644 --- a/plugins/Utilities.py +++ b/plugins/Utilities.py @@ -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