diff options
| -rw-r--r-- | hipchat-stfu.pl | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/hipchat-stfu.pl b/hipchat-stfu.pl new file mode 100644 index 0000000..adee2f4 --- /dev/null +++ b/hipchat-stfu.pl @@ -0,0 +1,12 @@ +use strict; +use vars qw($VERSION %IRSSI); + +use Irssi; +$VERSION = '1.00'; +%IRSSI = ( + authors => 'Teddy Wing', + contact => 'irssi@teddywing.com', + name => 'HipChat STFU', + description => 'Silences annoying messages originating from HipChat.', + license => 'MIT', +); |
