summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAilin Nemui2017-04-07 16:34:31 +0200
committerAilin Nemui2017-04-07 16:42:48 +0200
commit0f437824ea3cb67e37ee0c9ff949fb69d062a946 (patch)
treede8fd7b70ac541ed00b4e7ce8eb1dddb8b541026
parentf44aca0d07b424499976cfe0888f3b5e40f5b5e1 (diff)
downloadscripts.irssi.org-0f437824ea3cb67e37ee0c9ff949fb69d062a946.tar.bz2
add sbitems metadata
-rw-r--r--scripts/adv_windowlist.pl1
-rw-r--r--scripts/apm.pl1
-rw-r--r--scripts/awaybar.pl1
-rw-r--r--scripts/awaylogcnt.pl1
-rw-r--r--scripts/bandwidth.pl1
-rw-r--r--scripts/bitlbee_join_notice.pl1
-rw-r--r--scripts/bitlbee_typing_notice.pl1
-rw-r--r--scripts/centericq.pl1
-rw-r--r--scripts/df.pl1
-rw-r--r--scripts/dr_who.pl1
-rw-r--r--scripts/hitcount.pl1
-rw-r--r--scripts/iMPD.pl1
-rw-r--r--scripts/il.pl1
-rw-r--r--scripts/ircgmessagenotify.pl3
-rw-r--r--scripts/irssiBlaster.pl1
-rw-r--r--scripts/itime.pl1
-rw-r--r--scripts/licq.pl1
-rw-r--r--scripts/loadavg.pl1
-rw-r--r--scripts/mail.pl1
-rw-r--r--scripts/mailcheck_imap.pl1
-rw-r--r--scripts/mailcount.pl1
-rw-r--r--scripts/mangle.pl1
-rw-r--r--scripts/mirc_colour_popup.pl1
-rw-r--r--scripts/modelist-r.pl1
-rw-r--r--scripts/nact.pl1
-rw-r--r--scripts/niq.pl1
-rw-r--r--scripts/operview.pl3
-rw-r--r--scripts/romajibind.pl1
-rw-r--r--scripts/rotator.pl1
-rw-r--r--scripts/sb_position.pl1
-rw-r--r--scripts/scroller.pl1
-rw-r--r--scripts/securemsg.pl1
-rw-r--r--scripts/timezones.pl1
-rw-r--r--scripts/twprompt.pl1
-rw-r--r--scripts/twtopic.pl1
-rw-r--r--scripts/usercount.pl1
-rw-r--r--scripts/window_switcher.pl1
-rw-r--r--scripts/xdcc_autoget.pl1
-rw-r--r--scripts/xetra.pl1
39 files changed, 41 insertions, 2 deletions
diff --git a/scripts/adv_windowlist.pl b/scripts/adv_windowlist.pl
index d656eef..66889b4 100644
--- a/scripts/adv_windowlist.pl
+++ b/scripts/adv_windowlist.pl
@@ -8,6 +8,7 @@ our %IRSSI = (
url => "http://anti.teamidiot.de/",
name => 'adv_windowlist',
description => 'Adds a permanent advanced window list on the right or in a status bar.',
+ sbitems => 'awl_shared',
license => 'GNU GPLv2 or later',
);
diff --git a/scripts/apm.pl b/scripts/apm.pl
index ec42c66..5ab1b62 100644
--- a/scripts/apm.pl
+++ b/scripts/apm.pl
@@ -9,6 +9,7 @@ $VERSION = "0.4";
contact => "formorer\@formorer.de",
name => "apm",
description => "Shows your battery status in your Statusbar",
+ sbitems => "power",
license => "GNU Public License",
url => "http://www.formorer.de/code",
);
diff --git a/scripts/awaybar.pl b/scripts/awaybar.pl
index a250db6..7d11ae5 100644
--- a/scripts/awaybar.pl
+++ b/scripts/awaybar.pl
@@ -12,6 +12,7 @@ $VERSION = "0.1.1";
contact => 'http://shine.eu.org/',
name => 'awaybar',
description => 'Provides a menubar item with away message',
+ sbitems => 'awaybar',
license => 'Public domain',
);
diff --git a/scripts/awaylogcnt.pl b/scripts/awaylogcnt.pl
index 4d9bcc7..5c9ec82 100644
--- a/scripts/awaylogcnt.pl
+++ b/scripts/awaylogcnt.pl
@@ -14,6 +14,7 @@ $VERSION = '0.2';
name => 'awalogcnt',
description => 'Displays in statusbar number of messages in awaylog',
modules => '',
+ sbitems => 'awaylogcnt',
license => 'GNU GPL v2',
url => 'http://derwan.irssi.pl',
changed => 'Wed Oct 27 19:46:28 CEST 2004'
diff --git a/scripts/bandwidth.pl b/scripts/bandwidth.pl
index a614d17..8c0d0fb 100644
--- a/scripts/bandwidth.pl
+++ b/scripts/bandwidth.pl
@@ -27,6 +27,7 @@ $VERSION = "1.0";
contact => "riku.voipio\@iki.fi",
name => "bandwidth",
description => "shows bandwidth usage in statusbar",
+ sbitems => "stats",
license => "GPLv2",
url => "http://nchip.ukkosenjyly.mine.nu/irssiscripts/",
);
diff --git a/scripts/bitlbee_join_notice.pl b/scripts/bitlbee_join_notice.pl
index 6a254a7..53bfdfc 100644
--- a/scripts/bitlbee_join_notice.pl
+++ b/scripts/bitlbee_join_notice.pl
@@ -22,6 +22,7 @@ $VERSION = '1.3';
contact => 'tijmen.ruizendaal@gmail.com',
name => 'BitlBee_join_notice',
description => '1. Adds an item to the status bar wich shows [joined: <nicks>] when someone is joining &bitlbee. 2. Shows join messages in the query. (For bitlbee v3.0+)',
+ sbitems => 'join_notice',
license => 'GPLv2',
url => 'http://the-timing.nl/stuff/irssi-bitlbee',
changed => '2010-08-10'
diff --git a/scripts/bitlbee_typing_notice.pl b/scripts/bitlbee_typing_notice.pl
index e1d1186..806932c 100644
--- a/scripts/bitlbee_typing_notice.pl
+++ b/scripts/bitlbee_typing_notice.pl
@@ -86,6 +86,7 @@ $VERSION = '1.7.2';
contact => 'tijmen.ruizendaal@gmail.com, root@f0rked.com',
name => 'BitlBee_typing_notice',
description => '1. Adds an item to the status bar wich shows [typing] when someone is typing a message on the supported IM-networks 2. Sends typing notices to the supported IM networks (the other way arround). (For bitlbee 3.0+)',
+ sbitems => 'typing_notice',
license => 'GPLv2',
url => 'http://the-timing.nl/stuff/irssi-bitlbee, http://f0rked.com',
);
diff --git a/scripts/centericq.pl b/scripts/centericq.pl
index a1d250b..9b80170 100644
--- a/scripts/centericq.pl
+++ b/scripts/centericq.pl
@@ -7,6 +7,7 @@ $VERSION = "1.0.0";
contact => "joost\@carnique.nl",
name => "centericq",
description => "Staturbar item which indicates how many new messages you have in your centericq",
+ sbitems => "centericq",
license => "Public Domain",
url => "http://irssi.org, http://scripts.irssi.org",
);
diff --git a/scripts/df.pl b/scripts/df.pl
index 8b4f086..852cdee 100644
--- a/scripts/df.pl
+++ b/scripts/df.pl
@@ -10,6 +10,7 @@ $VERSION="0.1.0";
contact=> 'jochem.meyers@gmail.com',
name=> 'df',
description=> 'Adds an item which displays the current disk usage.',
+ sbitems=> 'df',
license=> 'GPL v2 or later',
url=> 'http://kaede.kicks-ass.net/irssi.html',
);
diff --git a/scripts/dr_who.pl b/scripts/dr_who.pl
index cbf3db0..eb66435 100644
--- a/scripts/dr_who.pl
+++ b/scripts/dr_who.pl
@@ -24,6 +24,7 @@ $VERSION = '1.0';
contact => 'lxsfx3h02@sneakemail.com',
name => 'dr_who',
description => 'Put a nick list in a statusbar',
+ sbitems => 'dr_who',
license => 'BSD',
url => 'http://beaglebros.com',
changed => '1-17-2005'
diff --git a/scripts/hitcount.pl b/scripts/hitcount.pl
index 0758cff..19a4d87 100644
--- a/scripts/hitcount.pl
+++ b/scripts/hitcount.pl
@@ -9,6 +9,7 @@ $VERSION = "1.4";
contact => 'shrike\@addiktit.net, Shrike on IRCNet/QNet/EFNet/DALNet',
name => 'hitcount',
description => 'Add a apache page hitcounter to statusbar',
+ sbitems => 'hitcount',
license => 'Free',
changed => '$Date: 2017/03/07 $ ',
);
diff --git a/scripts/iMPD.pl b/scripts/iMPD.pl
index 6078e55..bf17b93 100644
--- a/scripts/iMPD.pl
+++ b/scripts/iMPD.pl
@@ -86,6 +86,7 @@ $VERSION = '0.0.0n';
contact => 'starz@antisocial.com',
name => 'iMPD',
description => 'This controls Music Player Daemon from the familiar irssi interface',
+ sbitems => 'mpdbar',
license => 'GPL v2',
url => 'http://www.musicpd.org'
);
diff --git a/scripts/il.pl b/scripts/il.pl
index b947c4a..f5a2d89 100644
--- a/scripts/il.pl
+++ b/scripts/il.pl
@@ -33,6 +33,7 @@ $VERSION = '0.0.5';
contact => 'darix@irssi.org',
name => 'inputlength',
description => 'adds a statusbar item which show length of the inputline',
+ sbitems => 'inputlength',
license => 'BSD License or something more liberal',
url => 'http://www.irssi.de./',
changed => '2003-01-13T13:17:44Z'
diff --git a/scripts/ircgmessagenotify.pl b/scripts/ircgmessagenotify.pl
index e3973bd..cb019d1 100644
--- a/scripts/ircgmessagenotify.pl
+++ b/scripts/ircgmessagenotify.pl
@@ -34,6 +34,7 @@ $VERSION = "0.1b";
contact => "bcow\@iki.fi",
name => "ircgmessagenotify",
description => "Tarkistelee irc-galleria.net:iä ja sanoo kun sinulle on uusia viestejä.",
+ sbitems => "ircgcomments",
license => "GPLv2",
url => "http://www.verkonpaino.net/",
changed => "21.01.2004 23:55:00 EET"
@@ -214,4 +215,4 @@ Irssi::signal_add("setup changed", "setup_changed");
Irssi::command_bind('ircgcomments', 'check_messages_forced');
# viimeiseksi jää statusbar liitos
-Irssi::statusbar_item_register('ircgcomments','{sb $0-}', 'statusbar'); \ No newline at end of file
+Irssi::statusbar_item_register('ircgcomments','{sb $0-}', 'statusbar');
diff --git a/scripts/irssiBlaster.pl b/scripts/irssiBlaster.pl
index 6d06a30..1775763 100644
--- a/scripts/irssiBlaster.pl
+++ b/scripts/irssiBlaster.pl
@@ -96,6 +96,7 @@ $VERSION = '1.6';
contact => 'a.lepore@email.it',
name => 'irssiBlaster',
description => 'Display the song played by mp3blaster in channels and statusbar. See the top of the file for usage.',
+ sbitems => 'blaster',
license => 'GNU GPLv2 or later',
changed => 'Fri Oct 31 12:22:08 CET 2003',
);
diff --git a/scripts/itime.pl b/scripts/itime.pl
index 3f63f8c..8483a59 100644
--- a/scripts/itime.pl
+++ b/scripts/itime.pl
@@ -15,6 +15,7 @@ $VERSION = '0.9';
name => 'itime',
description =>
'Internet Time statusbar item. See http://www.timeanddate.com/time/internettime.html',
+ sbitems => 'itime',
license => 'Public Domain',
url => 'http://ion.amigafin.org/scripts/',
changed => 'Tue Mar 12 22:20 EET 2002',
diff --git a/scripts/licq.pl b/scripts/licq.pl
index 92a83a1..2f747fe 100644
--- a/scripts/licq.pl
+++ b/scripts/licq.pl
@@ -6,6 +6,7 @@ $VERSION = "0.5";
contact => "jmn98015\@student.mdh.se",
name => "licq",
description => "Licq statusbar thingy",
+ sbitems => "licq",
license => "Public Domain",
url => "http://jari.cjb.net,http://irssi.org,http://scripts.irssi.de",
);
diff --git a/scripts/loadavg.pl b/scripts/loadavg.pl
index e9509ed..44e7ac4 100644
--- a/scripts/loadavg.pl
+++ b/scripts/loadavg.pl
@@ -15,6 +15,7 @@ $VERSION="0.4";
contact => 'aki@evilbsd.info',
name => 'loadavg',
description => 'display a loadavg statusbar item using vm.loadavg mib or /proc/loadavg',
+ sbitems => 'loadavg',
license => 'public domain',
);
diff --git a/scripts/mail.pl b/scripts/mail.pl
index ded0212..23f99c0 100644
--- a/scripts/mail.pl
+++ b/scripts/mail.pl
@@ -6,6 +6,7 @@ $VERSION = "2.92";
contact => "tss\@iki.fi, matti\@hiljanen.com, joost\@carnique.nl, bart\@dreamflow.nl",
name => "mail",
description => "Fully customizable mail counter statusbar item with multiple mailbox and multiple Maildir support",
+ sbitems => "mail",
license => "Public Domain",
url => "http://irssi.org, http://scripts.irssi.de",
);
diff --git a/scripts/mailcheck_imap.pl b/scripts/mailcheck_imap.pl
index 868734b..b1ee937 100644
--- a/scripts/mailcheck_imap.pl
+++ b/scripts/mailcheck_imap.pl
@@ -11,6 +11,7 @@ $VERSION = "0.5";
contact => "irssi\@icmfp.com",
name => "mailcheck_imap",
description => "Staturbar item which indicates how many new emails you have in the specified IMAP[S] mailbox",
+ sbitems => "mailcheck_imap",
license => "GNU GPLv2",
url => "http://icmfp.com/irssi",
);
diff --git a/scripts/mailcount.pl b/scripts/mailcount.pl
index 26977a2..523a463 100644
--- a/scripts/mailcount.pl
+++ b/scripts/mailcount.pl
@@ -50,6 +50,7 @@ $VERSION = '1.4.5';
contact => 'derwan@irssi.pl',
name => 'mailcount',
description => 'Adds statusbar item mailcount and displays info about new mails',
+ sbitems => 'mailcount',
modules => 'Mail::MboxParser Digest::MD5',
license => 'GNU GPL v2',
url => 'http://derwan.irssi.pl',
diff --git a/scripts/mangle.pl b/scripts/mangle.pl
index acfbcd6..54ff2cc 100644
--- a/scripts/mangle.pl
+++ b/scripts/mangle.pl
@@ -18,6 +18,7 @@ $VERSION = '2017031701';
contact => 'szymon@hell.pl',
name => 'mangle',
description => 'translates your messages into Morse code, rot13 and other sillinesses.',
+ sbitems => 'mangle_sb',
license => 'GPLv2',
url => 'http://irssi.org/scripts/',
changed => $VERSION,
diff --git a/scripts/mirc_colour_popup.pl b/scripts/mirc_colour_popup.pl
index c7e3ac7..62ccb10 100644
--- a/scripts/mirc_colour_popup.pl
+++ b/scripts/mirc_colour_popup.pl
@@ -21,6 +21,7 @@ $VERSION = "1.1"; # 6c78efbfcb07c71
contact => "michael.kowalchuk\@gmail.com",
name => "mirc_colour_popup",
description => "Shows a mIRC-style colour popup when you hit ^C.",
+ sbitems => "colours",
license => "Public Domain",
);
diff --git a/scripts/modelist-r.pl b/scripts/modelist-r.pl
index 5834e5e..cce6059 100644
--- a/scripts/modelist-r.pl
+++ b/scripts/modelist-r.pl
@@ -57,6 +57,7 @@ $VERSION = '0.8.0-rc4';
'name' => 'modelist-r',
'description' => 'Cache of invites, ban exceptions and reops in channel. Script commands: '.
'/si, /se, /sr, /unexcept, /uninvite, /unreop (version only for ircd >= 2.11.0).',
+ 'sbitems' => 'modelist',
'license' => 'GNU GPL v2',
'modules' => '',
'url' => 'http://derwan.irssi.pl',
diff --git a/scripts/nact.pl b/scripts/nact.pl
index f814fb3..7f4cfab 100644
--- a/scripts/nact.pl
+++ b/scripts/nact.pl
@@ -10,6 +10,7 @@ $VERSION="0.2.6";
contact=> 'bd@bc-bd.org',
name=> 'nact',
description=> 'Adds an item which displays the current network activity. Needs /proc/net/dev.',
+ sbitems=> 'nact',
license=> 'GPL v2 or later',
url=> 'https://bc-bd.org/svn/repos/irssi/trunk/',
);
diff --git a/scripts/niq.pl b/scripts/niq.pl
index 479ffcc..ffc71f8 100644
--- a/scripts/niq.pl
+++ b/scripts/niq.pl
@@ -126,6 +126,7 @@ $VERSION="0.5.7";
contact=> 'bd@bc-bd.org',
name=> 'niq',
description=> 'BitchX like Nickcompletion at line start plus statusbar',
+ sbitems=> 'niq',
license=> 'GPL v2',
url=> 'https://bc-bd.org/cgi-bin/gitweb.cgi?p=irssi.git;a=summary',
);
diff --git a/scripts/operview.pl b/scripts/operview.pl
index 355f14d..6690851 100644
--- a/scripts/operview.pl
+++ b/scripts/operview.pl
@@ -30,7 +30,8 @@ $rcsid = '$Id: operview.pl,v 1.11 2002/03/30 21:16:06 pasky Exp pasky $';
contact => 'pasky@ji.cz',
url => 'http://pasky.ji.cz/~pasky/dev/irssi/',
license => 'GPLv2, not later',
- description => 'Reformats some server notices, which may come i.e. from &clients or &servers at IRCnet. You can turn the script on/off bytoggling variable mangle_server_notices.'
+ description => 'Reformats some server notices, which may come i.e. from &clients or &servers at IRCnet. You can turn the script on/off bytoggling variable mangle_server_notices.',
+ sbitems => 'sclientcount kills',
);
my $mangle_stats_output;
diff --git a/scripts/romajibind.pl b/scripts/romajibind.pl
index 36a8276..87aafd7 100644
--- a/scripts/romajibind.pl
+++ b/scripts/romajibind.pl
@@ -33,6 +33,7 @@ $VERSION = "1.0b";
contact => 'v0rbiz@yahoo.com',
name => 'romajibind',
description => 'Dynamic romaji binds',
+ sbitems => 'ro1_sb',
license => 'BSD 2-clause',
url => 'http://irssi.org/scripts/'
);
diff --git a/scripts/rotator.pl b/scripts/rotator.pl
index 71a0522..905293c 100644
--- a/scripts/rotator.pl
+++ b/scripts/rotator.pl
@@ -10,6 +10,7 @@ $VERSION="0.2.1";
contact=> 'bd@bc-bd.org',
name=> 'rotator',
description=> 'Displaye a small, changeing statusbar item to show irssi is still running',
+ sbitems=> 'rotator',
license=> 'GPL v2',
url=> 'https://bc-bd.org/svn/repos/irssi/trunk/',
);
diff --git a/scripts/sb_position.pl b/scripts/sb_position.pl
index a578094..b362dfe 100644
--- a/scripts/sb_position.pl
+++ b/scripts/sb_position.pl
@@ -32,6 +32,7 @@ our %IRSSI = (
contact => 'simon@ruderich.org, shabble+irssi@metavore.org',
name => 'sb_position',
description => 'Displays current position in scrollback.',
+ sbitems => 'position',
license => 'GPLv3 or later',
changed => '2010-12-02'
);
diff --git a/scripts/scroller.pl b/scripts/scroller.pl
index 610eed9..fbed9c8 100644
--- a/scripts/scroller.pl
+++ b/scripts/scroller.pl
@@ -39,6 +39,7 @@ $VERSION="0.02";
contact=> 'demmydemon@gmail.com',
name=> 'scroller',
description=> 'Scrolls specified text on the status bar',
+ sbitems=> 'scroller',
license=> 'Public Domain',
);
diff --git a/scripts/securemsg.pl b/scripts/securemsg.pl
index 8557107..bd700bd 100644
--- a/scripts/securemsg.pl
+++ b/scripts/securemsg.pl
@@ -52,6 +52,7 @@ my $APPVERSION = "Securemsg v2.1";
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",
+ sbitems => "securemsg",
license => "GPLv2",
changed => "10.09.2007 11:30pm GST"
);
diff --git a/scripts/timezones.pl b/scripts/timezones.pl
index 74cbd39..eb6d45f 100644
--- a/scripts/timezones.pl
+++ b/scripts/timezones.pl
@@ -22,6 +22,7 @@ $VERSION = "0.2";
contact => 'vague!#irssi@freenode on irc',
name => "timezones",
description => "timezones displayer",
+ sbitems => "timezones",
license => "Public Domain",
url => "http://gplus.to/vague",
changed => "Tue 24 November 16:00:00 CET 2015",
diff --git a/scripts/twprompt.pl b/scripts/twprompt.pl
index 0fc490a..30e6e35 100644
--- a/scripts/twprompt.pl
+++ b/scripts/twprompt.pl
@@ -32,6 +32,7 @@ $VERSION = '1.00';
contact => 'jengelbr@yahoo.com',
name => 'twprompt.pl',
description => 'BitchX\'s CrackRock3 animated prompt bar.',
+ sbitems => 'twprompt',
license => 'Public Domain',
changed => 'Wed Sep 29 02:58:28 CDT 2004',
url => 'http://irssi.darktalker.net'."\n",
diff --git a/scripts/twtopic.pl b/scripts/twtopic.pl
index 1fbb47f..cea00ee 100644
--- a/scripts/twtopic.pl
+++ b/scripts/twtopic.pl
@@ -10,6 +10,7 @@ $VERSION = '1.01';
contact => 'jengelbr@yahoo.com',
name => 'twtopic.pl',
description => 'Animated Topic bar.',
+ sbitems => 'twtopic',
license => 'Public Domain',
changed => 'Sat Nov 20 14:15:18 CST 2004',
url => 'http://irssi.darktalker.net'."\n",
diff --git a/scripts/usercount.pl b/scripts/usercount.pl
index 613da1d..650f9f3 100644
--- a/scripts/usercount.pl
+++ b/scripts/usercount.pl
@@ -7,6 +7,7 @@ $VERSION = "1.19";
contact => 'dgl@dgl.cx, tss@iki.fi, georg@boerde.de',
name => 'usercount',
description => 'Adds a usercount for a channel as a statusbar item',
+ sbitems => 'usercount',
license => 'GNU GPLv2 or later',
url => 'http://irssi.dgl.cx/',
changes => 'Only show halfops if server supports them',
diff --git a/scripts/window_switcher.pl b/scripts/window_switcher.pl
index 3c4d805..c3e4780 100644
--- a/scripts/window_switcher.pl
+++ b/scripts/window_switcher.pl
@@ -35,6 +35,7 @@ $VERSION = '1.0';
contact => 'coekie@irssi.org',
name => 'window_switcher',
description => 'makes switching windows easy',
+ sbitems => 'window_switcher',
license => 'GPLv2 or later',
url => 'http://wouter.coekaerts.be/irssi/',
changed => '29/07/07'
diff --git a/scripts/xdcc_autoget.pl b/scripts/xdcc_autoget.pl
index 57bcf65..dc75716 100644
--- a/scripts/xdcc_autoget.pl
+++ b/scripts/xdcc_autoget.pl
@@ -54,6 +54,7 @@ $VERSION = "2.1";
%IRSSI = (
name => "autoget",
description => "XDCC Autoget, for automated searching and downloading of xdcc packs",
+ sbitems => "ag_statusbar",
license => "BeerWare Version 42",
changed => "$VERSION",
authors => "MarshalMeatball",
diff --git a/scripts/xetra.pl b/scripts/xetra.pl
index 255329a..ae28266 100644
--- a/scripts/xetra.pl
+++ b/scripts/xetra.pl
@@ -10,6 +10,7 @@ $VERSION = "20030208";
description => "brings the stock exchanges of the world to your irssi",
license => "GPLv2",
changed => "$VERSION",
+ sbitems => "xetra",
commands => "xetra"
);