From ce661454d8f8e8d31e5723cc1fd248f9aa195c6f Mon Sep 17 00:00:00 2001 From: rhatto Date: Mon, 9 Oct 2006 18:36:22 +0000 Subject: admin command parsing fix --- firma | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'firma') diff --git a/firma b/firma index c6ee2ba..7986b61 100755 --- a/firma +++ b/firma @@ -1011,6 +1011,18 @@ function ListAdministration { UnsubscribeUser $2 return_code=$? ;; + subscribe) + SubscribeUsers $2 + return_code=$? + ;; + sendkey) + SendListPubkey $2 + return_code=$? + ;; + info) + GetSubscribersInfo $2 + return_code=$? + ;; help|quit) echo >&2 "$1: too many arguments -- $@ (try \"help\")" return_code=1 -- cgit v1.2.3