Remove U-H command

This commit is contained in:
2016-03-21 18:01:07 +00:00
parent 9da66831fa
commit 49e55b22f4

View File

@@ -352,10 +352,6 @@ class DropBot(ClientXMPP):
"""Returns the price of a item in Hek"""
return self.cmd_price(['Hek'] + args, msg)
def cmd_uh(self, args, msg):
"""Returns the price of a item in U-HVIX"""
return self.cmd_price(['U-HVIX'] + args, msg)
def cmd_r(self, args, msg):
return self.cmd_redditimg(args, msg)