Replace README.txt by README.md

This commit is contained in:
palige
2015-08-29 12:08:44 +02:00
parent a673ceb374
commit ec8f3c0e9a
6 changed files with 17 additions and 18 deletions

View File

@ -1,4 +1,4 @@
accepted_commands = {"say", "tell"} -- Authorized commands. Any to accept all.
local accepted_commands = {"say", "tell"} -- Authorized commands. Any to accept all.
local function initialize_data(meta)
local commands = meta:get_string("commands")