Skip to content

Commit

Permalink
Better labels, instead of CDK branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
egonw committed Apr 14, 2009
1 parent 8375e7e commit a8866e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/com/github/egonw/rednael/LeanderBot.java
Expand Up @@ -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);
Expand Down

0 comments on commit a8866e9

Please sign in to comment.