aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2016-09-10 18:51:45 -0400
committerTeddy Wing2016-09-10 18:51:45 -0400
commit8e724dc4b1af9555d19d3b040248b9316ae235ed (patch)
tree609b511187974efcf0d0d0871d0aad3df7f5e760
parentb9c343f471a6edec5faad8d081611be3e2347266 (diff)
downloadirssi-slack-profile-8e724dc4b1af9555d19d3b040248b9316ae235ed.tar.bz2
Add Irssi metadata
-rw-r--r--slack-profile.pl12
1 files changed, 12 insertions, 0 deletions
diff --git a/slack-profile.pl b/slack-profile.pl
index 96227b3..276d425 100644
--- a/slack-profile.pl
+++ b/slack-profile.pl
@@ -10,6 +10,18 @@ use HTTP::Request::Common;
use Mozilla::CA;
use Storable;
+use vars qw($VERSION %IRSSI);
+use Irssi;
+
+$VERSION = '1.00';
+%IRSSI = {
+ authors => 'Teddy Wing',
+ contact => 'irssi@teddywing.com',
+ name => 'Slack Profile',
+ description => 'Update and retrieve user profile information from Slack.',
+ license => 'GPL',
+};
+
sub users_list {
my $ua = LWP::UserAgent->new;
$ua->agent('Mozilla/5.0');