From fdb3c07fda29dc0d411d8bec5b4ac774047b748e Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Thu, 29 Mar 2001 11:49:33 +0000 Subject: [PATCH] updates updates.. --- README | 5 +++++ apps/silc/local_command.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README b/README index 85b85a37..520601e3 100644 --- a/README +++ b/README @@ -320,6 +320,11 @@ SILC Commands This command is used to send an action to the channel. This equals to CTCP's ACTION (IRC's /ME) command. + /NOTICE + + This command is used to send for example informational + notice messages to the channel. + Features ======== diff --git a/apps/silc/local_command.c b/apps/silc/local_command.c index 2f18ae03..ef7a4def 100644 --- a/apps/silc/local_command.c +++ b/apps/silc/local_command.c @@ -760,7 +760,7 @@ SILC_CLIENT_LCMD_FUNC(notice) } if (cmd->argc < 3) { - silc_say(client, conn, "Usage: /ME "); + silc_say(client, conn, "Usage: /NOTICE "); goto out; } -- 2.24.0