no /SERVER
authorPekka Riikonen <priikone@silcnet.org>
Mon, 20 Oct 2003 07:02:46 +0000 (07:02 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Mon, 20 Oct 2003 07:02:46 +0000 (07:02 +0000)
lib/silcclient/command.c

index 557a539c9c8186daa7d4e62a3c345c43372dd95f..220ed86ee2fe77be685090c08ba0ba1a5da18559 100644 (file)
@@ -24,7 +24,7 @@
 
 #define SILC_NOT_CONNECTED(x, c) \
   x->internal->ops->say((x), (c), SILC_CLIENT_MESSAGE_ERROR, \
-          "You are not connected to a server, use /SERVER to connect");
+          "You are not connected to a server, please connect to server");
 
 /* Command operation that is called at the end of all commands.
    Usage: COMMAND(status); */