diff options
| author | Teddy Wing | 2016-09-17 23:21:47 -0400 |
|---|---|---|
| committer | Teddy Wing | 2016-09-17 23:21:47 -0400 |
| commit | 671114d5cc2a6591307db67a0543e7367b242738 (patch) | |
| tree | df3061073206fdbcf6a8067069f882851c249db1 | |
| parent | 99a466ed162bb911d190078c58283e89b4dcae3f (diff) | |
| download | irssi-slack-profile-671114d5cc2a6591307db67a0543e7367b242738.tar.bz2 | |
README: Update usage section to include info on new commands
Document the `/slack_profile_set` and `/slack_profile_sync` commands.
| -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 |
