When my IRC bots aren't dying/crashing/whatever, here's how they work.
Currently the bot's name is DT (which stands for Definition Term). It's also gone by a lot of other names including DeepBot and basically any of the nicks I use on IRC—DThought, DToaster, and so on.
In any case, its signal character is a colon. (Like TI-BASIC, where every line starts with a colon.) Here are the current commands:
- :basic [keyword] - searches the Catalog for info about a TI-BASIC token and returns its syntax, description, and keystrokes (for typing on a calculator).
- :axe [keyword] - Same as above, but for Axe.
- :grammer [keyword] - Ditto for Grammer.
- :calc [expression] - Calculates the value of an expression first by Google Calculator, then by Wolfram Alpha (so you can use it for math, unit conversions, currency conversions, random facts, and so on).
Commands to be added in the future:
- :bbify [language] [snippet] - Returns a BBCode syntax-highlighted version of the snippet.
Commands that once were and now are not:
- :asm [assembly] - Compiles the provided assembly instruction(s).