WIP for autolinker module. Currently can't use stc and tqm together because of conflicting dependencies, so this is a placeholder.

This commit is contained in:
Adrian Malacoda
2017-02-26 17:17:22 -06:00
parent a7b9d801a1
commit 5551ebd552
5 changed files with 20 additions and 0 deletions

View File

@@ -1,3 +1,6 @@
[general]
foo = "bar"
[discord]
token = "your token here"
@@ -48,3 +51,13 @@ responses = ["ack"]
[pvn]
[echobox]
[lua]
code = """
function on_message (message, reply)
reply("Lua says: " .. message)
end
"""
foo = "bar"
[autolink]