X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=apps%2Fsilcd%2Fcommand_reply.c;h=eb56f929e90d11fe527305ce7052959e99593c8d;hb=da3a876c26b6d697ee6446ad81a8edfff1828cab;hp=cd93edc7a21287ca8898407eb820bef86d9a7dbe;hpb=346885ee9466a6f1d5ecc99a5401aa3043acf7c0;p=silc.git diff --git a/apps/silcd/command_reply.c b/apps/silcd/command_reply.c index cd93edc7..eb56f929 100644 --- a/apps/silcd/command_reply.c +++ b/apps/silcd/command_reply.c @@ -1262,3 +1262,15 @@ SILC_SERVER_CMD_REPLY_FUNC(list) silc_free(channel_id); silc_server_command_reply_free(cmd); } + +SILC_SERVER_CMD_REPLY_FUNC(watch) +{ + SilcServerCommandReplyContext cmd = (SilcServerCommandReplyContext)context; + SilcStatus status, error; + + COMMAND_CHECK_STATUS; + + out: + SILC_SERVER_PENDING_EXEC(cmd, SILC_COMMAND_WATCH); + silc_server_command_reply_free(cmd); +}