From 289684b0f117181c03e4e5ef6616d574da9a1981 Mon Sep 17 00:00:00 2001 From: alex Date: Sat, 20 Oct 2018 00:40:15 +0100 Subject: sorry for rehosting ur stuff (。◕ ‿ ◕。) Added original source Fixed readme typo (I fat fingered your username again whoops) Fiddling with golang config --- osrc/watbot_config.py.example | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 osrc/watbot_config.py.example (limited to 'osrc/watbot_config.py.example') 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": "" +} -- cgit v1.2.3