From 73a3261cda5afce08320d231b923e8b693ab63fd Mon Sep 17 00:00:00 2001 From: James Vega Date: Fri, 3 Dec 2004 01:57:00 +0000 Subject: [PATCH] Better (?) help message. Comments/changes welcome. --- plugins/Alias.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/Alias.py b/plugins/Alias.py index ddfacd377..e401c06a9 100644 --- a/plugins/Alias.py +++ b/plugins/Alias.py @@ -267,9 +267,9 @@ class Alias(callbacks.Privmsg): Defines an alias that executes . The should be in the standard "command argument [nestedcommand argument]" arguments to the alias; they'll be filled with the first, second, etc. - arguments. @1, @2 can be used for optional arguments. $* simply - means "all remaining arguments," and cannot be combined with optional - arguments. + arguments. $1, $2, etc. can be used for required arguments. @1, @2, + etc. can be used for optional arguments. $* simply means "all + remaining arguments," and cannot be combined with optional arguments. """ if ' ' not in alias: # If it's a single word, they probably want $*.