Skip to content
This repository has been archived by the owner on Jun 16, 2021. It is now read-only.

Commit

Permalink
Added the new parameter to the help text.
Browse files Browse the repository at this point in the history
  • Loading branch information
pvince committed Jul 29, 2013
1 parent b19768e commit 5027318
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/org/hive13/jircbotx/listener/GitFeed.java
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,16 @@ protected void handleMessage(MessageEvent<JircBotX> event) throws Exception {
}
}



/* (non-Javadoc)
* @see org.hive13.jircbotx.listener.RssReader#getHelp()
*/
@Override
public String getHelp() {
return super.getHelp() + "; !" + getCommandName() + " refresh";
}

/**
* Call this to programmaticaly find the current 'hive13' feed URL.
*
Expand Down

0 comments on commit 5027318

Please sign in to comment.