Help - mdippery/zanegort GitHub Wiki
zanegort's commands are specified by strings that start with the bot's nickname. In other words, if the bot's nickname is "zanegort", it will listen to commands in the form "zanegort, <cmd>" or "zanegort: <cmd>". (As a special case, if the bot's name is zanegort, it will also respond to the nickname "zane".) zanegort current recognizes the following commands:
Command | Action |
---|---|
web for $NICKNAME | Returns $NICKNAME's website |
github for $NICKNAME | Returns $NICKNAME's GitHub profile |
stack for $NICKNAME | Returns $NICKNAME's Stack Overflow profile |
reddit for $NICKNAME | Returns $NICKNAME's Reddit profile |
set web to $URL | Sets the sender's website to $URL. |
set github to $USERNAME | Sets the sender's GitHub account to $USERNAME. |
set stack to $ID | Sets the sender's Stack Overflow user ID to $ID. |
set reddit to $USERNAME | Sets the sender's Reddit profile to $USERNAME. |
help | Returns help information |
zanegort will also respond to the following /ctcp
commands:
CTCP | Action |
---|---|
VERSION | zanegort's version number |
SOURCE | URL to zanegort's source code |