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 $*.