summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorLuke Bratch <luke@bratch.co.uk>2024-03-29 17:34:14 +0000
committerLuke Bratch <luke@bratch.co.uk>2024-03-29 17:34:14 +0000
commit8f317a7182e8b61b42c1be83c4760098b1098c6d (patch)
tree00c599163a2650c4f49f0ed87638d3c1a8e38cfe /README
parentbd7a7d2ce18babb041492762b3e55fdbad670d5c (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--README3
1 files changed, 3 insertions, 0 deletions
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".