aboutsummaryrefslogtreecommitdiffstats
path: root/hipchat-stfu.pl
blob: adee2f49775616efef353b219645ec00fa759449 (plain)
1
2
3
4
5
6
7
8
9
10
11
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',
);