mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-23 11:12:47 +01:00
Aka: Edit help of @add to match new features related to arguments.
This commit is contained in:
parent
774285ef03
commit
e68e7f36de
@ -352,7 +352,8 @@ class Aka(callbacks.Plugin):
|
|||||||
arguments to the alias; they'll be filled with the first, second, etc.
|
arguments to the alias; they'll be filled with the first, second, etc.
|
||||||
arguments. $1, $2, etc. can be used for required arguments. @1, @2,
|
arguments. $1, $2, etc. can be used for required arguments. @1, @2,
|
||||||
etc. can be used for optional arguments. $* simply means "all
|
etc. can be used for optional arguments. $* simply means "all
|
||||||
remaining arguments," and cannot be combined with optional arguments.
|
arguments that have not replaced $1, $2, etc.", ie. it will also
|
||||||
|
include optional arguments.
|
||||||
"""
|
"""
|
||||||
channel = 'global'
|
channel = 'global'
|
||||||
for (option, arg) in optlist:
|
for (option, arg) in optlist:
|
||||||
|
Loading…
Reference in New Issue
Block a user