X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilcutil%2Fsilcutil.c;h=57931f7e649d4ae8f78bb810011f31927659ce54;hb=901271466f6fc8f9f148c7bf2493b1813d891c16;hp=bcfa80de03b279316b99b9e36063a3a99b0c84cb;hpb=033514af4e8167b4484a5fc2109952652ceac66a;p=silc.git diff --git a/lib/silcutil/silcutil.c b/lib/silcutil/silcutil.c index bcfa80de..57931f7e 100644 --- a/lib/silcutil/silcutil.c +++ b/lib/silcutil/silcutil.c @@ -995,7 +995,7 @@ static const SilcStatusMessage silc_status_messages[] = { { STAT(NOT_ENOUGH_PARAMS), "Not enough parameters" }, { STAT(TOO_MANY_PARAMS), "Too many parameters" }, { STAT(PERM_DENIED), "Permission denied" }, - { STAT(BANNED_FROM_SERVER),"You are banned from this server" }, + { STAT(BANNED_FROM_SERVER),"You are not allowed to connect" }, { STAT(BAD_PASSWORD), "Cannot join channel. Incorrect password" }, { STAT(CHANNEL_IS_FULL), "Cannot join channel. Channel is full" }, { STAT(NOT_INVITED), "Cannot join channel. You have not been invited" },