%IRSSI = (
authors => 'Adam James',
contact => 'atj@pulsewidth.org.uk',
- url => 'http://git.pulsewidth.org.uk/?p=irssi-scripts.git;a=summary'
+ url => 'http://git.pulsewidth.org.uk/?p=irssi-scripts.git;a=summary',
name => 'email_privmsgs',
description =>
"Emails you private messages sent while you're away. " .
name => "emo",
description => "Outputs various unicode emoticons",
commands => "emo",
- licence => "Public Domain"
+ license => "Public Domain"
);
use Irssi;
%IRSSI = (
name => 'fnotify',
authors => 'Thorsten Leemhuis, James Shubin, Serge van Ginderachter',
+ contact => 'fedora@leemhuis.info, serge@vanginderachter.be',
description => 'Write notifications to a file in a consistent format.',
license => 'GNU General Public License',
+ url => 'http://www.leemhuis.info/files/fnotify/fnotify https://ttboj.wordpress.com/',
);
#
name => "greetignore",
description => "Hide the stupid \"greet messages\" posted by some bots".
" after someone joins a channel.",
- licence => "GPLv2",
+ license => "GPLv2",
changed => "20120914",
);
$VERSION = "220904-04:30:00";
-my %IRSSI = (
+%IRSSI = (
authors => "mistr",
contact => "mistr\@sensewave.com",
name => "gsi",
use Irssi;
use WebService::HipChat;
-my $VERSION = '2.0';
-my %IRSSI = (
+our $VERSION = '2.0';
+our %IRSSI = (
authors => 'John Morrissey',
contact => 'jwm@horde.net',
name => 'hipchat_complete',
use vars qw($VERSION %IRSSI);
-my $VERSION = '0.31';
-my %IRSSI = (
+$VERSION = '0.31';
+%IRSSI = (
authors => 'vague',
contact => 'vague!#irssi\@freenode',
name => 'notes',
$VERSION = "2.0";
%IRSSI = (
- authors => 'jcv',
+ authors => 'John C. Vernaleo',
+ contact => 'john@netpurgatory.com',
name => 'tmux_away',
description => 'set (un)away if tmux session is attached/detached',
license => 'GPL v2',
use Irssi::TextUI;
use POSIX qw(strftime);
use utf8;
+use vars qw(%IRSSI $VERSION);
+$VERSION = "1.7";
-my $VERSION = "1.7";
-
-my %IRSSI = (
+%IRSSI = (
authors => "Peter 'kinlo' Leurs, Uwe Dudenhoeffer, " .
"Michiel Holtkamp, Nico R. Wohlgemuth",
contact => "irssi-trackbar\@supermind.nl",
use Irssi;
use vars qw($VERSION %IRSSI);
$VERSION = "2.0";
-%IRSSI = {
+%IRSSI = (
authors => 'Simon Shine',
contact => 'simon@blueshell.dk',
name => 'xmms',
description => 'XMMS-InfoPipe front-end - allow /np [-help] [dest]',
license => 'Public Domain',
changed => '2004-01-15'
-};
+);
Irssi::settings_add_str('xmms', 'xmms_fifo', '/tmp/xmms-info');
Irssi::settings_add_str('xmms', 'xmms_format', 'np: %title at %bitrate [%pos of %length]');