diff options
| author | Teddy Wing | 2016-09-10 21:47:38 -0400 |
|---|---|---|
| committer | Teddy Wing | 2016-09-10 21:47:38 -0400 |
| commit | a56d1e60086e4467ff1e8b3970b361241330a52f (patch) | |
| tree | acc0a7cb7e76e8b7658583751c06eec3c29119e6 | |
| parent | bb2b602618da3df3d464984e97565cf5d25a37e2 (diff) | |
| download | irssi-slack-profile-a56d1e60086e4467ff1e8b3970b361241330a52f.tar.bz2 | |
swhois: Add timezone to output
| -rw-r--r-- | slack-profile.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/slack-profile.pl b/slack-profile.pl index 68039a6..1ac81a3 100644 --- a/slack-profile.pl +++ b/slack-profile.pl @@ -93,6 +93,7 @@ sub swhois { maybe_print_field('email', $user->{'profile'}->{'email'}); maybe_print_field('phone', $user->{'profile'}->{'phone'}); maybe_print_field('skype', $user->{'profile'}->{'skype'}); + maybe_print_field('tz ', $user->{'tz_label'}); Irssi::print('End of SWHOIS'); } |
