From 70d3d3b5943f801a9a3f34dec9f85e155f51990f Mon Sep 17 00:00:00 2001 From: Chris Oliver Date: Sun, 10 Oct 2010 15:47:00 -0500 Subject: Changed default channel back to #keryx --- logbot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3