corrade-lsl-templates

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 14  →  ?path2? @ 15
/source/eggdrop/configuration.txt
@@ -13,7 +13,7 @@
 
# Set this to the UUID of the Corrade bot.
# Ecto Resident
corrade = "2ac12631-b9e8-4ec2-822e-946591a41469"
corrade = "861eb918-0be7-4aa1-a6ed-d495f99c2af3"
 
# The name of the group - it can also be the UUID of the group.
group = "My Group"
@@ -21,11 +21,14 @@
# The password for the group.
password = "mypassword"
 
# A short nickname for the bot - something you would call it for short.
nickname = "corrade"
 
# The notification tag - any string you can come up with except the empty string.
notification tag = "5dfea3c3-1d70-4477-89a8-835072fbb6fa"
notification tag = "bf712608-4132-45c2-b770-bcdfa32146ba"
 
# The version that this template is compatible with (no need to change).
version = 9.164
version = 9.173
 
# The character to use for commands.
command = @
@@ -36,16 +39,23 @@
# The roles that are eligible for administrative group functions such as "eject".
admin roles = Owners,Officers,Ecto
 
# Restrict wiki operations to admin roles.
restricted wiki = True
 
# Wiki database table.
wiki table = "corrade-eggdrop-wiki"
 
# The number of records to be retrieved from a namespace.
# This limit works around LSL HTTP limitations not being able to receive more than 2KiB.
wiki results limit = 15
 
# How many paths in total should be returned when looking up data.
wiki search limit = 5
 
# MOTD database table.
motd table = "corrade-eggdrop-motd"
 
# The name of the help notecard in this primitive's inventory.
help card = "[WaS] Corrade: Eggdrop - Help Card"
help card = "Help"
 
# All joke notecards have the following string in their name (case sensitive).
jokes = "Jokes"
 
########################### END CONFIGURATION #############################