IRC_ENABLED was accidentally left to True in default config file. Fixed.

This commit is contained in:
Griatch 2009-08-28 16:01:21 +00:00
parent d3165867c3
commit 5f58c4384b

View file

@ -128,7 +128,7 @@ Obs - make sure the IRC network allows bots.
"""
#Activate the IRC bot.
IRC_ENABLED = True
IRC_ENABLED = False
#Which IRC network (e.g. irc.freenode.net)
IRC_NETWORK = "irc.freenode.net"
#Which IRC port to connect to (e.g. 6667)