TAS:botreference en
Contents
TAS BOT Command Ceference
/start
This command start the registration procedure requesting the mail validation.
After validation process is completed this command set to enabled all lists of the user.
/stop
This command is used to disable all lists so no messages will be received. No parameters are required.
/confirm
Used to confirm the code sent by e-mail. This command can be omitted if user confirm using the button inside the received email.
Usage
/confirm [code]
where
code: Is the code sent by e-mail.
/join
This command is used to join a list. The user must know the list name and there is not a way get a name of a list from the BOT.
Usage
/join [list] [severity]
where
list: The name of the list to join to
severity: The desired severity level (notice, warning, error, critical)
/leave
This command is used to leave a list, so after using this command user will not receive messages for that list. the name of the list is requested as parameter
Usage
/leave [list]
where
list: Is the name of the list lo leave from.
/list
Return a list of lists where the user is joined to. No parameters are required.
Usage
/list
/help
This command return a contextual help. If sent with no parameters will return general informations. An optiona parameter can be used to specify the command to get info.
Usage
/help [command_name]
where
command_name: Is the name of the command to get info.
Severity Levels
Number | Name | description |
---|---|---|
1 | notice | Messages that can hide some problems |
2 | warning | Messages that can hide some problems |
3 | error | This is an error message so somethings to do
|
4 | critical | This is a big problem that impact on your work |