hirc

IRC client
Log | Files | Refs

commit 3b43f94dd2cbfd80284ad2ec85379293051aee6c
parent d8a0506987b204cefaf4041ee2b1efc605ecbedd
Author: hhvn <dev@hhvn.uk>
Date:   Sat, 26 Mar 2022 18:37:02 +0000

Update /disconnect usage

Diffstat:
Msrc/commands.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/commands.c b/src/commands.c @@ -188,7 +188,7 @@ struct Command commands[] = { " [-real <comment>] [-tls] [-verify] <host> [port]", "Connect to a network/server", NULL}}, {"disconnect", command_disconnect, 0, { - "usage: /disconnect [network]", + "usage: /disconnect [network] [msg]", "Disconnect from a network/server", NULL}}, {"names", command_names, 1, { "usage: /names <channel>",