diff options
Diffstat (limited to 'bitbotctl')
| -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": |
