1 files changed, 1 insertions, 1 deletions
diff --git a/logbot.py b/logbot.py index 3bc5dd1..0dc2343 100755 --- a/ logbot.py+++ b/ logbot.py@@ -69,7 +69,7 @@ DEBUG = False SERVER = "irc.freenode.net" PORT = 6667 SERVER_PASS = None -CHANNELS=["#excid3","#keryx"] +CHANNELS=["#archlinux-ports"] NICK = "timber" NICK_PASS = "" |