corrade-lsl-templates

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 22  →  ?path2? @ 23
/source/eggdrop/configuration.txt
@@ -13,7 +13,7 @@
 
# Set this to the UUID of the Corrade bot.
# Ecto Resident
corrade = "861eb918-0be7-4aa1-a6ed-d495f99c2af3"
corrade = "d726edfb-a1c4-4499-8c01-2746227b55e5"
 
# The name of the group - it can also be the UUID of the group.
group = "My Group"
@@ -22,13 +22,25 @@
password = "mypassword"
 
# A short nickname for the bot - something you would call it for short.
nickname = "corrade"
nickname = "ecto"
 
# The notification tag - any string you can come up with except the empty string.
notification tag = "bf712608-4132-45c2-b770-bcdfa32146ba"
notification tag = "147d8bf1-4fbc-4c31-b0ea-1d2a72a41041"
 
## Corrade AI module parameters.
# Subscription ID
ai subscription = "ee12b9b4-87e7-41e2-84a6-e505e32aaa0b"
# Host
ai host = "127.0.0.1"
# Port
ai port = "1443"
# Username
ai username = "corrade"
# Secret
ai secret = "corrade"
 
# The version that this template is compatible with (no need to change).
version = 9.173
version = 10.0
 
# The character to use for commands.
command = @
@@ -52,10 +64,10 @@
# MOTD database table.
motd table = "corrade-eggdrop-motd"
 
# Database table for jokes.
joke table = "corrade-eggdrop-joke"
 
# The name of the help notecard in this primitive's inventory.
help card = "Help"
 
# All joke notecards have the following string in their name (case sensitive).
jokes = "Jokes"
 
########################### END CONFIGURATION #############################