Username cachine and various fixes.

Usernames seen by the bot are now cached in the $usernames table. To get the ID associated with a
username, use the resolve_username() function from utilities.lua.
The table_size() function in utilities.lua will tell you the number of items in a key/pair table.
about.lua no longer displays a link preview in the about message.
currency.lua now accepts decimal arguments for the amount.
luarun.lua now correctly displays "false" return values.
moderation.lua will no longer send "I do not administrate this group".
This commit is contained in:
topkecleon
2016-01-12 05:22:28 -05:00
parent d1e0e939b5
commit c50b1ca3fa
10 changed files with 69 additions and 40 deletions

View File

@ -8,6 +8,7 @@ return {
thecatapi_key = '',
time_offset = 0,
lang = 'en',
antisquig = false,
cli_port = 4567,
admin = 00000000,
admin_name = 'John Smith',