From faebf8b2f71b3899cf4d81cc50e7fc6d8dc899d2 Mon Sep 17 00:00:00 2001 From: ahmedbodi Date: Tue, 28 Jan 2014 23:06:55 +0000 Subject: [PATCH] IRC Bot --- conf/config_sample.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/conf/config_sample.py b/conf/config_sample.py index 58e7d8c..e02a2c2 100644 --- a/conf/config_sample.py +++ b/conf/config_sample.py @@ -196,3 +196,9 @@ MEMCACHE_PORT = 11211 # Port MEMCACHE_TIMEOUT = 900 # Key timeout MEMCACHE_PREFIX = "stratum_" # Prefix for keys +######## IRC BOT ################## +BOT_ENABLED = True +BOT_NETWORK = "irc.freenode.net" +BOT_PORT = 6667 +BOT_NICK = "StratumBot" +BOT_CHANNEL = "#cryptopools"