summaryrefslogtreecommitdiff
path: root/config.py.template
blob: 3a27391b65891d45bef86e514f4214441718cb75 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
server = "server.themanaworld.org"
port = 6901
account = ""
password = ""
relist_time = 604800 # Time in seconds before an item needs to be relisted.
character = 0 #slot character is in, 0 for first, 1 for second, 2 for third
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'