X-Git-Url: http://git.tremily.us/?a=blobdiff_plain;f=irkerhook.py;h=76171b935680848538a635da350abe862bf68941;hb=59c13a9a4d5678a1648a4079c8aa466e07d95926;hp=112f2557b6527ed7f43fae90c479e007bca4baf1;hpb=8bb45b056a90c69a33210f9b8916e7578d37f7df;p=irker.git 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: