From a8866e99a7e7fe1d113aa15d5627d922ddbb3fc8 Mon Sep 17 00:00:00 2001 From: Egon Willighagen Date: Tue, 14 Apr 2009 12:12:08 +0200 Subject: [PATCH] Better labels, instead of CDK branch name --- src/com/github/egonw/rednael/LeanderBot.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/com/github/egonw/rednael/LeanderBot.java b/src/com/github/egonw/rednael/LeanderBot.java index 133626a..cadbad4 100644 --- a/src/com/github/egonw/rednael/LeanderBot.java +++ b/src/com/github/egonw/rednael/LeanderBot.java @@ -64,10 +64,10 @@ public LeanderBot() throws NickAlreadyInUseException, IOException, IrcException addChannel(cdk); Channel bioclipse = new Channel("#bioclipse"); - bioclipse.addFeed(branch, new URL( + bioclipse.addFeed("Leander Git", new URL( "http://github.com/feeds/egonw/commits/rednael/master" )); - bioclipse.addFeed(branch, new URL( + bioclipse.addFeed("Planet Bioclipse", new URL( "http://pele.farmbio.uu.se/planetbioclipse/atom.xml" )); addChannel(bioclipse);