aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2016-09-17 22:31:48 -0400
committerTeddy Wing2016-09-17 22:31:48 -0400
commitbf4a20ee7e4611d48b65e78a1cb73d48d7f94753 (patch)
tree89563e156d3fce97308c89084f52bc611836aed4
parent724cbedbd4fce9a8d0ff368fe7066d7b8c61fb5c (diff)
downloadirssi-slack-profile-bf4a20ee7e4611d48b65e78a1cb73d48d7f94753.tar.bz2
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.
-rw-r--r--slack_profile.pl10
1 files changed, 10 insertions, 0 deletions
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
#