Finish implementation and tests for the cheat system #3
|
@ -356,7 +356,7 @@ class IRCCommands(object):
|
|||
class pubads(object):
|
||||
name = "pubads"
|
||||
authed = True
|
||||
helptext = "View public adverts. Usage: pubads <asset> <currency>"
|
||||
helptext = "View public adverts. Usage: pubads <XMR/BTC> <currency>"
|
||||
|
||||
@staticmethod
|
||||
def run(cmd, spl, length, authed, msg, agora, revolut, tx):
|
||||
|
|
Loading…
Reference in New Issue