From: Pekka Riikonen Date: Sat, 28 Feb 2004 15:14:50 +0000 (+0000) Subject: User limit command reply arg type number fix. X-Git-Tag: silc.toolkit.0.9.12~7 X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=commitdiff_plain;h=fe645f1d00d22a60929a10efcc458d107b9e014a User limit command reply arg type number fix. --- 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 &