bookie: book/net now available to non admin

This commit is contained in:
moneromooo 2015-01-27 21:31:50 +00:00
parent 1a67be15b0
commit e2787cc2b3
1 changed files with 0 additions and 2 deletions

View File

@ -446,7 +446,6 @@ RegisterCommand({
'module': __name__,
'name': 'book',
'function': Book,
'admin': True,
'registered': True,
'help': "shows current book"
})
@ -482,7 +481,6 @@ RegisterCommand({
'name': 'bet',
'parms': '[<event name>] <outcome> <amount>',
'function': Bet,
'admin': True,
'registered': True,
'help': "bet some %s on a particular outcome" % coinspecs.name
})