X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=apps%2Fsilc%2Flocal_command.c;h=58a76660ce2ce505aa1068140c5e6f19f591f818;hb=0dcbb205044702fc7aa8563ef164328a218c4e69;hp=b96c80d1e5f0259923bb7ad968dc6038692b1d14;hpb=d87aca00b57bdd0fb7afad4fcfe3140aa03bac2c;p=silc.git diff --git a/apps/silc/local_command.c b/apps/silc/local_command.c index b96c80d1..58a76660 100644 --- a/apps/silc/local_command.c +++ b/apps/silc/local_command.c @@ -20,6 +20,9 @@ /* * $Id$ * $Log$ + * Revision 1.6 2001/02/24 15:50:23 priikone + * implemented KICK command + * * Revision 1.5 2001/02/19 13:47:30 priikone * updates. * @@ -145,7 +148,8 @@ SILC_CLIENT_LCMD_FUNC(msg) } /* Find client entry */ - client_entry = silc_idlist_get_client(client, conn, nickname, server, num); + client_entry = silc_idlist_get_client(client, conn, nickname, server, num, + TRUE); if (!client_entry) { /* Client entry not found, it was requested thus mark this to be pending command. */