diff options
author | alex | 2018-10-20 00:40:15 +0100 |
---|---|---|
committer | alex | 2018-10-20 00:45:25 +0100 |
commit | 289684b0f117181c03e4e5ef6616d574da9a1981 (patch) | |
tree | 1a803992f7bec0a46b5838141c72b5192c14ecc6 /osrc/watbot_config.py.example | |
parent | 64cbb5254ad6308e4dab42cc1e3fdcea9d8d6893 (diff) | |
download | watbot-289684b0f117181c03e4e5ef6616d574da9a1981.tar.gz watbot-289684b0f117181c03e4e5ef6616d574da9a1981.tar.bz2 watbot-289684b0f117181c03e4e5ef6616d574da9a1981.zip |
sorry for rehosting ur stuff (。◕ ‿ ◕。)
Added original source
Fixed readme typo (I fat fingered your username again whoops)
Fiddling with golang config
Diffstat (limited to 'osrc/watbot_config.py.example')
-rw-r--r-- | osrc/watbot_config.py.example | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/osrc/watbot_config.py.example b/osrc/watbot_config.py.example new file mode 100644 index 0000000..7845a71 --- /dev/null +++ b/osrc/watbot_config.py.example @@ -0,0 +1,13 @@ +#!/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": "" +} |