From: Pekka Riikonen Date: Mon, 20 Oct 2003 07:02:46 +0000 (+0000) Subject: no /SERVER X-Git-Tag: silc.client.0.9.14~16 X-Git-Url: http://git.silcnet.org/gitweb/?a=commitdiff_plain;h=a2fa1b58b371d8700ea632ca58d34ad34c2c0d7b;p=silc.git no /SERVER --- diff --git a/lib/silcclient/command.c b/lib/silcclient/command.c index 557a539c..220ed86e 100644 --- a/lib/silcclient/command.c +++ b/lib/silcclient/command.c @@ -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); */