From: Eric S. Raymond Date: Thu, 11 Oct 2012 03:05:41 +0000 (-0400) Subject: Remove an antiscocial default. X-Git-Tag: 1.12~4 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=59c13a9a4d5678a1648a4079c8aa466e07d95926;p=irker.git Remove an antiscocial default. --- 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: