diff options
| -rw-r--r-- | README.md | 10 | 
1 files changed, 9 insertions, 1 deletions
@@ -2,7 +2,7 @@ irssi-slack-profile  ===================  An Irssi plugin that provides WHOIS-style profile information about Slack -users. +users and allows you to update your own Slack profile.  ## Configuration @@ -28,6 +28,14 @@ The resulting output will appear as:  	00:00 -!- Irssi:   tz    : Eastern Daylight Time  	00:00 -!- Irssi: End of SWHOIS +You can update your own profile as well: + +	/slack_profile_set last_name Farnsworth + +If the cached profile information gets out of date, it can be refreshed: + +	/slack_profile_sync +  ## License  Copyright © 2016 Teddy Wing. Licensed under the GNU GPLv3+ (see the included  | 
