aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2016-09-10 21:47:38 -0400
committerTeddy Wing2016-09-10 21:47:38 -0400
commita56d1e60086e4467ff1e8b3970b361241330a52f (patch)
treeacc0a7cb7e76e8b7658583751c06eec3c29119e6
parentbb2b602618da3df3d464984e97565cf5d25a37e2 (diff)
downloadirssi-slack-profile-a56d1e60086e4467ff1e8b3970b361241330a52f.tar.bz2
swhois: Add timezone to output
-rw-r--r--slack-profile.pl1
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');
}