mirror of
https://git.wownero.com/wownero/tippero.git
synced 2024-08-15 00:33:14 +00:00
bookie: book/net now available to non admin
This commit is contained in:
parent
1a67be15b0
commit
e2787cc2b3
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue