Skip to content

Commit

Permalink
Added Leander commits RSS
Browse files Browse the repository at this point in the history
  • Loading branch information
egonw committed Apr 14, 2009
1 parent ad2e6c4 commit 8375e7e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/com/github/egonw/rednael/LeanderBot.java
Expand Up @@ -64,6 +64,9 @@ public LeanderBot() throws NickAlreadyInUseException, IOException, IrcException
addChannel(cdk);

Channel bioclipse = new Channel("#bioclipse");
bioclipse.addFeed(branch, new URL(
"http://github.com/feeds/egonw/commits/rednael/master"
));
bioclipse.addFeed(branch, new URL(
"http://pele.farmbio.uu.se/planetbioclipse/atom.xml"
));
Expand Down

0 comments on commit 8375e7e

Please sign in to comment.