289684b0f1
Added original source Fixed readme typo (I fat fingered your username again whoops) Fiddling with golang config
14 lines
235 B
Python
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": ""
|
|
}
|