From 59c13a9a4d5678a1648a4079c8aa466e07d95926 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 10 Oct 2012 23:05:41 -0400 Subject: [PATCH] Remove an antiscocial default. --- irkerhook.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/irkerhook.py b/irkerhook.py index 112f255..76171b9 100755 --- a/irkerhook.py +++ b/irkerhook.py @@ -30,8 +30,8 @@ urlprefixmap = { "cgit": "http://%(host)s/cgi-bin/cgit.cgi/%(repo)s/commit/?id=", } -# By default, the channel list includes the freenode #commits list -default_channels = "irc://chat.freenode.net/%(project)s,irc://chat.freenode.net/#commits" +# By default, ship to the freenode #commits list +default_channels = "irc://chat.freenode.net/#commits" # # No user-serviceable parts below this line: -- 2.26.2