diff options
author | href <href@random.sh> | 2022-12-11 16:58:19 +0000 |
---|---|---|
committer | href <href@random.sh> | 2022-12-11 16:58:19 +0000 |
commit | 54172a382efd75d85e352e429884fd36ee618d9d (patch) | |
tree | 729be451fce54ba84c3c6f6a5d45a014a2744d2c | |
parent | feat(gpt): use flake id instead of couch generated ids (diff) |
chore(account-plugin): complete documentation
-rw-r--r-- | lib/irc/account.ex | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/irc/account.ex b/lib/irc/account.ex index 56019df..28b5141 100644 --- a/lib/irc/account.ex +++ b/lib/irc/account.ex @@ -262,8 +262,12 @@ defmodule IRC.Account do * **auth `<account-id>` `<token>`** Authenticate and link the current nickname to an account * **auth** list authentications methods * **whoami** list currently authenticated users - * **enable-sms** Link a SMS number + * **web** get a one-time login link to web * **enable-telegram** Link a Telegram account + * **enable-sms** Link a SMS number + * **enable-untappd** Link a Untappd account + * **set-name** set account name + * **setusermeta puppet-nick `<nick>`** Set puppet IRC nickname """ def irc_doc, do: @moduledoc |