IRC_ENABLED was accidentally left to True in default config file. Fixed.
This commit is contained in:
parent
d3165867c3
commit
5f58c4384b
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue