AskUbuntu Commands - KazWolfe/WolfBot-SE GitHub Wiki
WolfBot currently comes pre-packaged with a plugin designed for use in AskUbuntu chat rooms.
Shortcut Commands
Command Name |
Privilege Needed |
Description |
Arguments |
Example |
s |
Any |
Get a link shortcut by ID |
Shortcut ID (mandatory) |
!!/s moo |
addshortcut |
Admin |
Add a new shortcut to the database |
Shortcut ID (mandatory), URL (mandatory) |
!!/addshortcut google http://www.google.com/ |
delshortcut |
Admin |
Remove a shortcut from the database |
Shortcut ID (mandatory) |
!!/delshortcut google |
listshortcuts |
Any |
Get a list of all shortcuts in the database |
None |
!!/listshortcuts |
Post Filter Commands
Command Name |
Privilege Needed |
Description |
Arguments |
Example |
setfurl |
Superuser |
Set the RSS URL to read (must be a SE question feed) |
URL (mandatory) |
!!/setfurl http://askubuntu.com/feeds |
addfilter |
Admin |
Add a new word to the filter |
Space-separated list of words (first mandatory) |
!!/addfilter dog cat horse goat |
delfilter |
Admin |
Remove a word from the filter |
Space-separated list of words (first mandatory) |
!!/delfilter goat |
getfilter |
Any |
Get all words on the filter |
N/A |
!!/getfilter |
clearfilter |
Admin |
Remove all words from the filter |
N/A |
!!/clearfilter |