fix
This commit is contained in:
parent
22b15b5e5f
commit
afc556281e
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Reference in a new issue