aboutsummaryrefslogtreecommitdiff
path: root/bitbotctl
diff options
context:
space:
mode:
authorGravatar jesopo2019-10-11 15:58:35 +0100
committerGravatar jesopo2019-10-11 15:58:35 +0100
commit0bdce04306685dc572e513e6dbff02326e065589 (patch)
tree8d2dcfe3ab4e632215023b927ccd288d9aafe771 /bitbotctl
parentadd "rehash" bitbotctl command (diff)
signature
actually send rehash command
Diffstat (limited to 'bitbotctl')
-rwxr-xr-xbitbotctl2
1 files changed, 2 insertions, 0 deletions
diff --git a/bitbotctl b/bitbotctl
index 31881999..c1630101 100755
--- a/bitbotctl
+++ b/bitbotctl
@@ -50,6 +50,8 @@ _send("0 version 0")
if args.command == "log":
_send("1 log %s" % args.level)
+elif args.command == "rehash":
+ _send("1 rehash")
read_buffer = b""