Updated helpstrings

This commit is contained in:
neersighted 2012-05-15 20:07:27 -07:00
parent 75a001ad5d
commit 54cf797b1e
60 changed files with 104 additions and 104 deletions

View file

@ -51,7 +51,7 @@ with open("plugins/data/itemids.txt") as f:
@hook.command("id")
@hook.command
def itemid(input, reply=None):
".itemid/.id <item/id> -- gets the id from an item or vice versa"
"itemid <item/id> -- gets the id from an item or vice versa"
input = input.lower().strip()
if input == "":
@ -84,7 +84,7 @@ def itemid(input, reply=None):
@hook.command("craft")
@hook.command
def recipe(input, reply=None):
".recipe/.craft <item> -- gets the crafting recipe for an item"
"recipe <item> -- gets the crafting recipe for an item"
input = input.lower().strip()
results = []