updates updates..
authorPekka Riikonen <priikone@silcnet.org>
Thu, 29 Mar 2001 11:49:33 +0000 (11:49 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Thu, 29 Mar 2001 11:49:33 +0000 (11:49 +0000)
README
apps/silc/local_command.c

diff --git a/README b/README
index 85b85a3761ef2fb569c49e01fccda8614b5f4294..520601e3c739cab86b98506ac0983b04c18990f3 100644 (file)
--- 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 <channel> <message>
+
+               This command is used to send for example informational
+               notice messages to the channel.
+
 Features
 ========
 
index 2f18ae0344ff747b12bb170a2dcb5c03c7130f2b..ef7a4def61939bf3f7e41d013d24d22c5329a078 100644 (file)
@@ -760,7 +760,7 @@ SILC_CLIENT_LCMD_FUNC(notice)
   }
 
   if (cmd->argc < 3) {
-    silc_say(client, conn, "Usage: /ME <channel> <action message>");
+    silc_say(client, conn, "Usage: /NOTICE <channel> <message>");
     goto out;
   }