summaryrefslogtreecommitdiff
path: root/config.py.template
diff options
context:
space:
mode:
Diffstat (limited to 'config.py.template')
-rw-r--r--config.py.template8
1 files changed, 8 insertions, 0 deletions
diff --git a/config.py.template b/config.py.template
index b7437bb..3a27391 100644
--- a/config.py.template
+++ b/config.py.template
@@ -8,3 +8,11 @@ admin = ""
#nosell = [] # Items which can't be sold - just add the itemid to the list.
sqlite3_dbfile = "data/mm.db"
online_txt_url = 'http://server.themanaworld.org/online.txt'
+online_txt_interval = 20
+
+irc_server = 'chat.freenode.net'
+irc_channel = '#themanaworld'
+irc_port = 6667
+irc_user = 'mana'
+irc_nick = 'mana'
+irc_password = 'world'