flogging
[scrappy.git] / modules / config / config.py
blob94bba5d6d23dd87132a5e14b6c9291b9571db3b3
1 # Module that implements config file functionality for scrappy
3 import sys
5 def init(scrap):
6 print "Loading Configuration\n"
7 scrap.configing = True
9 #replace these with whatever your bot
10 #username and password are
11 scrap.username = "XeNu"
12 scrap.nickservpass = "121213"
14 #identify with nickserv or not
15 scrap.identify = True
16 scrap.talk = True
17 scrap.autorep = True