diff options
| author | 2019-10-14 16:51:36 +0100 | |
|---|---|---|
| committer | 2019-10-14 16:51:36 +0100 | |
| commit | 920456ea17285ece859f70033978e4ab91b5cdf3 (patch) | |
| tree | 4086dbc7f216d3274a6013d86855f57f46c702e2 | |
| parent | Update CHANGELOG.md (diff) | |
| signature | ||
add small comment in bitbotctl about the ctl proto
| -rwxr-xr-x | bitbotctl | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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": |
