diff options
author | Luke Bratch <luke@bratch.co.uk> | 2024-03-29 17:34:14 +0000 |
---|---|---|
committer | Luke Bratch <luke@bratch.co.uk> | 2024-03-29 17:34:14 +0000 |
commit | 8f317a7182e8b61b42c1be83c4760098b1098c6d (patch) | |
tree | 00c599163a2650c4f49f0ed87638d3c1a8e38cfe /README | |
parent | bd7a7d2ce18babb041492762b3e55fdbad670d5c (diff) |
Implement BLABOUNCER commands LISTCLIENTS and DISCONNECT.
BLABOUNCER LISTCLIENTS: List all connected clients and their authentication status.
BLABOUNCER DISCONNECT [FD]: Disconnect a client with file descriptor number [FD] (see LISTCLIENTS output).
Diffstat (limited to 'README')
-rw-r--r-- | README | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -44,6 +44,9 @@ Once connected to blabouncer with an IRC client, you can use the following speci "BLABOUNCER REHASH" (To reload settings from the configuration file, see above for details.) "BLABOUNCER CLIENTCODE [clientcode]" (To set an identifier for the current client for auto replaying just what this client has missed.) +"BLABOUNCER LISTCLIENTS" (To list all connected clients and their authentication status.) +"BLABOUNCER DISCONNECT [FD]" (To disconnect a client with file descriptor number [FD] (see LISTCLIENTS +output).) "BLABOUNCER VERSION" (To show the current blabouncer version.) Blabouncer commands are all prefixed with BLABOUNCER which you can usually send using "/QUOTE BLABOUNCER". |