Added administration.lua.

Adds self-hosted, single-realm administrative functions to otouto.
Check out the README for a detailed description.

Also added msg.from.name, which is msg.from.first_name + msg.from.last_name (if it
exists), because I'm too lazy to build it each time.
Fixed a crash-causing bug (ironically) in the handle_exception() function.
This commit is contained in:
topkecleon
2016-02-20 05:07:20 -05:00
parent 5cb058ec6b
commit 180cd6078a
10 changed files with 1105 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
while true; do
lua bot.lua