diff options
author | Luke Bratch <luke@bratch.co.uk> | 2019-05-29 22:17:59 +0100 |
---|---|---|
committer | Luke Bratch <luke@bratch.co.uk> | 2019-05-29 22:17:59 +0100 |
commit | 25d3f37161417b7820640ce64bdb7d2433f5e84b (patch) | |
tree | 57d7a429ca34c35d5d37c13b8ee0ce76c66db416 /README | |
parent | 0bfc35c88e75a7eb47c38f7a31b6cf7f84130ea5 (diff) |
Implement BLABOUNCER QUIT command.
Diffstat (limited to 'README')
-rw-r--r-- | README | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -19,6 +19,7 @@ If you don't specify one using "-c /path/to/configuration/file" then the example Once connected to blabouncer with a client, you can use the following commands: "BLABOUNCER REPLAY [[[[days:]hours:]minutes:]seconds]" (To replay a given length of time of replay log.) +"BLABOUNCER QUIT [quit message]" (To quit blabouncer, optionally sending [quit message] to the server.) Blabouncer commands are all prefixed with BLABOUNCER which you can usually send using "/QUOTE BLABOUNCER". |