summaryrefslogtreecommitdiff
path: root/logbot.py
diff options
context:
space:
mode:
authorChris Oliver <excid3@gmail.com>2010-12-11 17:28:29 -0600
committerChris Oliver <excid3@gmail.com>2010-12-11 17:28:29 -0600
commit16952fc179f365ac8056141969800c116c56114e (patch)
tree8befe4b525c8e59c1df0608b7cd3013b96de263d /logbot.py
parent640ecff99d3e852f4d3d0e853daa714b5e4cc5c0 (diff)
downloadlogbot-16952fc179f365ac8056141969800c116c56114e.tar.xz
Removed my password...wow I'm dumb.
Diffstat (limited to 'logbot.py')
-rw-r--r--logbot.py12
1 files changed, 7 insertions, 5 deletions
diff --git a/logbot.py b/logbot.py
index 885c002..c78bca1 100644
--- a/logbot.py
+++ b/logbot.py
@@ -51,16 +51,18 @@ DEBUG = False
SERVER = "irc.freenode.net"
PORT = 6667
SERVER_PASS = None
-CHANNELS=["#excid3"]
+CHANNELS=["#excid3","#keryx"]
NICK = "timber"
NICK_PASS = ""
HELP_MESSAGE = "Check out http://excid3.com"
-FTP_SERVER = "excid3.fivebean.net"
-FTP_USER = "excidfiv"
-FTP_PASS = "./:j7JW}y*;.a4'8/|kBA.tUC"
-FTP_FOLDER = "public_html/excid3.com/logs"
+FTP_SERVER = ""
+FTP_USER = ""
+FTP_PASS = ""
+FTP_FOLDER = ""
+# This folder and sub folders for any channels MUST be created on the server
+
FTP_WAIT = 25
# Only upload every 25 messages