diff options
| author | Teddy Wing | 2016-09-17 23:22:28 -0400 |
|---|---|---|
| committer | Teddy Wing | 2016-09-17 23:22:28 -0400 |
| commit | 38538ebdd9789aea0467a1f05e0213eda40a17df (patch) | |
| tree | df3061073206fdbcf6a8067069f882851c249db1 | |
| parent | 99a466ed162bb911d190078c58283e89b4dcae3f (diff) | |
| parent | 671114d5cc2a6591307db67a0543e7367b242738 (diff) | |
| download | irssi-slack-profile-38538ebdd9789aea0467a1f05e0213eda40a17df.tar.bz2 | |
Merge branch 'update-readme-with-documentation-of-new-commands'v1.00
| -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 |
