From bf4a20ee7e4611d48b65e78a1cb73d48d7f94753 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sat, 17 Sep 2016 22:31:48 -0400 Subject: Document `slack_profile_sync` & `slack_profile_set` in script header Add brief information about these two commands to the script's comment header as an additional documentation resource. This also builds on the brief documentation of the `/swhois` command here. --- slack_profile.pl | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/slack_profile.pl b/slack_profile.pl index 96aebfe..eaa1860 100644 --- a/slack_profile.pl +++ b/slack_profile.pl @@ -11,9 +11,19 @@ # # Usage: # +# Get profile information for a given nick: +# # /swhois nick # /swhois @nick # +# Get the latest user profile data from Slack: +# +# /slack_profile_sync +# +# Update your Slack profile fields: +# +# /slack_profile_set last_name Farnsworth +# # # Copyright (c) 2016 Teddy Wing # -- cgit v1.2.3