Changed default for telnetEnable to False, for obvious reasons

This commit is contained in:
Jeremy Fincher 2003-03-27 09:36:44 +00:00
parent 5db1dbd595
commit 2719dcd8bd

View File

@ -104,7 +104,7 @@ errorReplyPrivate = False
# into the bot and see how it's working internally. A lifesaver
# for development.
###
telnetEnable = True
telnetEnable = False
telnetPort = 31337
###