and so it begin
[alkobot.git] / config.py
blobbf728bc276ec88af8dd2ffcb40230c2351f1f296
1 #!/usr/bin/env python
3 username = 'alkobot@jabber.cz'
4 password = 'secret'
5 nickname = 'barman'
6 chatroom = 'sandbox@conf.netlab.cz'
8 # password better be elsewhere
9 try:
10 from config2 import *
11 except Exception:
12 pass