From: Pekka Riikonen Date: Thu, 29 Mar 2001 11:49:33 +0000 (+0000) Subject: updates updates.. X-Git-Tag: 1.2.beta1~2400 X-Git-Url: http://git.silcnet.org/gitweb/?p=runtime.git;a=commitdiff_plain;h=fdb3c07fda29dc0d411d8bec5b4ac774047b748e updates updates.. --- 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; }