This commit is contained in:
Luke Rogers 2012-10-18 14:38:53 +13:00
parent 22b15b5e5f
commit afc556281e

View file

@ -34,7 +34,7 @@ def rss(inp, say=None):
say(u"{} - {}".format(title, link)) say(u"{} - {}".format(title, link))
@hook.command @hook.command(autohelp=False)
def rb(inp, say=None): def rb(inp, say=None):
"rb -- Shows the latest Craftbukkit recommended build" "rb -- Shows the latest Craftbukkit recommended build"
rss("bukkit", say) rss("bukkit", say)