Remove an antiscocial default.
authorEric S. Raymond <esr@thyrsus.com>
Thu, 11 Oct 2012 03:05:41 +0000 (23:05 -0400)
committerEric S. Raymond <esr@thyrsus.com>
Thu, 11 Oct 2012 03:05:41 +0000 (23:05 -0400)
irkerhook.py

index 112f2557b6527ed7f43fae90c479e007bca4baf1..76171b935680848538a635da350abe862bf68941 100755 (executable)
@@ -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: