Added .id alis for .itemid

This commit is contained in:
Luke Rogers 2012-04-19 23:49:10 +12:00
parent 9809e84e99
commit 2a74c1625c

View file

@ -48,6 +48,7 @@ with open("plugins/data/itemids.txt") as f:
ids.append((id, name))
@hook.command("id")
@hook.command
def itemid(input, reply=None):
".itemid <item/id> -- gets the id from an item or vice versa"