]> git.99rst.org Git - irssi-scripts.irssi.org.git/commitdiff
add sbitems metadata
authorAilin Nemui <redacted>
Fri, 7 Apr 2017 14:34:31 +0000 (16:34 +0200)
committerAilin Nemui <redacted>
Fri, 7 Apr 2017 14:42:48 +0000 (16:42 +0200)
39 files changed:
scripts/adv_windowlist.pl
scripts/apm.pl
scripts/awaybar.pl
scripts/awaylogcnt.pl
scripts/bandwidth.pl
scripts/bitlbee_join_notice.pl
scripts/bitlbee_typing_notice.pl
scripts/centericq.pl
scripts/df.pl
scripts/dr_who.pl
scripts/hitcount.pl
scripts/iMPD.pl
scripts/il.pl
scripts/ircgmessagenotify.pl
scripts/irssiBlaster.pl
scripts/itime.pl
scripts/licq.pl
scripts/loadavg.pl
scripts/mail.pl
scripts/mailcheck_imap.pl
scripts/mailcount.pl
scripts/mangle.pl
scripts/mirc_colour_popup.pl
scripts/modelist-r.pl
scripts/nact.pl
scripts/niq.pl
scripts/operview.pl
scripts/romajibind.pl
scripts/rotator.pl
scripts/sb_position.pl
scripts/scroller.pl
scripts/securemsg.pl
scripts/timezones.pl
scripts/twprompt.pl
scripts/twtopic.pl
scripts/usercount.pl
scripts/window_switcher.pl
scripts/xdcc_autoget.pl
scripts/xetra.pl

index d656eef933e55054443e04aa2fd908fd8a250ea1..66889b437936895f3538d32b0953c6b2ba1a08db 100644 (file)
@@ -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',
    );
 
index ec42c669218a5ee0c3ae790cfeb57d577bbd1c2d..5ab1b62b2a758e8122c5e050f3af3191810c246b 100644 (file)
@@ -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",
 );
index a250db673d24a3ef92b5b970e7005411bb76ffbb..7d11ae57cee6f5a29d455e2cc5a433e6a8f2b17d 100644 (file)
@@ -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',
 );
 
index 4d9bcc7553b32eff6cb98a93dbf26e0cb899a111..5c9ec82438b5766a947d6f6950dd6ba3b3e5a8cd 100644 (file)
@@ -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'
index a614d17c6ed63e05f871b43b0e7bf57f320ba69a..8c0d0fb74e36efeb5eafbbb4900e3713692319f4 100644 (file)
@@ -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/",
     );
index 6a254a770b447aeecdb35d9e966c28ce03365944..53bfdfcc2c39d4041b2df265cc9faf1f4980f52f 100644 (file)
@@ -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'
index e1d1186083b6fcdc05ae44006ff3b603ce5444ca..806932c51d410c7b279d899961656602284138e1 100644 (file)
@@ -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',
 );
index a1d250b61eb82ced336e231a986efddf102600fa..9b801707fe92aaf8aaf572736fb484b2e2ed1292 100644 (file)
@@ -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",
 );
index 8b4f0869f6adfbc53782f53e67c67028216e920b..852cdeeb3be98c27c230216b2b6eac4d4f5128e6 100644 (file)
@@ -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',
 );
index cbf3db01f234f53920053f25c375dbe762f02da1..eb66435db667e9bb48e7b8050e90267110fbbe1e 100644 (file)
@@ -24,6 +24,7 @@ $VERSION = '1.0';
        contact     => 'lxsfx3h02@sneakemail.com',\r
        name        => 'dr_who',\r
        description => 'Put a nick list in a statusbar',\r
+       sbitems => 'dr_who',\r
        license => 'BSD',\r
        url     => 'http://beaglebros.com',\r
        changed => '1-17-2005'\r
index 0758cffdb0f57cf616f388c6bcdc3899673d4c3b..19a4d878f09a96b5dcb2dbd991e6ee90c84bd821 100644 (file)
@@ -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 $ ',
 );
index 6078e55ab423767ed220a9fdb686e1eb6512af99..bf17b93609d8c7e146d6bf9b462598cd835167ab 100644 (file)
@@ -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'
          );
index b947c4a4dc7ba77b610e06c0e3deb56395c11bc6..f5a2d89480524d24798c6db4a401ed27ecfa4bbc 100644 (file)
@@ -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'
index e3973bdeec6ab6533a0f06c89366a8eb4537a927..cb019d19f6ff8a3063af84f55b3af1e5193ba483 100644 (file)
@@ -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');
index 6d06a30b53acd01821800a5d083e1cabe30262eb..1775763b786c85cf6f46e3f20003a7620bcb3c43 100644 (file)
@@ -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',
 );
