From a2fa1b58b371d8700ea632ca58d34ad34c2c0d7b Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Mon, 20 Oct 2003 07:02:46 +0000 Subject: [PATCH] no /SERVER --- lib/silcclient/command.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); */ -- 2.43.0