aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar jesopo2019-10-14 16:51:36 +0100
committerGravatar jesopo2019-10-14 16:51:36 +0100
commit920456ea17285ece859f70033978e4ab91b5cdf3 (patch)
tree4086dbc7f216d3274a6013d86855f57f46c702e2
parentUpdate CHANGELOG.md (diff)
signature
add small comment in bitbotctl about the ctl proto
-rwxr-xr-xbitbotctl1
1 files changed, 1 insertions, 0 deletions
diff --git a/bitbotctl b/bitbotctl
index a5cda7aa..6247feb0 100755
--- a/bitbotctl
+++ b/bitbotctl
@@ -46,6 +46,7 @@ sock.connect("%s.sock" % args.database)
def _send(s):
sock.send(("%s\n" % s).encode("utf8"))
+# protocol: <msgid> <command> [arg [arg ..]]
_send("0 version 0")
if args.command == "log":