watbot/osrc/watbot_config.py.example
alex 289684b0f1 sorry for rehosting ur stuff (。◕ ‿ ◕。)
Added original source
Fixed readme typo (I fat fingered your username again whoops)
Fiddling with golang config
2018-10-20 00:45:25 +01:00

14 lines
235 B
Python

#!/usr/bin/python
config = {
"prefix": "abc",
"currency": "abccoin",
"bot_nick": "abcbot",
"channel": "#abc",
"server": "irc.abc.example.com",
"port": 6667,
"ssl": False,
"nickserv": False,
"password": ""
}