From 8f317a7182e8b61b42c1be83c4760098b1098c6d Mon Sep 17 00:00:00 2001 From: Luke Bratch Date: Fri, 29 Mar 2024 17:34:14 +0000 Subject: 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). --- README | 3 +++ 1 file changed, 3 insertions(+) (limited to 'README') diff --git a/README b/README index 0aae39f..7381b49 100644 --- a/README +++ b/README @@ -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". -- cgit v1.2.3