index 3f63f8c464f90ac7f4136d8247d4d48f10d870ab..8483a5996a0286d1610525aa50c13b576dcf1f5a 100644 (file)
@@ -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',
index 92a83a12fa6b39d0bf31ed5cab1e6e3ddd9f57fc..2f747fe2593b96fecc9df7446d809e4ef507c2d8 100644 (file)
@@ -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",
 );
index e9509ed91aace992d990a9230eb4bcfb4226306e..44e7ac4e1f7e2171cea40b831f433040f8be77af 100644 (file)
@@ -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',
 );
 
index ded0212090e81572ea6379da8bf9fb788e3e6f23..23f99c01e0f1c6fd27843fcb6b726d6baf1a6894 100644 (file)
@@ -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",
 );
index 868734ba984e4da1c40593e084b4de3a1d7e2a6c..b1ee937b6f4661035078eb49813a086c2dc6eb6c 100644 (file)
@@ -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",
 );
index 26977a2f098a5c67c914e884dc3bd845a846053a..523a4639759d8d25acbbe2e9511a7b87b626c12c 100644 (file)
@@ -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',
index acfbcd6101bdd92e03536aca391607986cbfde67..54ff2cc5f64007c6df146500acfa70adc401821d 100644 (file)
@@ -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,
index c7e3ac73c8c338c642934aa1c5524024b4038a8f..62ccb108f84afa7ab449c5b7de6460191d1ce141 100644 (file)
@@ -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",
 );
 
index 5834e5ea1422c281c4e48782914cef86f53fe8b6..cce6059f51aa073151719c62b355835d95dd6d38 100644 (file)
@@ -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',
index f814fb3a679e7f3a880ffaeee74ed90181f5df38..7f4cfab5253fe245c530ffdc1e14749a5f6bce2a 100644 (file)
@@ -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/',
 );
index 479ffcc6be84e0c628a89f65f409a733ffdc4f6c..ffc71f856f0f4b0e8c156b21dad80cc60298d5a8 100644 (file)
@@ -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',
 );
index 355f14dfd445556bf0690288a168d06a6648197a..6690851d55a0e72b5587bc92058375db366dc864 100644 (file)
@@ -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;
index 36a8276a081769ab5714119684f49d1c533b254d..87aafd724107c4e2c3952e2ceb38a2d1b4863010 100644 (file)
@@ -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/'
 );
index 71a0522456ea5a2ec39a49e1293a03b5a692d409..905293c6d3cd5568b865df02bf303e5fe1a79101 100644 (file)
@@ -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/',
 );
index a57809461dea9ed05aa1c8c10f5ea656bd5db8d8..b362dfe44e2e278514778e1fc8ec6e2d4dcd2abd 100644 (file)
@@ -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'
 );
index 610eed901c9b0d70234efc5206b8f1362b5ba2d7..fbed9c8a429ce6b41dfe41baedabd18d87e567bd 100644 (file)
@@ -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',
 );
 
index 85571070993ac255a052dd48e7ba263762fce0af..bd700bddb5bd3668ac5ccb4928df372063aaa25d 100644 (file)
@@ -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"
 );
index 74cbd3972efff2f26d606d3ca95f00d206498086..eb6d45f52f595fd59d5fea53b3aa45750cace833 100644 (file)
@@ -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",
index 0fc490a00f0de1c1a3085ddbef43c67ad2445497..30e6e357367e42322a07959c89e2aacc34ed8a9e 100644 (file)
@@ -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",
index 1fbb47fcbeb2251b719ea832af778dc14581254c..cea00ee755033411244dd6ce56cf5f972515b1a2 100644 (file)
@@ -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",
index 613da1de2818671772c56d314d163e7f3c456283..650f9f3656a507bcd2c3b5e8bbe3a015303375d8 100644 (file)
@@ -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',
index 3c4d805ae56e7d0efe59d1b44c1c6b521acdc900..c3e478082b28e260451d83407355abd6b20ca305 100644 (file)
@@ -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'
index 57bcf653bed9f5add0c92df85a5339a85094aa62..dc757162ca0af37652fa3d5d12564f1cfc838325 100644 (file)
@@ -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",
index 255329a615934fe4d418ec0b2df6239e30c11241..ae28266fbd91b7ad5a4452ef85d2c736f3162445 100644 (file)
@@ -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"
 );
 
git clone https://git.99rst.org/PROJECT