summaryrefslogtreecommitdiff
path: root/logbot.py
diff options
context:
space:
mode:
authorChris Oliver <excid3@gmail.com>2010-10-10 15:47:00 -0500
committerChris Oliver <excid3@gmail.com>2010-10-10 15:47:00 -0500
commit70d3d3b5943f801a9a3f34dec9f85e155f51990f (patch)
treef47667ef3b65f227f4338d42a2d726fa49f8e703 /logbot.py
parent7beab28a7300e1632d706eae16e5710ef5472bfb (diff)
downloadlogbot-70d3d3b5943f801a9a3f34dec9f85e155f51990f.tar.xz
Changed default channel back to #keryx
Diffstat (limited to 'logbot.py')
-rw-r--r--logbot.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/logbot.py b/logbot.py
index 573abeb..015884a 100644
--- a/logbot.py
+++ b/logbot.py
@@ -50,7 +50,7 @@ DEBUG = False
SERVER = "irc.freenode.net"
PORT = 6667
SERVER_PASS = None
-CHANNELS=["#excid3"]
+CHANNELS=["#keryx"]
NICK = "timber"
NICK_PASS = None