add new module: help (allows to get manual pages for commands)
This commit is contained in:
5
modules/help/db/hardsub.txt
Normal file
5
modules/help/db/hardsub.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
Usage: !hardsub [event_name]
|
||||
|
||||
Permanently subscribes to [event_name]. If blank, uses "default".
|
||||
To unsubscribe, use !hardunsub
|
||||
For one-time subscriptions, use !sub
|
||||
5
modules/help/db/hardunsub.txt
Normal file
5
modules/help/db/hardunsub.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
Usage: !hardunsub [event_name]
|
||||
|
||||
Remove permanent subscription to [event_name]. If blank, uses "default".
|
||||
To remove one-time subscription, use !unsub
|
||||
To add permanent subscription, use !hardsub
|
||||
5
modules/help/db/schedule-ctl.txt
Normal file
5
modules/help/db/schedule-ctl.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
Usage:
|
||||
!schedule-ctl list - see all settings
|
||||
!schedule-ctl get <setting> - see specific personal setting
|
||||
!schedule-ctl set <setting> <value> - change <setting> to <value>
|
||||
!schedule-ctl clear <setting> - restore <setting> to default value
|
||||
7
modules/help/db/sub.txt
Normal file
7
modules/help/db/sub.txt
Normal file
@@ -0,0 +1,7 @@
|
||||
Usage: !sub [event_name]
|
||||
|
||||
Soft-subscribes to [event_name]. If black, uses "default".
|
||||
If you want to remove soft substription, use !unsub
|
||||
|
||||
Soft subscription is automatically removed after the event is triggered once.
|
||||
If you want to subscribe permanently, use !hardsub
|
||||
5
modules/help/db/unsub.txt
Normal file
5
modules/help/db/unsub.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
Usage: !unsub [event_name]
|
||||
|
||||
Removes one-time subscription to [event_name]. If blank, uses "default".
|
||||
Does not affect hard subscriptions. To remove hard subscription, use !hardunsub
|
||||
To add one-time supscription, use !sub
|
||||
Reference in New Issue
Block a user