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__,
|
'module': __name__,
|
||||||
'name': 'book',
|
'name': 'book',
|
||||||
'function': Book,
|
'function': Book,
|
||||||
'admin': True,
|
|
||||||
'registered': True,
|
'registered': True,
|
||||||
'help': "shows current book"
|
'help': "shows current book"
|
||||||
})
|
})
|
||||||
|
@ -482,7 +481,6 @@ RegisterCommand({
|
||||||
'name': 'bet',
|
'name': 'bet',
|
||||||
'parms': '[<event name>] <outcome> <amount>',
|
'parms': '[<event name>] <outcome> <amount>',
|
||||||
'function': Bet,
|
'function': Bet,
|
||||||
'admin': True,
|
|
||||||
'registered': True,
|
'registered': True,
|
||||||
'help': "bet some %s on a particular outcome" % coinspecs.name
|
'help': "bet some %s on a particular outcome" % coinspecs.name
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue