From a323589383be38de2f76b564c5edc493bf7f9ec2 Mon Sep 17 00:00:00 2001 From: Jeffrey Hutzelman Date: Sat, 23 Feb 2013 15:00:54 -0500 Subject: zctl flush_subs Provide a new zctl subcommand, flush_subs, to flush all subscriptions for a specified recipient. This is implemented using a new library function, ZFlushUserSubscriptions(). This is the client side of #103 --- clients/zctl/zctl_cmds.ct | 3 +++ 1 file changed, 3 insertions(+) (limited to 'clients/zctl/zctl_cmds.ct') diff --git a/clients/zctl/zctl_cmds.ct b/clients/zctl/zctl_cmds.ct index 761572c..00b799c 100644 --- a/clients/zctl/zctl_cmds.ct +++ b/clients/zctl/zctl_cmds.ct @@ -73,6 +73,9 @@ request flush_locations, "Flush all location information.", flush_locs; + request flush_subscr, "Flush all subscription information.", + flush_subs; + request do_hide, "Hide your location.", hide; -- cgit v1.2.3