From fe645f1d00d22a60929a10efcc458d107b9e014a Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Sat, 28 Feb 2004 15:14:50 +0000 Subject: [PATCH] User limit command reply arg type number fix. --- apps/silcd/command.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/silcd/command.c b/apps/silcd/command.c index 8fefc1cb..975e4d02 100644 --- a/apps/silcd/command.c +++ b/apps/silcd/command.c @@ -3239,7 +3239,7 @@ SILC_SERVER_CMD_FUNC(cmode) 5, chpklist ? chpklist->data : NULL, chpklist ? chpklist->len : 0, - 7, (mode_mask & + 6, (mode_mask & SILC_CHANNEL_MODE_ULIMIT ? ulimit : NULL), (mode_mask & -- 2.43.0