|
|
|
|
@ -120,7 +120,8 @@ class Telegram(RPCHandler):
|
|
|
|
|
r'/daily$', r'/daily \d+$', r'/profit$', r'/profit \d+',
|
|
|
|
|
r'/stats$', r'/count$', r'/locks$', r'/balance$',
|
|
|
|
|
r'/stopbuy$', r'/reload_config$', r'/show_config$',
|
|
|
|
|
r'/logs$', r'/whitelist$', r'/blacklist$', r'/bl_delete$',
|
|
|
|
|
r'/logs$', r'/whitelist$', r'/whitelist(\ssorted|\sbaseonly)+$',
|
|
|
|
|
r'/blacklist$', r'/bl_delete$',
|
|
|
|
|
r'/weekly$', r'/weekly \d+$', r'/monthly$', r'/monthly \d+$',
|
|
|
|
|
r'/forcebuy$', r'/forcelong$', r'/forceshort$',
|
|
|
|
|
r'/forcesell$', r'/forceexit$',
|
|
|
|
|
|