Typo fix
[scrappy.git] / modules / config.py
blob78288b3de26afde60b2ee02e9bf81b8b0aa2d581
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 = "scrappy"
12 scrap.nickservpass = "121212"
14 #identify with nickserv or not
15 scrap.identify = False