url: "http://irssi.org/"
version: "0.02"
-- author: "John Morrissey"
+- authors: "John Morrissey"
contact: "jwm@horde.net"
description: "Translate nicks to HipChat mention names"
filename: "hipchat_complete.pl"
modified: "2014-02-08 15:15:24"
- licence: "BSD"
+ license: "BSD"
modules: "HTTP::Request JSON LWP::UserAgent"
name: "hipchat_complete"
version: "1.0"
version: "1.0"
- authors: "Wohmatak"
- command: "/np"
+ commands: "/np"
contact: "wohmatak@iglu.cz"
description: "Displays the song played by orpheus"
filename: "orphamp.pl"
description: "An irssi adaptation of securequery.mrc found in the Acidmax mIRC script. :), now with multiserver support"
filename: "securemsg.pl"
modified: "2008-07-04 11:33:14"
- licence: "GPLv2"
+ license: "GPLv2"
modules: "Irssi::UI"
name: "securemsg"
version: "2.1"
description: "Split overlong PRIVMSGs to msgs with length allowed by ircd"
filename: "splitlong.pl"
modified: "2008-06-10 21:40:34"
- licence: "Public Domain"
+ license: "Public Domain"
name: "splitlong"
version: "0.20"
description: "Whitelist specific nicks or hosts and ignore messages from anyone else."
filename: "whitelist.pl"
modified: "2008-09-04 21:12:26"
- licence: "GPLv2"
+ license: "GPLv2"
modules: "IO::File"
name: "whitelist"
version: "1.0"
my $VERSION = '1.0';
my %IRSSI = (
- author => 'John Morrissey',
+ authors => 'John Morrissey',
contact => 'jwm@horde.net',
name => 'hipchat_complete',
description => 'Translate nicks to HipChat "mention names"',
- licence => 'BSD',
+ license => 'BSD',
);
my %NICK_TO_MENTION;
license => 'GPL',
url => 'http://irssi.org/',
changed => 'Wed',
- command => '/np',
+ commands => '/np',
);
contact => "vague`!#irssi\@freenode on irc ",
name => "securemsg",
description => "An irssi adaptation of securequery.mrc found in the Acidmax mIRC script. :), now with multiserver support",
- licence => "GPLv2",
+ license => "GPLv2",
changed => "10.09.2007 11:30pm GST"
);
authors => "Bjoern \'fuchs\' Krombholz",
contact => "bjkro\@gmx.de",
name => "splitlong",
- licence => "Public Domain",
+ license => "Public Domain",
description => "Split overlong PRIVMSGs to msgs with length allowed by ircd",
changed => "Wed Jun 25 00:17:00 CET 2003",
changes => "Actually the real 0.19 (now 0.20), but upload didn't work some month ago, target problem fixed..."
contact => "phyber \[at\] #irssi, q \[at\] spuk.de",
name => "whitelist",
description => "Whitelist specific nicks or hosts and ignore messages from anyone else.",
- licence => "GPLv2",
+ license => "GPLv2",
changed => "12/03/2007 15:20 GMT"
);