This commit is contained in:
ahmedbodi 2014-01-28 23:06:55 +00:00
parent 688489f649
commit faebf8b2f7

View File

@ -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"