diff options
| author | Alexander Færøy | 2015-01-26 22:09:16 +0100 |
|---|---|---|
| committer | Alexander Færøy | 2015-01-26 22:09:16 +0100 |
| commit | 7a8cbb3a3da2658e7eee3530ee6b78b43ca6cfbc (patch) | |
| tree | bcf04620a18327d954a07cd24c32417355e56652 | |
| parent | 9115699f7227fcefbaf8f8b4eb4d4eaafe0ede16 (diff) | |
| parent | 3d9bef11e6848670b61e6267211a37b238372923 (diff) | |
| download | scripts.irssi.org-7a8cbb3a3da2658e7eee3530ee6b78b43ca6cfbc.tar.bz2 | |
Merge pull request #115 from ailin-nemui/initial_auto_scripts_yaml
Initial commit for automated scripts.yaml update
| -rw-r--r-- | README.markdown | 8 | ||||
| -rw-r--r-- | _data/scripts.yaml | 8690 | ||||
| -rw-r--r-- | _testing/README.markdown | 1 | ||||
| -rw-r--r-- | _testing/config.yml | 16 | ||||
| -rwxr-xr-x | _testing/report-test.zsh | 10 | ||||
| -rwxr-xr-x | _testing/travis/autoinstall-perl-prereqs.zsh | 9 | ||||
| -rw-r--r-- | _testing/travis/update-scripts-yaml.pl | 31 | ||||
| -rw-r--r-- | scripts/email_privmsgs.pl | 2 | ||||
| -rw-r--r-- | scripts/emo.pl | 2 | ||||
| -rw-r--r-- | scripts/fnotify.pl | 2 | ||||
| -rw-r--r-- | scripts/greetignore.pl | 2 | ||||
| -rw-r--r-- | scripts/gsi.pl | 2 | ||||
| -rw-r--r-- | scripts/hipchat_complete.pl | 4 | ||||
| -rw-r--r-- | scripts/notes.pl | 4 | ||||
| -rw-r--r-- | scripts/tmux_away.pl | 3 | ||||
| -rw-r--r-- | scripts/trackbar.pl | 6 | ||||
| -rw-r--r-- | scripts/xmms.pl | 4 |
17 files changed, 4423 insertions, 4373 deletions
diff --git a/README.markdown b/README.markdown index 6501345..e532cb9 100644 --- a/README.markdown +++ b/README.markdown @@ -12,12 +12,12 @@ To add or modify a script do the following: 1. Fork this repository on Github. 2. Create a feature branch for your set of patches using `git checkout -b foobar`. 3. Add or modify your script in the repository. Remember to add it to Git using `git add`. -4. If you are adding a new script, remember to add script information in `_data/scripts.yaml`. This file is sorted by script filename. -5. If you are modifying a script, remember to increase the version number and update the last modification date. -6. If the script has a ChangeLog, remember to include your modifications. +4. If you are modifying a script, remember to increase the version number and update the last modification date. +5. If the script has a ChangeLog, remember to include your modifications. 6. Commit your changes to Git and push them to Github. 7. Submit pull request. -8. Await review of your changes by one of our developers. +8. Review the travis report once it is done. +9. Await review of your changes by one of our developers. ### Version Numbering diff --git a/_data/scripts.yaml b/_data/scripts.yaml index 67fdef5..6941227 100644 --- a/_data/scripts.yaml +++ b/_data/scripts.yaml @@ -1,4350 +1,4350 @@ --- -- authors: "Patrik Jansson" - contact: "gein@knivby.nu" - description: "Dont like to take decisions? Have the 8-ball do it for you instead." - filename: "8-ball.pl" - modified: "2014-10-17 12:37:00" - license: "GPL" - modules: "IO::File" - name: "8-ball" - version: "0.21" - -- authors: "Dani Soufi (compengi)" - contact: "IRC: Freenode network, #ubuntu-lb" - description: "Controls Audacious2 and MOCP from Irssi" - filename: "Cirssi.pl" - modified: "2009-08-14 22:56:45" - license: "GNU General Public License" - modules: "IPC::Open3" - name: "Consolidate Irssi Player" - url: "http://bazaar.launchpad.net/~compengi/%2Bjunk/Cirssi/annotate/head%3A/Cirssi.pl" - version: "2.0.0" - -- authors: "Doncho N. Gunchev" - contact: "mr_700@yahoo.com" - description: "Automaticaly /msg ident NS yourpassword when you connect or services come back from death" - filename: "UNIBG-autoident.pl" - modified: "2003-01-25 02:35:40" - license: "Public Domain" - name: "UNIBG-autoident" - url: "http://not.available.yet/" - version: "0.1" - -- authors: "Tamas SZERB" - contact: "toma@rulez.org" - description: "This script strips the hungarian accents." - filename: "accent.pl" - modified: "2008-05-17 17:39:09" - license: "GPL" - name: "accent" - version: "1.34" - -- authors: "Chris raz Hoogenboezem" - contact: "chrish@carrier6.com" - description: "Instead of displaying semi-raw data, a /whois now gives a tidy accountname on Asuka/lain servers (if applicable)." - filename: "accountname.pl" - modified: "2008-05-17 17:39:09" - license: "Feel free to alter anything conform your own liking." - name: "accountname" - version: "1.0" - -- authors: "c0ffee" - contact: "c0ffee@penguin-breeder.org" - description: "Reset window activity status. defines command /act" - filename: "act.pl" - modified: "2004-06-23 08:34:53" - license: "Public Domain" - name: "Reset window activity status" - url: "http://www.penguin-breeder.org/irssi/" - version: "0.13" - -- authors: "Daniel Kalør (Xnybre)" - contact: "irssi@kalor.dk" - description: "Print window activity to a fifo" - filename: "act_fifo.pl" - modified: "2008-08-29 13:51:38" - license: "GPLv2" - modules: "Fcntl IO::Handle" - name: "act_fifo" - version: "1.1" - -- authors: "Geert Hauwaerts" - contact: "geert@irssi.org" - description: "This script shows notices into the active channel unless it has its own window." - filename: "active_notice.pl" - modified: "2003-09-17 23:00:11" - license: "GNU General Public License" - name: "active_notice.pl" - url: "http://irssi.hauwaerts.be/active_notice.pl" - version: "1.07" - -- authors: "Geert Hauwaerts" - contact: "geert@irssi.org" - description: "This script will display notify messages into the active window or broadcast it so all the windows." - filename: "active_notify.pl" - modified: "2003-09-17 23:00:11" - license: "GNU General Public License" - name: "active_notify.pl" - url: "http://irssi.hauwaerts.be/active_notify.pl" - version: "0.07" - -- authors: "Antti Vähäkotamäki" - description: "Maintains a representation of window activity status in a file" - filename: "activity_file.pl" - modified: "2006-07-19 23:59:00" - license: "GNU General Public License" - modules: "Fcntl" - name: "activity_file" - version: "1.00" - -- authors: "BC-bd" - contact: "bd@bc-bd.org" - description: "Puts people on ignore if they do a public away. See source for options." - filename: "ai.pl" - modified: "2008-05-22 09:10:50" - license: "GPL v2" - name: "ai" - url: "https://bc-bd.org/svn/repos/irssi/trunk/" - version: "0.3" - -- authors: "Maciek fahren Freudenheim" - contact: "fahren@bochnia.pl" - description: "Antyidler with random time" - filename: "aidle.pl" - modified: "2003-01-02 02:58:34" - license: "GNU GPLv2 or later" - name: "Antyidler" - version: "1.1b" - -- authors: "ak" - contact: "ocb23@freenet.removethis.de" - description: "Full configurable FTP advertiser for Irssi" - filename: "akftp.pl" - modified: "2008-05-17 17:39:09" - license: "GPLv2" - name: "ak FTP-Ad" - url: "http://members.tripod.com.br/archiv/" - version: "1.4" - -- authors: "Christian mordeth Weber" - contact: "mordeth@mac.com" - description: "Converts towards lame speech" - filename: "alame.pl" - modified: "2008-05-17 17:39:09" - license: "GPL v2" - name: "alame" - url: "http://" - version: "0.0.1" - -- authors: "Tobias camel69 Wulff" - commands: "amarok" - contact: "camel69(at)codeeye.de" - description: "Retrievs song infos and controls amaroK via dcop, optionally running on another computer via ssh" - filename: "amarok_ssh.pl" - modified: "2008-05-17 17:39:11" - license: "Public Domain" - name: "amaroK (via ssh)" - url: "http://www.codeeye.de/irssi/" - version: "1.0" - -- authors: "Tuukka Lukkala" - contact: "ragdim at mbnet dot fi" - description: "Shows the song playing in amaroK in the active window (channel or query)." - filename: "amaroknp.pl" - modified: "2004-03-30 23:20:00" - license: "GPL" - name: "amaroknp" - url: "http://koti.mbnet.fi/ragdim/amaroknp/" - version: "0.10" - -- authors: "Stefan tommie Tomanek" - contact: "stefan@pico.ruhr.de" - description: "Another auto away script" - filename: "anotherway.pl" - modified: "2008-05-17 17:39:11" - license: "GPLv2" - name: "anotherway" - version: "2003010201" - -- authors: "Grigori Goronzy" - contact: "greg@chown.ath.cx" - description: "notices users who plenk" - filename: "antiplenk.pl" - modified: "2003-02-12 07:00:05" - license: "BSD" - name: "antiplenk" - url: "http://chown.ath.cx/~greg/antiplenk/" - version: "0.2.1" - -- authors: "Alexander Wirt" - contact: "formorer@formorer.de" - description: "Shows your battery status in your Statusbar" - filename: "apm.pl" - modified: "2008-05-17 17:39:09" - license: "GNU Public License" - name: "apm" - url: "http://www.formorer.de/code" - version: "0.4" - -- authors: "Erkki Seppälä" - contact: "flux@inside.org" - description: "Ignores people bringin up boring/repeated subjects, plus replies." - filename: "armeija.pl" - modified: "2002-03-05 00:06:35" - license: "Public Domain" - name: "Armeija Ignore" - url: "http://xulfad.inside.org/~flux/software/irssi/" - version: "0.4" - -- authors: "Marcin Rozycki" - contact: "derwan@irssi.pl" - description: "Ascii-art bassed on figlet. Available commands: /ASCII, /COLSAY, /COLME, /COLTOPIC, /COLKICK, /COLQUIT." - filename: "ascii.pl" - modified: "2002-06-21 17:17:53" - license: "GNU GPL v2" - modules: "IPC::Open3" - name: "ascii-art" - url: "http://derwan.irssi.pl" - version: "1.6.3" - -- authors: "Philipp Haegi" - commands: "rotate_dict" - contact: "phaegi@mimir.ch" - description: "Adds Text::Aspell suggestions to the list of completions" - filename: "aspell_complete.pl" - modified: "2004-02-05 00:00:00" - license: "Public Domain" - modules: "Text::Aspell" - name: "aspell_complete" - note: "" - url: "http://www.mimir.ch/ph/" - version: "1.00" - -- authors: "Mantas Mikulėnas" - contact: "grawity@gmail.com" +- + authors: 'Patrik Jansson' + contact: gein@knivby.nu + description: 'Dont like to take decisions? Have the 8-ball do it for you instead.' + filename: 8-ball.pl + license: GPL + modified: '2014-10-17 12:37:00' + modules: IO::File + name: 8-ball + version: 0.21 +- + authors: 'Dani Soufi (compengi)' + contact: 'IRC: Freenode network, #ubuntu-lb' + description: 'Controls Audacious2 and MOCP from Irssi' + filename: Cirssi.pl + license: 'GNU General Public License' + modified: '2009-08-14 22:56:45' + modules: IPC::Open3 + name: 'Consolidate Irssi Player' + url: http://bazaar.launchpad.net/~compengi/%2Bjunk/Cirssi/annotate/head%3A/Cirssi.pl + version: 2.0.0 +- + authors: 'Doncho N. Gunchev' + contact: mr_700@yahoo.com + description: 'Automaticaly /msg ident NS yourpassword when you connect or services come back from death' + filename: UNIBG-autoident.pl + license: 'Public Domain' + modified: '2003-01-25 02:35:40' + name: UNIBG-autoident + url: http://not.available.yet/ + version: 0.1 +- + authors: 'Tamas SZERB' + contact: toma@rulez.org + description: 'This script strips the hungarian accents.' + filename: accent.pl + license: GPL + modified: '2008-05-17 17:39:09' + name: accent + version: 1.34 +- + authors: 'Chris raz Hoogenboezem' + contact: chrish@carrier6.com + description: 'Instead of displaying semi-raw data, a /whois now gives a tidy accountname on Asuka/lain servers (if applicable).' + filename: accountname.pl + license: 'Feel free to alter anything conform your own liking.' + modified: '2008-05-17 17:39:09' + name: accountname + version: 1.0 +- + authors: c0ffee + contact: c0ffee@penguin-breeder.org + description: 'Reset window activity status. defines command /act' + filename: act.pl + license: 'Public Domain' + modified: '2004-06-23 08:34:53' + name: 'Reset window activity status' + url: http://www.penguin-breeder.org/irssi/ + version: 0.13 +- + authors: 'Daniel Kalør (Xnybre)' + contact: irssi@kalor.dk + description: 'Print window activity to a fifo' + filename: act_fifo.pl + license: GPLv2 + modified: '2008-08-29 13:51:38' + modules: 'Fcntl IO::Handle' + name: act_fifo + version: 1.1 +- + authors: 'Geert Hauwaerts' + contact: geert@irssi.org + description: 'This script shows notices into the active channel unless it has its own window.' + filename: active_notice.pl + license: 'GNU General Public License' + modified: '2003-09-17 23:00:11' + name: active_notice.pl + url: http://irssi.hauwaerts.be/active_notice.pl + version: 1.07 +- + authors: 'Geert Hauwaerts' + contact: geert@irssi.org + description: 'This script will display notify messages into the active window or broadcast it so all the windows.' + filename: active_notify.pl + license: 'GNU General Public License' + modified: '2003-09-17 23:00:11' + name: active_notify.pl + url: http://irssi.hauwaerts.be/active_notify.pl + version: 0.07 +- + authors: 'Antti Vähäkotamäki' + description: 'Maintains a representation of window activity status in a file' + filename: activity_file.pl + license: 'GNU General Public License' + modified: '2006-07-19 23:59:00' + modules: Fcntl + name: activity_file + version: 1.00 +- + authors: BC-bd + contact: bd@bc-bd.org + description: 'Puts people on ignore if they do a public away. See source for options.' + filename: ai.pl + license: 'GPL v2' + modified: '2008-05-22 09:10:50' + name: ai + url: https://bc-bd.org/svn/repos/irssi/trunk/ + version: 0.3 +- + authors: 'Maciek fahren Freudenheim' + contact: fahren@bochnia.pl + description: 'Antyidler with random time' + filename: aidle.pl + license: 'GNU GPLv2 or later' + modified: '2003-01-02 02:58:34' + name: Antyidler + version: 1.1b +- + authors: ak + contact: ocb23@freenet.removethis.de + description: 'Full configurable FTP advertiser for Irssi' + filename: akftp.pl + license: GPLv2 + modified: '2008-05-17 17:39:09' + name: 'ak FTP-Ad' + url: http://members.tripod.com.br/archiv/ + version: 1.4 +- + authors: 'Christian mordeth Weber' + contact: mordeth@mac.com + description: 'Converts towards lame speech' + filename: alame.pl + license: 'GPL v2' + modified: '2008-05-17 17:39:09' + name: alame + url: http:// + version: 0.0.1 +- + authors: 'Tobias camel69 Wulff' + commands: amarok + contact: camel69(at)codeeye.de + description: 'Retrievs song infos and controls amaroK via dcop, optionally running on another computer via ssh' + filename: amarok_ssh.pl + license: 'Public Domain' + modified: '2008-05-17 17:39:11' + name: 'amaroK (via ssh)' + url: http://www.codeeye.de/irssi/ + version: 1.0 +- + authors: 'Tuukka Lukkala' + contact: 'ragdim at mbnet dot fi' + description: 'Shows the song playing in amaroK in the active window (channel or query).' + filename: amaroknp.pl + license: GPL + modified: '2004-03-30 23:20:00' + name: amaroknp + url: http://koti.mbnet.fi/ragdim/amaroknp/ + version: 0.10 +- + authors: 'Stefan tommie Tomanek' + contact: stefan@pico.ruhr.de + description: 'Another auto away script' + filename: anotherway.pl + license: GPLv2 + modified: '2008-05-17 17:39:11' + name: anotherway + version: 2003010201 +- + authors: 'Grigori Goronzy' + contact: greg@chown.ath.cx + description: 'notices users who plenk' + filename: antiplenk.pl + license: BSD + modified: '2003-02-12 07:00:05' + name: antiplenk + url: http://chown.ath.cx/~greg/antiplenk/ + version: 0.2.1 +- + authors: 'Alexander Wirt' + contact: formorer@formorer.de + description: 'Shows your battery status in your Statusbar' + filename: apm.pl + license: 'GNU Public License' + modified: '2008-05-17 17:39:09' + name: apm + url: http://www.formorer.de/code + version: 0.4 +- + authors: 'Erkki Seppälä' + contact: flux@inside.org + description: 'Ignores people bringin up boring/repeated subjects, plus replies.' + filename: armeija.pl + license: 'Public Domain' + modified: '2002-03-05 00:06:35' + name: 'Armeija Ignore' + url: http://xulfad.inside.org/~flux/software/irssi/ + version: 0.4 +- + authors: 'Marcin Rozycki' + contact: derwan@irssi.pl + description: 'Ascii-art bassed on figlet. Available commands: /ASCII, /COLSAY, /COLME, /COLTOPIC, /COLKICK, /COLQUIT.' + filename: ascii.pl + license: 'GNU GPL v2' + modified: '2002-06-21 17:17:53' + modules: IPC::Open3 + name: ascii-art + url: http://derwan.irssi.pl + version: 1.6.3 +- + authors: 'Philipp Haegi' + commands: rotate_dict + contact: phaegi@mimir.ch + description: 'Adds Text::Aspell suggestions to the list of completions' + filename: aspell_complete.pl + license: 'Public Domain' + modified: '2004-02-05 00:00:00' + modules: Text::Aspell + name: aspell_complete + note: '' + url: http://www.mimir.ch/ph/ + version: 1.00 +- + authors: 'Mantas Mikulėnas' + contact: grawity@gmail.com description: "Implements QuakeNet's CHALLENGE authentication" - filename: "auth_quakenet.pl" - modified: "2014-12-18 06:38" - license: "WTFPL v2 <http://sam.zoy.org/wtfpl/>" - modules: "Digest::HMAC Digest::SHA Digest::SHA1 Digest::MD5" - name: "auth_quakenet" - url: "https://nullroute.eu.org/~grawity/irssi.html" - version: "1.0" - -- authors: "Andreas ads Scherbaum" - contact: "ads@ufp.de" - description: "/WHOIS all the users who send you a private message." - filename: "auto_whois.pl" - modified: "2004-02-10 00:00:00" - license: "GPL" - name: "auto_whois" - url: "http://irssi.org/" - version: "0.9" - -- authors: "Larry Vizzie Daffner" - contact: "vizzie@airmail.net" - description: "Automatically goes away after defined inactivity" - filename: "autoaway.pl" - modified: "2010-10-19 14:41:15" - license: "BSD" - name: "Automagic away setting" - url: "http://www.flamingpackets.net/~vizzie/irssi/" - version: "0.3" - -- authors: "Peder Stray" - contact: "peder@ninja.no" - description: "Auto add channels to channel list on join" - filename: "autochannel.pl" - modified: "2007-09-20 08:58:11" - license: "GPL" - modules: "Data::Dumper" - name: "autochannel" - url: "http://ninja.no/irssi/autochannel.pl" - version: "1.2" - -- authors: "Trevor Slocum" - contact: "tslocum@gmail.com" - description: "Automatically clears pending input when you are away" - filename: "autoclearinput.pl" - modified: "2014-05-13 10:35:00" - license: "GPLv3" - name: "autoclearinput" - url: "https://github.com/tslocum/irssi-scripts" - version: "1.0.1" - -- authors: "Marcin Rozycki" - contact: "derwan@irssi.pl" - description: "Auto regain ops in empty opless channels" - filename: "autocycle.pl" - modified: "2003-01-03 23:20:06" - license: "GNU GPL v2" - name: "autocycle" - url: "http://derwan.irssi.pl" - version: "0.4" - -- authors: "David Leadbeater" - contact: "dgl@dgl.cx" - description: "does an autolimit for a channel, set variables in the script" - filename: "autolimit.pl" - modified: "2008-05-17 17:39:09" - license: "GNU GPLv2 or later" - name: "autolimit" - url: "http://irssi.dgl.cx/" - version: "1.00" - -- authors: "Timo Sirainen & Jostein Kjønigsen" - description: "Simple auto-op script" - filename: "autoop.pl" - modified: "2014-10-24 12:55:00" - license: "Public Domain" - name: "autoop" - version: "1.10" - -- authors: "Toni Salomäki" - contact: "Toni@IRCNet" - description: "Auto-op script with dynamic address support and random delay" - filename: "autoopper.pl" - modified: "2008-05-25 14:57:49" - license: "GNU GPLv2 or later" - modules: "Socket" - name: "autoopper" - url: "http://vinku.dyndns.org/irssi_scripts/" - version: "3.7" - -- authors: "Timo cras Sirainen, Bastian Blank" - contact: "tss@iki.fi, waldi@debian.org" - description: "Print realname of everyone who join to channels" - filename: "autorealname.pl" - modified: "2003-01-24 15:40:22" - license: "GPLv2 or later" - name: "auto realname" - url: "http://irssi.org/" - version: "0.8.6" - -- authors: "Timo cras Sirainen, Leszek Matok" - contact: "lam@lac.pl" - description: "Automatically rejoin to channel after being kick, after a (short) user-defined delay" - filename: "autorejoin.pl" - modified: "2002-03-10 14:00:00" - license: "GPLv2" - name: "autorejoin" - version: "1.0.0" - -- authors: "Paul laaama Raade" - contact: "paul@raade.org" - description: "Kickbans or knockouts people who use autorejoin on kick." - filename: "autorejoinpunish.pl" - modified: "2002-05-02 22:04:48" - license: "BSD" - name: "Autorejoin punisher" - url: "http://www.raade.org/~paul/irssi/scripts/" - version: "0.3" - -- authors: "Terry Lewis" - contact: "terry@kryogenic.co.uk" - description: "This script Reminds people to do stuff! :)" - filename: "autoreminder.pl" - modified: "2008-05-17 17:39:11" - license: "GPLv2" - name: "Auto Reminder" - version: "0.01" - -- authors: "Juerd" - contact: "#####@juerd.nl" - description: "Save current servers, channels and windows for autoconnect and autojoin" - filename: "autostuff.pl" - modified: "2010-10-24 14:35:00" - license: "Public Domain" - name: "autostuff" - url: "http://juerd.nl/site.plp/irssi" - version: "0.02" - -- authors: "Christian mordeth Weber" - contact: "chris@mac.ruhr.de" - description: "Auto-CTCP Verison on every joining nick" - filename: "autoversion.pl" - modified: "2002-08-21 00:00:00" - license: "GPLv2" - name: "autoversion" - url: "" - version: "0.0.1" - -- authors: "aluser" - description: "autovoice" - filename: "autovoice.pl" - modified: "2008-05-22 01:47:56" - license: "GPL" - modules: "Pod::Usage Data::Dumper" - name: "autovoice" - version: "0.05" - -- authors: "Timo cras Sirainen" - contact: "tss@iki.fi" - description: "/WHOIS all the users who send you a private message." - filename: "autowhois.pl" - modified: "2002-03-04 22:47:00" - license: "Public Domain" - name: "autowhois" - url: "http://irssi.org/" - version: "1.1" - -- authors: "Janne Mikola" - contact: "janne@mikola.info" - description: "/WHOIS anyone querying you automatically." - filename: "autowhois_simple.pl" - modified: "2008-07-14 00:00:00" - license: "GPL" - name: "autowhois_simple" - url: "http://www.mikola.info" - version: "0.1" - -- authors: "Bitt Faulk" - contact: "lxsfx3h02@sneakemail.com" - description: "Automatically wraps long sent messages into multiple shorter sent messages" - filename: "autowrap.pl" - modified: "2008-05-25 14:51:58" - license: "BSD" - modules: "strict Text::Wrap" - name: "autowrap" - url: "none" - version: "2007031900" - -- authors: "Jean-Yves Lefort, Larry Vizzie Daffner, Kees Cook" - contact: "jylefort@brutele.be, vizzie@airmail.net, kc@outflux.net" - description: "Away with reason, unaway, and autoaway" - filename: "away.pl" - modified: "2003-02-25 08:48:56" - license: "BSD" - name: "away" - version: "0.23" - -- authors: "Oskari Okko Ojala" - contact: "sorter.irssi-scripts@okko.net" - description: "Write /away information to a file to be used on web pages" - filename: "away2web.pl" - modified: "2008-05-17 17:39:11" - license: "BSD" - name: "away2web" - version: "2003100201" - -- authors: "Geert Hauwaerts" - contact: "geert@irssi.org" - description: "This script will notice your away message to the person who just hilighted you." - filename: "away_hilight_notice.pl" - modified: "2003-12-31 15:37:24" - license: "GNU General Public License" - name: "away_hilight_notice.pl" - url: "http://irssi.hauwaerts.be/away_hilight_notice.pl" - version: "0.10" - -- authors: "Wouter Coekaerts, Koenraad Heijlen" - contact: "vipie@ulyssis.org, wouter@coekaerts.be" - description: "A verbose away script, displays a verbose away/back message in the channels you are in. BUT it can limit the channels (not spamming every channel!)" - filename: "away_verbose.pl" - modified: "2004-01-01 00:00:00" - license: "GNU GPL version 2" - name: "away_verbose" - url: "http://vipie.studentenweb.org/dev/irssi/" - version: "0.0.7" - -- authors: "Simon Shine" - contact: "http://shine.eu.org/" - description: "Provides a menubar item with away message" - filename: "awaybar.pl" - modified: "2008-05-17 17:39:11" - license: "Public domain" - name: "awaybar" - version: "0.1.1" - -- authors: "Marcin Rozycki" - contact: "derwan@irssi.pl" - description: "Displays in statusbar number of messages in awaylog" - filename: "awaylogcnt.pl" - modified: "2004-10-27 19:46:28" - license: "GNU GPL v2" - name: "awalogcnt" - url: "http://derwan.irssi.pl" - version: "0.2" - -- authors: "BCOW" - contact: "anttip@n0-life.com" - description: "Sets nick away when client discconects from the irssi-proxy. If away gathers messages targeted to nick and forwards them to an email address." - filename: "awayproxy.pl" - modified: "2008-05-17 17:39:09" - license: "GPLv2" - name: "awayproxy" - url: "http://www.n0-life.com" - version: "0.2d" - -- authors: "Stefan tommie Tomanek" - commands: "babelirc" - contact: "stefan@pico.ruhr.de" - description: "translates your messages via Babelfish" - filename: "babelirc.pl" - modified: "2008-05-17 17:39:09" - license: "GPLv2" - modules: "WWW::Babelfish Unicode::String Data::Dumper" - name: "babelirc" - url: "http://irssi.org/scripts/" - version: "2003020801" - -- authors: "Jan fissie Sembera" - contact: "fis@ji.cz" - description: "Configurable badword kickbanning script" - filename: "badword.pl" - modified: "2008-05-17 17:39:09" - license: "GPL v2 and any later" - name: "badword" - url: "http://fis.bofh.cz/devel/irssi/" - version: "0.0.3" - -- authors: "Maciek fahren Freudenheim" - contact: "fahren@bochnia.pl" - description: "/BAN [channel] [-normal|-host|-user|-domain|-crap|-ip|-class -before|-after cmd nick|mask] ... - bans several nicks/masks on channel, removes any conflicting bans before banning" - filename: "ban.pl" - modified: "2002-11-19 18:11:09" - license: "GNU GPLv2 or later" - modules: "Socket" - name: "ban" - version: "1.4d" - -- authors: "Riku Voipio" - contact: "riku.voipio@iki.fi" - description: "shows bandwidth usage in statusbar" - filename: "bandwidth.pl" - modified: "2008-05-17 17:39:11" - license: "GPLv2" - name: "bandwidth" - url: "http://nchip.ukkosenjyly.mine.nu/irssiscripts/" - version: "1.0" - -- authors: "David ORourke" - contact: "phyber@#irssi" - description: "Print time when ban was set in a nicer way. eg. 23 mins, 40 secs ago." - filename: "bantime.pl" - modified: "2004-08-01 02:46:00" - license: "GPLv2" - modules: "Time::Duration" - name: "bantime" - version: "0.5" - -- authors: "Jean-Yves Lefort" - contact: "jylefort@brutele.be, decadix on IRCNet" - description: "Replaces your terminal bell by a command specified via /set adds a beep_when_not_away setting" - filename: "beep.pl" - modified: "2002-07-04 13:18:02" - license: "BSD" - name: "beep" - url: "http://void.adminz.be/irssi.shtml" - version: "1.01" - -- authors: "Georg Lukas" - contact: "georg@op-co.de" - description: "runs arbitrary command instead of system beep, includes flood protection" - filename: "beep_beep.pl" - modified: "2008-08-10 21:30:32" - license: "Public Domain" - name: "beep_beep" - url: "http://op-co.de/irssi/" - version: "0.10" - -- authors: "Simon corecode Schubert" - contact: "corecode@corecode.ath.cx" - description: "Only beep when you are away" - filename: "beepaway.pl" - modified: "2008-05-17 17:39:11" - license: "BSD" - name: "beepaway" - version: "2003011501" - -- authors: "Stefan tommie Tomanek" - commands: "bestoiber" - contact: "stefan@pico.ruhr.de" - description: "stoibers your messages" - filename: "bestoiber.pl" - modified: "2008-05-17 17:39:09" - license: "GPLv2" - name: "BeStoiber" - url: "" - version: "2003020801" - -- authors: "[^BgTA^]" - contact: "raul@bgta.net" - description: "Bytes Gallery of the TAilor Script" - filename: "bgta.pl" - modified: "2008-05-17 17:39:11" - license: "Public Domain" - modules: "Net::Google constant LWP LWP LWP LWP LWP" - name: "BgTA Script" - version: "0.0.1" - -- authors: "Carl Fischer" - contact: "carl.fischer@netcourrier.com" - description: "adds /binary command that converts what you type into 2-base string representation, also decodes other peoples binary automatically" - filename: "binary.pl" - modified: "2008-05-17 17:39:11" - license: "GPLv2" - name: "binary" - version: "1.2" - -- authors: "Aaron Toponce, Knut Auvor Grythe" - contact: "aaron.toponce@gmail.com, irssi@auvor.no" - description: "Prints the timestamp in binary format" - filename: "binary_time.pl" - modified: "2008-06-16 10:12:35" - license: "GPL" - name: "binary_time" - version: "20060826" - -- authors: "Tijmen timing Ruizendaal" - contact: "tijmen.ruizendaal@gmail.com" - description: "/blist <all|online|offline|away> <word>, greps <word> from blist for bitlbee" - filename: "bitlbee_blist.pl" - modified: "2006-10-27 00:00:00" - license: "GPLv2" - name: "bitlbee_blist" - url: "http://the-timing.nl/stuff/irssi-bitlbee" - version: "0.4" - -- authors: "Tijmen timing Ruizendaal" - contact: "tijmen.ruizendaal@gmail.com" - 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+)" - filename: "bitlbee_join_notice.pl" - modified: "2010-08-10 00:00:00" - license: "GPLv2" - modules: "Data::Dumper" - name: "BitlBee_join_notice" - url: "http://the-timing.nl/stuff/irssi-bitlbee" - version: "1.3" - -- authors: "Tijmen timing Ruizendaal" - contact: "tijmen.ruizendaal@gmail.com" - description: "Shows an IM nickchange in an Irssi way. (in a query and in the bitlbee channel). (For bitlbee 3.0+)" - filename: "bitlbee_nick_change.pl" - modified: "2010-07-28 00:00:00" - license: "GPLv2" - modules: "Data::Dumper" - name: "BitlBee_nick_change" - url: "http://the-timing.nl/stuff/irssi-bitlbee" - version: "1.3" - -- authors: "Tijmen timing Ruizendaal & Wilmer van der Gaast" - contact: "tijmen.ruizendaal@gmail.com" - description: "Intelligent Tab-completion for BitlBee commands." - filename: "bitlbee_tab_completion.pl" - modified: "2009-08-11 00:00:00" - license: "GPLv2" - name: "BitlBee_tab_completion" - url: "http://the-timing.nl/stuff/irssi-bitlbee" - version: "1.3" - -- authors: "Tijmen timing Ruizendaal" - contact: "tijmen.ruizendaal@gmail.com" - description: "Replace Irssis timestamps with those sent by BitlBee" - filename: "bitlbee_timestamp.pl" - modified: "2010-05-01 00:00:00" - license: "GPLv2" - modules: "Data::Dumper DateTime" - name: "bitlbee_timestamp" - url: "http://the-timing.nl/stuff/irssi-bitlbee" - version: "0.5" - -- authors: "Tijmen timing Ruizendaal, Matt f0rked Sparks" - contact: "tijmen.ruizendaal@gmail.com, root@f0rked.com" - description: "1. Adds an item to the status bar wich shows [typing] when someone is typing a message on the supported IM-networks2. Sends typing notices to the supported IM networks (the other way arround). (For bitlbee 3.0+)" - filename: "bitlbee_typing_notice.pl" - modified: "2010-08-09 00:00:00" - license: "GPLv2" - modules: "Data::Dumper" - name: "BitlBee_typing_notice" - url: "http://the-timing.nl/stuff/irssi-bitlbee, http://f0rked.com" - version: "1.7.1" - -- authors: "iMil,Skid,Foxmask,reiffert" - contact: "imil@gcu-squad.org,blowjob@reifferscheid.org,#blowtest@freenode" - description: "Crypt IRC communication with blowfish encryption. Supports public #channels, !channels, +channel, querys and dcc chat. Roadmap for Version 1.0.0 is to get some feedback and cleanup. Join #blowtest on freenode (irc.debian.org) to get latest stuff available. Note to users upgrading from versions prior to 0.8.5: The blowjob.keys format has changed." - filename: "blowjob.pl" - modified: "2008-05-17 17:39:11" - license: "GNU GPL" - modules: "Crypt::CBC Crypt::Blowfish MIME::Base64 Compress::Zlib" - name: "blowjob" - url: "http://ftp.gcu-squad.org/misc/" - version: "0.9.0" - -- authors: "Daniel K. Gebhart, Marcus Rückert" - contact: "dkg@con-fuse.org, darix@irssi.org" - description: "a simple body mass index calculator for depression )" - filename: "bmi.pl" - modified: "2008-05-17 17:39:09" - license: "GPLv2" - name: "BMI Calculator" - url: "http://dkg.con-fuse.org/irssi/scripts/" - version: "2002121801" - -- authors: "Juerd" - contact: "juerd@juerd.nl" - description: "Saves the buffer for /upgrade, so that no information is lost" - filename: "buf.pl" - modified: "2002-05-13 19:41:00" - license: "Public Domain" - modules: "Data::Dumper" - name: "Scroll buffer restorer" - url: "http://juerd.nl/irssi/" - version: "2.13" - -- authors: "Juerd" - contact: "juerd@juerd.nl" - description: "Simple /calc mechanism" - filename: "calc.pl" - modified: "2002-03-19 11:00:00" - license: "Public Domain" - name: "Calculator" - url: "http://juerd.nl/irssi/" - version: "1.10" - -- authors: "Daniel dubkat Reidy" - contact: "dubkat@dubkat.org (www.dubkat.org)" - description: "Reformats CallerID (+g) Messages (Also known as Server-Side Ignore) on Hybrid & Ratbox IRCDs (EFnet) to be Easier on the Eyes" - filename: "callerid.pl" - modified: "2008-05-17 17:39:11" - license: "GPL" - name: "callerid" - url: "http://scripts.irssi.org/" - version: "1.0" - -- authors: "Michael Tharp (gxti), Jilles Tjoelker (jilles), Mantas Mikulėnas (grawity)" - commands: "sasl" - contact: "grawity@gmail.com" - description: "Implements SASL authentication (and multi-prefix as free bonus)" - filename: "cap_sasl.pl" - modified: "2015-01-07 06:03" - modules: "Crypt::PK::ECC MIME::Base64" - license: "GPLv2" - name: "cap_sasl" - url: "https://nullroute.eu.org/~grawity/irssi.html" - version: "1.10" - -- authors: "ZaMz0n" - commands: "cddb" - contact: "zamzon@freakpower.com" - description: "Find CDs by Artist, Disc name or Track name in CDDB." - filename: "cddb.pl" - modified: "2003-10-29 01:27:00" - license: "Free" - modules: "LWP::Simple" - name: "cddb" - url: "http://www.gracenote.com/music/" - version: "1.21" - -- authors: "Joost Garion Vunderink" - contact: "joost@carnique.nl" - description: "Staturbar item which indicates how many new messages you have in your centericq" - filename: "centericq.pl" - modified: "2008-05-17 17:39:11" - license: "Public Domain" - name: "centericq" - url: "http://irssi.org, http://scripts.irssi.org" - version: "1.0.0" - -- authors: "Pieter-Bas IJdens" - contact: "irssi-scripts@nospam.mi4.org.uk" - description: "Lists users on the channel matching the specified regexp" - filename: "cgrep.pl" - modified: "2005-03-10 00:00:00" - license: "GPLv2 or later" - name: "cgrep" - url: "http://pieter-bas.ijdens.com/irssi/" - version: "1.0.0" - -- authors: "BC-bd, Veli" - contact: "bd@bc-bd.org, veli@piipiip.net" - description: "Adds new powerful and customizable [Act: ...] item (chanelnames,modes,alias). Lets you give alias characters to windows so that you can select those with meta-<char>" - filename: "chanact.pl" - modified: "2010-04-10 21:18:08" - license: "GNU GPLv2 or later" - name: "chanact" - url: "https://bc-bd.org/svn/repos/irssi/chanact" - version: "0.5.14" - -- authors: "Joern Wulf Heissler" - contact: "wulf@wulf.eu.org" - description: "Notifies the user when some channel limit is reached" - filename: "chanfull.pl" - modified: "2008-05-17 17:39:09" - license: "GPLv2" - name: "chanfull" - url: "" - version: "2003011700" - -- authors: "Uwe duden Dudenhoeffer" - contact: "script@duden.eu.org" - description: "Notify if Channellimit is reached" - filename: "chanfull_duden.pl" - modified: "2003-02-08 18:08:54" - license: "GPLv2" - name: "chanfull" - url: "" - version: "0.1" - -- authors: "Bjoern fuchs Krombholz" - contact: "bjkro@gmx.de" - description: "Log maximum number of people ever been in a channel" - filename: "chanpeak.pl" - modified: "2002-06-02 17:00:00" - license: "Public Domain" - name: "chanpeak" - version: "0.2.2" - -- authors: "Stefan tommie Tomanek" - contact: "stefan@pico.ruhr.de" - description: "searches for specific channels" - filename: "chansearch.pl" - modified: "2008-05-17 17:39:11" - license: "GPLv2" - modules: "LWP::UserAgent Data::Dumper" - name: "ChanSearch" - url: "http://scripts.irssi.org/" - version: "20021019" - -- authors: "Timo cras Sirainen" - contact: "tss@iki.fi" - description: "/CHANSHARE - display people who are in more than one channel with you" - filename: "chanshare.pl" - modified: "2002-03-04 22:47:00" - license: "Public Domain" - name: "chan share" - url: "http://irssi.org/" - version: "0.3" - -- authors: "Peder Stray" - contact: "peder@ninja.no" - description: "Sort all channel and query windows" - filename: "chansort.pl" - modified: "2008-05-17 17:39:09" - license: "GPL" - name: "chansort" - url: "http://ninja.no/irssi/chansort.pl" - version: "1.4" - -- authors: "Uwe duden Dudenhoeffer" - commands: "chansync" - contact: "script@duden.eu.org" - description: "/who a channel and optionaly executes a command" - filename: "chansync.pl" - modified: "2003-02-09 18:27:51" - license: "GPLv2" - name: "chansync" - url: "" - version: "0.22" - -- authors: "Jakub Jankowski" - contact: "shasta@atn.pl" - description: "Simulates BitchXs /CHOPS and /NOPS commands." - filename: "chops.pl" - modified: "2008-05-17 17:39:11" - license: "GNU GPLv2 or later" - name: "chops" - url: "http://irssi.atn.pl/" - version: "20020223" - -- authors: "Jørgen Tjernø" - contact: "darkthorne@samsen.com" - description: "Simple script that removes colors and other formatting (bold, etc) from public channels" - filename: "cleanpublic.pl" - modified: "2003-09-24 13:17:15" - license: "GPL" - name: "CleanPublic" - url: "http://mental.mine.nu" - version: "0.3" - -- authors: "Dominic Battre" - contact: "dominic@battre.de" - description: "Better quoting of content from clipboard (without leading spaces) -- requires Perl/Tk" - filename: "clipboard.pl" - modified: "2002-12-06 23:23:31" - license: "Public Domain" - modules: "Tk" - name: "Quoting from X clipboard" - url: "http://www.battre.de" - version: "1.2" - -- authors: "Rick (strlen) Jansen" - contact: "strlen@shellz.nl" - description: "Parses OperServ notices to make autokill aliases from clonewarnings" - filename: "cloneprot.pl" - modified: "2002-03-13 20:26:46" - license: "GPL/1" - name: "cloneprot" - url: "http://www.shellz.nl/" - version: "1.11" - -- authors: "From irssi source, modified by David Leadbeater (dg)" - description: "/CLONES - Display clones in the active channel (with added options)" - filename: "clones.pl" - modified: "2008-05-17 17:39:09" - license: "Same as Irssi" - name: "clones" - url: "http://irssi.dgl.cx/" - version: "2.01" - -- authors: "Pablo Martín Báez Echevarría" - contact: "pab_24n@outlook.com" - description: "when a nick joins #channel, notifies you if there is (or there has been) someone in #channel with the same hostname" - filename: "clones_scanner.pl" - modified: "2014-12-20 22:30:25" - license: "Public domain" - name: "clones_scannner" - url: "http://reirssi.wordpress.com" - version: "1.6" - -- authors: "Gabor Nyeki" - contact: "bigmac@vim.hu" - description: "kicking users for using colors or blinks" - filename: "colorkick.pl" - modified: "2004-01-02 03:43:10" - license: "public domain" - name: "colorkick" - -- authors: "Timo cras Sirainen" - contact: "tss@iki.fi" - description: "Swap between green and white format for public messages. I think this helps readability. Assumes you havent changed message formats." - filename: "colorswap.pl" - modified: "2002-03-04 22:47:00" - license: "Public Domain" - name: "colorswap" - url: "http://irssi.org/" - version: "0.1" - -- authors: "Daenyth" - contact: "Daenyth /at/ gmail /dot/ com" - description: "When using tab completion on an empty input buffer, complete to the nick of the person who spoke most recently." - filename: "complete_lastspoke.pl" - modified: "2008-12-07 19:07:31" - license: "GPL2" - name: "Complete Last-Spoke" - version: "2.1" - -- authors: "Ian Peters" - contact: "itp@ximian.com" - description: "run arbitrary shell commands while [dis]connecting to a server" - filename: "connectcmd.pl" - modified: "2002-03-10 17:08:03" - license: "Public Domain" - name: "Connect Command" - url: "http://irssi.org/" - version: "0.1" - -- authors: "Mikko Quidz Salmi" - contact: "mikko@quidz.net" - description: "adds public channel command for counting down something" - filename: "countdown.pl" - modified: "2002-08-08 12:06:46" - license: "Public Domain" - modules: "Time::Local" - name: "countdown" - version: "1.0" - -- authors: "Timo Sirainen" - contact: "tss@iki.fi" - description: "Print the country name in /WHOIS replies" - filename: "country.pl" - modified: "2002-10-28 00:29:26" - license: "Public Domain" - name: "country" - version: "1.0.1" - -- authors: "Tomasz Poradowski" - contact: "batonik@irc.pl" - description: "Kicks people using cp1250 charset" - filename: "cp1250_kick.pl" - modified: "2002-09-28 12:58:26" - license: "GPL" - name: "cp1250_kick" - version: "1.3" - -- authors: "Stefan tommie Tomanek" - commands: "crapbuster" - contact: "stefan@pico.ruhr.de" - description: "Removes CRAP or CLIENTCRAP messages from your buffer" - filename: "crapbuster.pl" - modified: "2008-05-17 17:39:09" - license: "GPLv2" - name: "CRAPbuster" - version: "2003020801" - -- authors: "Piotr Krukowiecki" - contact: "piotr at/ krukowiecki /dot net" - description: "cron implementation, allows to execute commands at given interval/time" - filename: "cron.pl" - modified: "2004-12-12 00:00:00" - license: "GNU GPLv2" - name: "cron aka jobs" - url: "http://www.krukowiecki.net/code/irssi/" - version: "0.11" - -- authors: "Maciek fahren Freudenheim" - contact: "fahren@bochnia.pl" - description: "Usage: /CWHO [-a | -l | -o | -v ] [ mask ]" - filename: "cwho.pl" - modified: "2002-05-06 14:02:25" - license: "GNU GPLv2 or later" - name: "Cached WHO" - version: "1.1" - -- authors: "Geert Hauwaerts" - contact: "geert@irssi.org" - description: "This script will fix the Irssi problem with channel forwarding on the Dancer ircd." - filename: "dancer_forwardfix.pl" - modified: "2004-05-09 01:19:25" - license: "Public Domain" - name: "dancer_forwardfix.pl" - url: "http://irssi.hauwaerts.be/dancer_forwardfix.pl" - version: "0.03" - -- authors: "Geert Hauwaerts" - contact: "geert@irssi.org" - description: "This script hides the 477 numerics from the dancer IRCd." - filename: "dancer_hide_477.pl" - modified: "2004-03-12 19:46:24" - license: "GNU General Public License" - name: "dancer_hide_477.pl" - url: "http://irssi.hauwaerts.be/dancer_hide_477.pl" - version: "0.01" - -- authors: "Clemens Heidinger" - commands: "dau" - contact: "heidinger@dau.pl" - description: "write like an idiot" - filename: "dau.pl" - modified: "2008-02-03 16:27:25" - license: "BSD" - modules: "File::Basename File::Path IPC::Open3 Tie::File Encode" - name: "DAU" - url: "http://dau.pl/" - version: "2.4.3" - -- authors: "ak5" - contact: "meister@hq.kroenk.remove-this-because-of-spam.de" - description: "This script sets dcc_own_ip when starting a DCC send or chat. set dcc_ip_interface to your external interface, f.e. ppp0. If you are connecting though a router, set it to router" - filename: "dcc_ip.pl" - modified: "2004-06-26 22:27:08" - license: "Public Domain" - name: "dcc_ip" - url: "http://hq.kroenk.de/?gnu/irssi" - version: "0.5" - -- authors: "Peder Stray" - contact: "peder@ninja.no" - description: "Move completed dcc gets to the subfolder done" - filename: "dccmove.pl" - modified: "2008-05-22 13:14:17" - license: "GPL" - name: "dccmove" - url: "http://ninja.no/irssi/dccmove.pl" - version: "1.4" - -- authors: "David Leadbeater" - contact: "dgl@dgl.cx" - description: "/dccself ip port, starts a dcc chat with yourself on that host/port, best used with /set dcc_autochat_masks." - filename: "dccself.pl" - modified: "2008-05-17 17:39:11" - license: "GPL" - name: "dccself" - -- authors: "Matti qvr Hiljanen" - contact: "matti@hiljanen.com" - description: "Shows verbose or short information of dcc send/gets on statusbar (speed, size, eta etc.)" - filename: "dccstat.pl" - modified: "2008-05-17 17:39:11" - license: "GPL, Version 2" - name: "dccstat" - url: "http://matin.maapallo.org/softa/irssi" - version: "1.52" - -- authors: "Jakub Jankowski" - contact: "shasta@atn.pl" - description: "Allows your client to automatically set desired chanmode upon a join to an empty channel." - filename: "defaultchanmode.pl" - modified: "2008-05-17 17:39:11" - license: "GNU GPLv2 or later" - name: "Default Chanmode" - url: "http://irssi.atn.pl/" - version: "1.1" - -- authors: "Joost Vunderink (Garion)" - contact: "joost@vunderink.net" - description: "Prevents all kinds of junk from showing up" - filename: "dejunk.pl" - modified: "2013-10-09 23:19:48" - license: "Public Domain" - modules: "Data::Dumper" - name: "Dejunk" - url: "http://www.garion.org/irssi/" - version: "1.0" - -- authors: "Benjamin Reed" - contact: "ranger@befunk.com" - description: "Logs URLs and posts them to del.icio.us" - filename: "deliciousurl.pl" - modified: "2008-05-23 20:13:44" - license: "GPLv2" - modules: "IO::Handle Net::Delicious URI::Find::Rule Log::Dispatch Log::Dispatch::File" - name: "deliciousurl" - url: "http://ranger.befunk.com/" - version: "0.5" - -- authors: "Jochem Meyers" - contact: "jochem.meyers@gmail.com" - description: "Adds an item which displays the current disk usage." - filename: "df.pl" - modified: "2008-05-17 17:39:11" - license: "GPL v2 or later" - name: "df" - url: "http://kaede.kicks-ass.net/irssi.html" - version: "0.1.0" - -- authors: "Marcel Kossin" - contact: "mkossin@enumerator.org" - description: "A Dice Simulator for Roleplaying in Channels or just for fun." - filename: "dice.pl" - modified: "2008-05-17 17:39:09" - license: "GNU GPL Version 2 or later" - modules: "IO::File" - name: "dice" - url: "http://www.enumerator.org/component/option,com_docman/task,view_category/Itemid,34/subcat,7/" - version: "0.00.04" - -- authors: "Marcell Kossin, Makaze" - contact: "izaya.orihara@gmail.com" - description: "A concise dice simulator for channels." - filename: "dice_concise.pl" - modified: "2014-03-28 21:15:23" - license: "GNU GPL Version 2 or later" - modules: "Scalar::Util" - name: "dice_concise" - url: "https://github.com/Makaze/" - version: "0.1.5" - -- authors: "Juerd (first version: Timo Sirainen)" - contact: "juerd@juerd.nl" - description: "Caching dictionary based tab completion" - filename: "dictcomplete.pl" - modified: "2002-12-06 11:12:00" - license: "Public Domain" - name: "Dictionary complete" - url: "http://juerd.nl/irssi/" - version: "1.31" - -- authors: "Sebastian yath Schmidt" - contact: "yathen@web.de" - description: "This scripts sends unknown commands to the server" - filename: "dispatch.pl" - modified: "2002-03-05 14:55:29" - license: "GNU GPLv2" - name: "Command dispatcher" - version: "0.0.2" - -- authors: "Timo cras Sirainen" - contact: "tss@iki.fi" - description: "/DNS <nick>|<host>|<ip> ..." - filename: "dns.pl" - modified: "2002-03-04 22:47:00" - license: "Public Domain" - modules: "Socket" - name: "dns" - url: "http://irssi.org/" - version: "2.1.1" - -- authors: "Pieter-Bas IJdens" - contact: "irssi-scripts@nospam.mi4.org.uk" - description: "Checks for DNS Spam on JOIN" - filename: "dnsspam.pl" - modified: "2005-03-10 00:00:00" - license: "GPLv2 or later" - modules: "spamcalc::SpamCalc" - name: "dnsspam" - url: "http://pieter-bas.ijdens.com/irssi/" - version: "1.0.0" - -- authors: "FoxMaSk" - contact: "foxmask@phpfr.org" - description: "manage tips url help in a doc file in the keyword=definition form" - filename: "doc.pl" - modified: "2008-05-17 17:39:11" - license: "GNU GPL" - name: "doc" - url: "http://team.gcu-squad.org/~odemah/" - version: "0.0.3" - -- authors: "Karl Siegemund" - contact: "q [at] spuk.de" - description: "Filters msgs which appear the same on different channels." - filename: "doublefilter.pl" - modified: "2005-04-22 09:50:00" - license: "GPLv2" - modules: "Data::Dumper" - name: "doublefilter" - version: "0.3" - -- authors: "Bitt Faulk" - contact: "lxsfx3h02@sneakemail.com" - description: "Put a nick list in a statusbar" - filename: "dr_who.pl" - modified: "2005-01-17 00:00:00" - license: "BSD" - modules: "strict Irssi::TextUI" - name: "dr_who" - url: "http://beaglebros.com" - version: "1.0" - -- authors: "Espen Holm Nilsen" - contact: "holm@blackedge.org" - description: "Print the real IP address of efnet.org clients when they join/part channels, and whois." - filename: "efnetorg.pl" - modified: "2008-05-25 14:59:13" - license: "GPLv2 or later" - name: "efnetorg" - url: "http://www.holmnilsen.com/" - version: "1.2" - -- authors: "Ilya Cassina" - contact: "icassina@gmail.com" - description: "This script allow advanced parametrization of the /list command. Accepted parameters are -minusers <#users> and -maxusers <#users>. " - filename: "elist.pl" - modified: "2008-05-25 14:42:28" - license: "GPLv2" - modules: "Getopt::Long" - name: "Enanched LIST" - version: "1.0" - -- authors: "Johan Ion Kiviniemi" - contact: "ion at hassers.org" - description: "Answers to /msgs using Chatbot::Eliza when youre away." - filename: "eliza.pl" - modified: "2002-03-14 05:29:00" - license: "Public Domain" - modules: "Chatbot::Eliza" - name: "Eliza" - url: "http://ion.amigafin.org/scripts/" - version: "1.0" - -- authors: "Adam James" - contact: "atj@pulsewidth.org.uk" - description: "Emails you private messages sent while youre away. Useful in combination with screen_away. Requires Email::Sender." - filename: "email_privmsgs.pl" - modified: "2010-06-04 22:08:32" - license: "MIT" - modules: "Email::Sender::Simple Email::Simple Email::Simple::Creator" - name: "email_privmsgs" - url: "http://git.pulsewidth.org.uk/?p=irssi-scripts.gita=summary" - version: "0.5" - -- authors: "PrincessLeia2" - contact: "lyz@princessleia.com" - description: "a script for accessing an email mysql database through irc" - filename: "emaildb1.0.pl" - modified: "2008-05-22 01:21:28" - license: "GNU GPL v2 or later" - modules: "DBI" - name: "emaildb" - url: "http://www.princessleia.com/" - version: "1.0" - -- authors: "Ilkka Pale" - contact: "ilkka.pale@gmail.com" - description: "Outputs various unicode emoticons." - filename: "emo.pl" - modified: "2014-06-12 19:06:00" - license: "Public Domain" - name: "emo" - version: "0.0.1" - -- authors: "Taneli Kaivola" - contact: "dist@sci.fi" - description: "Expand event mode and emit event mode {channel,user,server} *" - filename: "events.pl" - modified: "2002-05-20 04:04:47" - license: "GPLv2" - name: "Extended events" - url: "http://scripts.irssi.de" - version: "1.0" - -- authors: "Jean-Yves Lefort" - contact: "jylefort@brutele.be, decadix on IRCNet" - description: "Adds a setting to automatically terminate a process whose parent window has been closed" - filename: "exec_clean.pl" - modified: "2002-07-04 13:18:02" - license: "BSD" - modules: "Irssi::UI" - name: "exec-clean" - url: "http://void.adminz.be/irssi.shtml" - version: "1.01" - -- authors: "CrazyCat" - contact: "crazycat@c-p-f.org" - description: "Extended Away & Back programm" - filename: "extaway.pl" - modified: "2005-01-12 03:04:01" - license: "GNU GPLv2 or later" - name: "ExtAway" - version: "1.0" - -- authors: "Geert Hauwaerts" - contact: "geert@irssi.org" - description: "This script sends fake ctcp replies to a client using a fake ctcp list." - filename: "fakectcp.pl" - modified: "2003-09-17 23:00:11" - license: "GNU General Public License" - name: "fakectcp.pl" - url: "http://irssi.hauwaerts.be/default.pl" - version: "1.03" - -- authors: "Stefan Jakobs" - commands: "fcountry" - contact: "stefan.jakobs@rus.uni-stuttgart.de" - description: "Print the country name in /WHOIS replies" - filename: "fcountry.pl" - modified: "2008-05-11 20:20:00" - license: "GPLv2" - modules: "IP::Country::Fast Geography::Countries" - name: "fast_country" - version: "1.0.0" - -- authors: "Juerd" - contact: "juerd@juerd.nl" - description: "Safe figlet implementation (with color support!)" - filename: "figlet.pl" - modified: "2002-03-10 14:46:00" - license: "Public Domain" - modules: "IPC::Open3" - name: "Figlet" - url: "http://juerd.nl/irssi/" - version: "1.14" - -- authors: "David Leadbeater" - description: "A command to output content of files in various ways" - filename: "file.pl" - modified: "2008-05-17 17:39:09" - license: "GNU GPLv2 or later" - name: "file.pl" - url: "http://irssi.dgl.cx/" - version: "1.0" - -- authors: "Erkki Seppälä" - contact: "flux@inside.org" - description: "Finds a nick by real name, if hes on a channel with you." - filename: "find.pl" - modified: "2002-03-04 23:25:18" - license: "Public Domain" - name: "Find" - url: "http://xulfad.inside.org/~flux/software/irssi/" - version: "0.2" - -- authors: "Thomas Karlsson" - contact: "findbot@planet.eu.org" - description: "Public command @find script" - filename: "findbot.pl" - modified: "2008-05-17 17:39:11" - license: "GPL" - name: "Findbot" - url: "http://hem.passagen.se/thka2315/" - version: "1.57" - -- authors: "Piotr Krukowiecki" - contact: "piotr //at// krukowiecki //dot// net" - description: "fserve leecher - helps you download files from file servers" - filename: "fleech.pl" - modified: "2008-05-25 15:09:31" - license: "GNU GPL v2" - name: "fleech" - url: "http://www.krukowiecki.net/code/irssi/" - version: "0.0.2i" - -- 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." - filename: "fnotify.pl" - modified: "2014-11-25 21:02" - license: "GNU General Public License" - name: "fnotify" - url: "http://www.leemhuis.info/files/fnotify/fnotify https://ttboj.wordpress.com/" - version: "0.0.5" - -- authors: "Juerd" - contact: "juerd@juerd.nl" - description: "Automatically switch to active windows" - filename: "follow.pl" - modified: "2002-03-19 11:00:00" - license: "Public Domain" - name: "Follower" - url: "http://juerd.nl/irssi/" - version: "1.10" - -- authors: "Juerd, Shiar" - contact: "juerd@juerd.nl, shiar@shiar.org" - description: "Rot n+i encryption and decryption" - filename: "foo.pl" - modified: "2003-01-21 01:40:00" - license: "Public Domain" - name: "UeberRot encryption" - url: "http://juerd.nl/site.plp/irssi" - version: "3.00" - -- authors: "David Leadbeater" - contact: "dgl@dgl.cx" - description: "Extends the /foreach command to have /foreach user (users in a channel). Syntax: /foreach user [hostmask] command." - filename: "foreach_user.pl" - modified: "2008-05-17 17:39:11" - license: "GNU GPLv2 or later" - name: "foreach user" - url: "http://irssi.dgl.cx/" - version: "1.0" - -- authors: "ResDev (Ben Reser)" - contact: "ben@reser.org" - description: "Formats msgs and notices when the identify-msg and/or identify-ctcp capability is available." - filename: "format_identify.pl" - modified: "2014-04-09 00:18:24" - license: "GPL2" - name: "format_identify" - url: "http://ben.reser.org/irssi/" - version: "1.5-dev-coekie" - -- authors: "Ivo Marino" - contact: "eim@cpan.rg" - description: "Send a random fortune cookie to an user in channel." - filename: "fortune.pl" - modified: "2008-05-17 17:39:09" - license: "Public Domain" - name: "fortune" - version: "1.3" - -- authors: "Stefan tommie Tomanek" - commands: "forward" - contact: "stefan@pico.ruhr.de" - description: "forward incoming messages to another nick" - filename: "forward.pl" - modified: "2008-05-17 17:39:09" - license: "GPLv2" - name: "Forward" - url: "http://irssi.org/scripts/" - version: "2003071904" - -- authors: "Geert Hauwaerts" - contact: "geert@irssi.org" - description: "This script will filter some Freenode IRCD (Dancer) servernotices." - filename: "freenode_filter.pl" - modified: "2003-09-17 23:00:11" - license: "GNU General Public License" - name: "default.pl" - url: "http://irssi.hauwaerts.be/freenode_filter.pl" - version: "0.06" - -- authors: "Peder Stray" - contact: "peder@ninja.no" - description: "Basicly an autoop script with a nice interface and nick coloring )" - filename: "friends_peder.pl" - modified: "2008-05-17 17:39:09" - license: "GPL" - modules: "Data::Dumper" - name: "friends" - url: "http://ninja.no/irssi/friends.pl" - version: "1.34" - -- authors: "Jakub Jankowski" - contact: "shasta@toxcorp.com" - description: "Maintains list of people you know." - filename: "friends_shasta.pl" - modified: "2003-10-09 22:12:43" - license: "GNU GPLv2 or later" - name: "Friends" - url: "http://toxcorp.com/irc/irssi/friends/" - version: "2.4.9" - -- authors: "Pablo Martín Báez Echevarría" - contact: "pab_24n@outlook.com" - description: "define a permanent text formatting (bold, underline, etc.) for outgoing messages" - filename: "frm_outgmsgs.pl" - modified: "2014-10-16" - license: "Public Domain" - name: "frm_outgmsgs" - version: "1.1" - -- authors: "Piotr Krukowiecki & others" - contact: "piotr at pingu.ii.uj.edu.pl" - description: "File server for irssi" - filename: "fserve.pl" - modified: "2008-05-17 17:39:11" - license: "GPL v2" - name: "FServe" - url: "http://pingu.ii.uj.edu.pl/~piotr/irssi" - version: "2.0.0" - -- authors: "Geert Hauwaerts" - contact: "geert@irssi.org" - description: "Simulates the BitchX /FUCKEM command. Deop/Dehalfop everyone on the channel including you." - filename: "fuckem.pl" - modified: "2003-09-17 23:00:11" - license: "GNU General Public License" - name: "fuckem.pl" - url: "http://irssi.hauwaerts.be/fuckem.pl" - version: "0.05" - -- authors: "Maciek fahren Freudenheim" - contact: "fahren@bochnia.pl" - description: "Automatically request op from random opped person with specifed command from list after joining channel" - filename: "getop.pl" - modified: "2003-01-10 03:54:07" - license: "GNU GPLv2 or later" - name: "GetOP" - version: "0.9b" - -- authors: "PrincessLeia2" - contact: "lyz@princessleia.com" - description: "a bot script, using ! followed by anything the script will say (as an action): gets nickname anything" - filename: "gimmie.pl" - modified: "2008-05-22 01:21:39" - license: "GNU GPL v2 or later" - name: "gimmie" - url: "http://www.princessleia.com/" - version: "1.0" - -- authors: "nohar" - contact: "nohar@freenode" - description: "Implements /go command that activates a window given a name/partial name. It features a nice completion." - filename: "go.pl" - modified: "2014-10-19 00:00:00" - license: "GPLv2 or later" - name: "go to window" - version: "1.01" - -- authors: "cxreg" - contact: "cxreg@pobox.com" - description: "Switch to the window with the given name or item" - filename: "go2.pl" - modified: "2014-05-27 21:08:34" - license: "Public Domain" - name: "go2" - url: "http://genericorp.net/~count/irssi/go" - version: "1.0" - -- authors: "Oddbjørn Kvalsund" - contact: "oddbjorn.kvalsund@hiof.no" - description: "This script queries google.com and returns the results." - filename: "google.pl" - modified: "2008-05-17 17:39:09" - license: "Public Domain" - modules: "LWP::UserAgent" - name: "Google" - version: "1.00" - -- authors: "original idea by valvoline, irssi porting by pallotron" - contact: "pallotron@freaknet.org" - description: "Have gpg-based trusting features in your irssi client!" - filename: "gpgvalidator.pl" - modified: "2008-05-17 17:39:11" - license: "GPL v2" - name: "gpgvalidator v. 0.1.2" - url: "http://www.freaknet.org/~pallotron" - version: "0.1.2" - -- authors: "David O'Rourke, Nico R. Wohlgemuth" - changed: "2012-09-14" - contact: "nico@lifeisabug.com" - description: "Hide the stupid \"greet messages\" posted by some bots after someone joins a channel." - filename: "greetignore.pl" - modified: "2014-09-07 12:10" - license: "GPLv2" - name: "greetignore" - version: "1.1" - -- authors: "Timo cras Sirainen, Wouter Coekaerts" - contact: "tss@iki.fi, wouter@coekaerts.be" - description: "/GREP [-i] [-w] [-v] [-F] <perl-regexp> <command to run>" - filename: "grep.pl" - modified: "2008-01-13 00:00:00" - license: "Public Domain" - modules: "Text::ParseWords" - name: "grep" - url: "http://wouter.coekaerts.be/irssi/" - version: "2.1" - -- authors: "mistr" - contact: "mistr@sensewave.com" - description: "/gsi <phone nr> checks number via http://gulesider.no. Norwegian 8-digit numbers only. Nice if you have caller-ID and are as paranoid as me." - filename: "gsi.pl" - modified: "2008-05-17 17:39:11" - license: "Public Domain" - modules: "LWP::UserAgent URI::Heuristic" - name: "gsi" - url: "http://irssi.org/scripts" - version: "220904-04:30:00" - -- authors: "Sven Ulland" - commands: "gtrans" - contact: "svensven@gmail.com" - description: "Translation via the Google Language API" - filename: "gtrans.pl" - modified: "2008-10-07 18:49:55" - license: "GPLv2" - modules: "Data::Dumper WebService::Google::Language" - name: "GTrans" - url: "http://scripts.irssi.org/" - version: "0.0.1" - -- authors: "Juerd" - contact: "juerd@juerd.nl" - description: "Adds the uppercased version of the tab completes" - filename: "guts.pl" - modified: "2002-05-18 21:40:00" - license: "Public Domain" - name: "German Uppercased Tab Stuff" - url: "http://juerd.nl/irssi/" - version: "1.00" - -- authors: "Valentin Batz" - contact: "vb@g-23.org" - description: "adds a statusbar item which shows temperatures of harddisks (with multiple hddtemp-hosts support)" - filename: "hddtemp.pl" - modified: "2004-06-21 00:00:00" - license: "GPLv2" - modules: "IO::Socket::INET" - name: "hddtemp" - url: "http://hurzelgnom.bei.t-online.de/irssi/scripts/hddtemp.pl" - version: "0.14" - -- authors: "Cybertinus" - contact: "cybertinus@cybertinus.nl" - description: "This script allows you to greet the channel Youre joining with the command /hello. The text it shows depends on the time youre living." - filename: "hello.pl" - modified: "2005-05-25 13:42:00" - license: "GPL2" - name: "Greeter" - version: "1.00" - -- authors: "Marcus Rueckert" - contact: "darix@irssi.de" - description: "a little interface to irssis activity_hide_* settings" - filename: "hide.pl" - modified: "2002-07-21 06:53:21" - license: "Public Domain" - name: "hide tools" - url: "http://scripts.irssi.de/" - version: "0.0.7" - -- authors: "JamesOff" - contact: "james@jamesoff.net" - description: "Stops eggdrop passwords showing up" - filename: "hideauth.pl" - modified: "2002-06-04 20:56:00" - license: "Public Domain" - name: "hideauth" - url: "http://www.jamesoff.net" - version: "1.01" - -- authors: "Mantis" - contact: "mantis@inta-link.com" - description: "shows events happening in all channels you are in that may concern you" - filename: "highlite.pl" - modified: "2003-01-03 00:00:00" - license: "GNU GPL v2" - name: "highlite" - url: "http://www.inta-link.com/" - version: "1.0" - -- authors: "Geert Hauwaerts" - contact: "geert@irssi.org" - description: "This script will add the HIGNORE command, if you use this command in a query it will ignore the host." - filename: "hignore.pl" - modified: "2003-09-17 23:51:38" - license: "Public Domain" - name: "hignore.pl" - url: "http://irssi.hauwaerts.be/hignore.pl" - version: "0.02" - -- authors: "Timo cras Sirainen, Mark znx Sangster" - contact: "tss@iki.fi, znxster@gmail.com" - description: "Print hilighted messages to window named hilight" - filename: "hilightwin.pl" - modified: "2008-05-25 18:59:57" - license: "Public Domain" - name: "hilightwin" - url: "http://irssi.org/" - version: "0.02" - -- 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" - license: "BSD" - modules: "HTTP::Request JSON LWP::UserAgent" - name: "hipchat_complete" - version: "1.0" - -- authors: "Wouter Coekaerts" - contact: "coekie@irssi.org" - description: "Search within your typed history as you type (like ctrl-R in bash)" - filename: "history_search.pl" - modified: "2009-01-17 00:00:00" - license: "GPLv2 or later" - name: "history_search" - url: "http://wouter.coekaerts.be/irssi/" - version: "2.0" - -- authors: "Riku Shrike Lindblad" - contact: "shrike@addiktit.net, Shrike on IRCNet/QNet/EFNet/DALNet" - description: "Add a apache page hitcounter to statusbar" - filename: "hitcount.pl" - modified: "2002-03-05 18:19:28" - license: "Free" - name: "hitcount" - version: "1.3" - -- authors: "Riku Voipio" - contact: "riku.voipio@iki.fi" - description: "responds to !hl counterstrike.server command on channels/msgs to query counter-strike servers" - filename: "hl.pl" - modified: "2008-05-17 17:39:11" - license: "GPLv2" - name: "half-life" - url: "http://nchip.ukkosenjyly.mine.nu/irssiscripts/" - version: "1.2" - -- authors: "Veli Mankinen" - contact: "veli@piipiip.net" - description: "Floods the channel about things that are hapening in your hl -server. Also enables you to send rcon commands to the server from channel." - filename: "hlbot.pl" - modified: "2008-05-17 17:39:11" - license: "GPLv2" - modules: "Socket Sys::Hostname IO::Handle" - name: "HL-log/rcon -bot" - url: "http://piipiip.net/" - version: "1.0" - -- authors: "Jean-Yves Lefort" - contact: "jylefort@brutele.be, decadix on IRCNet" - description: "Adds a /HOSTNAME command it will list all IP addresses on all interfaces found on your machine, resolve them, and allow you to choose one easily" - filename: "hostname.pl" - modified: "2002-07-04 13:18:02" - license: "BSD" - modules: "Socket Socket6" - name: "hostname" - url: "http://void.adminz.be/irssi.shtml" - version: "1.01" - -- authors: "Santabutthead" - contact: "starz@antisocial.com" - description: "This controls Music Player Daemon from the familiar irssi interface" - filename: "iMPD.pl" - modified: "2008-05-17 17:39:09" - license: "GPL v2" - modules: "File::Basename" - name: "iMPD" - url: "http://www.musicpd.org" - version: "0.0.0n" - -- authors: "Eric Jansen" - contact: "chaos@sorcery.net" - description: "MD5 NickServ identification script for SorceryNet" - filename: "identify-md5.pl" - modified: "2003-03-01 13:32:30" - license: "GPL" - modules: "Digest::MD5" - name: "identify-md5" - url: "http://xyrion.org/irssi/" - version: "1.05" - -- authors: "Stefan tommie Tomanek" - commands: "idle" - contact: "stefan@pico.ruhr.de" - description: "Retrieves the idletime of any nick" - filename: "idletime.pl" - modified: "2008-05-17 17:39:11" - license: "GPLv2" - name: "idletime" - url: "" - version: "20030208" - -- authors: "Stefan tommie Tomanek" - commands: "idonkey" - contact: "stefan@pico.ruhr.de" - description: "equips Irssi with an interface to mldonkey" - filename: "idonkey.pl" - modified: "2008-05-17 17:39:11" - license: "GPLv2" - modules: "IO::Socket::INET LWP::UserAgent HTML::Entities Data::Dumper" - name: "iDonkey" - version: "2004051601" - -- authors: "Dmitry jsn Kim" - contact: "jason@nichego.net" - description: "script to log ignored messages" - filename: "ignore_log.pl" - modified: "2004-09-10 00:00:00" - license: "GPL" - name: "ignore_log" - url: "http://" - version: "0.1" - -- authors: "Erkki Seppälä" - contact: "flux@inside.org" - description: "Ignore messages from people not on your channels. Now people you msg are added to bypass-list." - filename: "ignoreoc.pl" - modified: "2008-06-16 08:10:45" - license: "Public Domain" - name: "Ignore-OC" - url: "http://www.inside.org/~flux/software/irssi/" - version: "0.6" - -- authors: "apic" - contact: "apic@IRCnet" - description: "script to show ignored message in censored form" - filename: "ignorsula.pl" - modified: "2009-07-26 16:00:03" - license: "public domina, #no typo" - name: "ignorsula" - url: "http://irssi.apic.name/ignorsula.pl" - version: "1.999999999543675475473856-FDIV-final" - -- authors: "Marcus Rueckert" - contact: "darix@irssi.org" - description: "adds a statusbar item which show length of the inputline" - filename: "il.pl" - modified: "2003-01-13 13:17:44" - license: "BSD License or something more liberal" - name: "inputlength" - url: "http://www.irssi.de./" - version: "0.0.5" - -- authors: "Eric Jansen" - contact: "chaos@sorcery.net" - description: "Automatically lookup IMDB-numbers in nicknames" - filename: "imdb.pl" - modified: "2003-03-01 12:39:49" - license: "GPL" - modules: "LWP::UserAgent" - name: "imdb" - url: "http://xyrion.org/irssi/" - version: "1.01" - -- authors: "c0ffee" - contact: "c0ffee@penguin-breeder.org" - description: "Joins channels with non-utf8 non-ascii names." - filename: "intjoin.pl" - modified: "2008-09-21 12:22:24" - license: "Public Domain" - modules: "Text::Iconv" - name: "i18n /join" - url: "http://www.penguin-breeder.org/irssi/" - version: "0.2" - -- authors: "Geert Hauwaerts" - contact: "geert@irssi.org" - description: "This script will join a channel if somebody invites you to it." - filename: "invitejoin.pl" - modified: "2004-04-11 12:38:18" - license: "Public Domain" - name: "invitejoin.pl" - url: "http://irssi.hauwaerts.be/invitejoin.pl" - version: "0.01" - -- authors: "xlony" - contact: "anderfdez@yahoo.es" - description: "Auto /set dcc_own_ip IP on connect." - filename: "ipupdate.pl" - modified: "2006-01-03 18:33:56" - license: "GPL" - modules: "LWP::UserAgent HTTP::Request::Common" - name: "IPupdate" - version: "1.2" - -- authors: "DonRumata" - commands: "none" - contact: "rumata@dragons.ru" - description: "IrcNet.ru Auto Identify - changes nick and send identify command, then sets codepage" - filename: "iraident.pl" - modified: "2008-05-25 15:05:46" - license: "GPLv2" - name: "iraident" - url: "http://rumata.dragons.ru" - version: "0.6.1" - -- authors: "kodgehopper (kodgehopper@netscape.net)" - contact: "kodgehopper@netscape.net" - description: "Chess server for IRC. Allows for multiple 2-player games to be played simultaneously" - filename: "irc_chess.pl" - modified: "2008-05-17 17:39:11" - license: "GNU GPL" - modules: "IO::Socket" - name: "IRC-Chess" - url: "none as yet" - version: "0.1" - -- authors: "Erkki Seppälä" - contact: "flux@inside.org" - description: "Adds words from IRC to your tab-completion list, plus fixes typos" - filename: "irccomplete.pl" - modified: "2002-02-07 22:45:55" - license: "Public Domain" - name: "IRC Completion" - url: "http://xulfad.inside.org/~flux/software/irssi/" - version: "0.1" - -- authors: "Timo cras Sirainen" - contact: "tss@iki.fi" - description: "Show IRC gallery (http://irc-galleria.net, finnish only) information on /WHOIS or /GALLERY" - filename: "ircgallery.pl" - modified: "2002-03-04 22:47:00" - license: "Public Domain" - name: "ircgallery" - url: "http://irssi.org/" - version: "1.13" - -- authors: "BCOW" - contact: "bcow@iki.fi" - description: "Tarkistelee irc-galleria.net:i ja sanoo kun sinulle on uusia viestej." - filename: "ircgmessagenotify.pl" - modified: "2004-01-21 23:55:00" - license: "GPLv2" - modules: "LWP::UserAgent HTTP::Cookies" - name: "ircgmessagenotify" - url: "http://www.verkonpaino.net/" - version: "0.1b" - -- authors: "BC-bd" - contact: "bd@bc-bd.org" - description: "/IRCOPS - Display IrcOps in current channel" - filename: "ircops.pl" - modified: "2008-06-16 10:46:07" - license: "GPL v2" - name: "ircops" - url: "https://bc-bd.org/svn/repos/irssi/trunk/" - version: "0.1" - -- authors: "Stefan tommie Tomanek" - commands: "ircsec" - contact: "stefan@pico.ruhr.de" - description: "secures your conversation" - filename: "ircsec.pl" - modified: "2008-05-25 13:44:01" - license: "GPLv2" - modules: "Crypt::CBC Digest::MD5" - name: "IRCSec" - version: "2008051101" - -- authors: "Julius Michaelis" - contact: "iRRSi@cserv.dyndns.org, # see also: JCaesar on freenode, probably idling in #irssi" - description: "Parses and announces XML/Atom feeds" - filename: "irssi-feed.pl" - modified: "2013-07-12 20:44:55" - license: "GPLv3" - modules: "feature XML::Feed Time::HiRes List::Util IO::Socket::INET Errno Getopt::Long" - name: "iRSSi feed reader" - url: "https://github.com/jcaesar/irssi-feed" - version: "20130209" - -- authors: "legion" - contact: "a.lepore@email.it" - description: "Display the song played by mp3blaster in channels and statusbar. See the top of the file for usage." - filename: "irssiBlaster.pl" - modified: "2003-10-31 12:22:08" - license: "GNU GPLv2 or later" - name: "irssiBlaster" - version: "1.6" - -- authors: "Stefan tommie Tomanek" - commands: "irssiq" - contact: "stefan@pico.ruhr.de" - description: "integrates ICQ instant-messaging into irssi" - filename: "irssiq.pl" - modified: "2008-05-17 17:39:11" - license: "GPLv2" - modules: "Net::vICQ Data::Dumper" - name: "IrssiQ" - version: "2003231101" - -- authors: "mniip" - commands: "isbanned ismuted islisted isreset" - contact: "mniip @ freenode" - description: "freenode-specific script that checks whether someone is banned on some channel" - filename: "isbanned.pl" - modified: "2015-01-13" - modules: "Socket" - license: "Public domain" - name: "isbanned" - version: "0.6.1" - -- authors: "Uli Baumann" - contact: "f-zappa@irc-muenster.de" - description: "Displays incoming ISDN calls" - filename: "isdn.pl" - modified: "2004-06-17 12:49:55" - license: "GPL" - name: "isdn" - version: "0.3" - -- authors: "Johan Ion Kiviniemi" - contact: "ion at hassers.org" - description: "Internet Time statusbar item. See http://www.timeanddate.com/time/internettime.html" - filename: "itime.pl" - modified: "2002-03-12 22:20:00" - license: "Public Domain" - name: "itime" - url: "http://ion.amigafin.org/scripts/" - version: "0.9" - -- authors: "Kristof Korwisi" - contact: "kk@manoli.im-dachgeschoss.de" - description: "/xmms announces which _file_ is currently playing. E.g. Currently playing: Kieran Halpin & Band - Mirror Town.mp3" - filename: "ixmmsa.pl" - modified: "2006-10-27 00:00:00" - license: "GPL" - modules: "Xmms() Xmms::Remote" - name: "iXMMSa" - url: "http://manoli.im-dachgeschoss.de/~kk/" - version: "0.2+1" - -- authors: "Pieter-Bas IJdens" - contact: "irssi-scripts@nospam.mi4.org.uk" - description: "Reports WHOIS information and channel list for those who join a channel" - filename: "joininfo.pl" - modified: "2005-03-10 00:00:00" - license: "GPLv2 or later" - name: "joininfo" - url: "http://pieter-bas.ijdens.com/irssi/" - version: "1.0.0" - -- authors: "Filippo godog Giunchedi" - contact: "filippo@esaurito.net" - description: "Kicks (and bans) people with >= 4 dots in theirs hostname" - filename: "kblamehost.pl" - modified: "2008-05-17 17:39:11" - license: "GNU GPLv2 or later" - name: "kblamehost" - url: "http://esaurito.net" - version: "0.0.1" - -- authors: "Peder Stray" - contact: "peder@ninja.no" - description: "Try to get your nick back when it becomes available." - filename: "keepnick.pl" - modified: "2008-05-17 17:39:11" - license: "GPL" - name: "keepnick" - url: "http://ninja.no/irssi/keepnick.pl" - version: "1.17" - -- authors: "Gerfried Fuchs" - contact: "alfie@channel.debian.de" - description: "autodekennyfies /kenny, adds /kenny, /dekenny. Based on Jan-Pieter Cornets signature version" - filename: "kenny.pl" - modified: "2002-06-13 00:00:00" - license: "BSD" - name: "kenny speech" - url: "http://alfie.ist.org/projects/irssi/scripts/kenny.pl" - version: "2.3.1" - -- authors: "Johan Ion Kiviniemi" - contact: "ion at hassers.org" - description: "Fetches the version(s) of the latest Linux kernel(s)." - filename: "kernel.pl" - modified: "2002-03-12 22:20:00" - license: "Public Domain" - modules: "IO::Socket" - name: "Kernel" - url: "http://ion.amigafin.org/irssi/" - version: "0.9" - -- authors: "Geert Hauwaerts" - contact: "geert@irssi.org" - description: "This script will set the proper keybindings on /AZERTY and /QWERTY." - filename: "keybinds.pl" - modified: "2003-11-04 16:49:20" - license: "Public Domain" - name: "keybindings.pl" - url: "http://irssi.hauwaerts.be/keybindings.pl" - version: "0.01" - -- authors: "c0ffee" - contact: "c0ffee@penguin-breeder.org" - description: "Enhances /k /kb and /kn with some nice options." - filename: "kicks.pl" - modified: "2006-11-14 23:19:19" - license: "Public Domain" - name: "Various kick and ban commands" - url: "http://www.penguin-breeder.org/irssi/" - version: "0.26" - -- authors: "Piotr Cvbge Krukowiecki" - description: "When new send arrives checks if there are old identical sends (ie from the same nick on the same server and with the same filename) and closes them" - filename: "kill_fake_gets.pl" - modified: "2003-02-11 00:00:00" - license: "Public Domain" - name: "kill_fake_gets" - url: "http://pingu.ii.uj.edu.pl/~piotr/irssi/" - version: "1.1" - -- authors: "Timo Sirainen" - description: "Displays kills with more understandable messages" - filename: "kills.pl" - modified: "2002-03-10 23:18:00" - license: "Public Domain" - name: "kills" - version: "1.00" - -- authors: "Geert Hauwaerts" - contact: "geert@irssi.org" - description: "This script shows a warning in the statuswindow if somebody preforms a /KlINE or /UNKLINE." - filename: "kline_warning.pl" - modified: "2003-09-17 23:00:11" - license: "GNU General Public License" - name: "kline_warning.pl" - url: "http://irssi.hauwaerts.be/kline_warning.pl" - version: "1.08" - -- authors: "Mikachu" - contact: "Mikachu @ quakenet|freenode|arcnet|oftc" - description: "A script to show playing xmms song in channel or in a statusbar, and also control xmms. Be sure to read through the script to see all features." - filename: "l33tmusic.pl" - modified: "2008-09-04 21:12:26" - license: "GPL" - modules: "Xmms Xmms::Remote" - name: "l33t xmms music showing script" - version: "2.01" - -- authors: "Simon simmel Lundström" - contact: "simmel@(freenode|quakenet|efnet) http://last.fm/user/darksoy" - description: "A now-playing-script which uses Last.fm" - filename: "lastfm.pl" - modified: "2011-01-25 16:13:55" - license: "BSD" - modules: "Data::Dumper Encode HTML::Entities LWP::UserAgent" - name: "lastfm" - url: "http://soy.se/code/" - version: "5.8" - -- authors: "Sander Smeenk" - contact: "irssi@freshdot.net" - description: "Remembers what people said last on what channels" - filename: "lastspoke.pl" - modified: "2008-05-17 17:39:11" - license: "GNU GPLv2 or later" - name: "lastspoke" - url: "http://irssi.freshdot.net/" - version: "0.2" - -- authors: "Clemens Heidinger" - commands: "len" - contact: "heidinger@dau.pl" - description: "If you try to get a nick with 11 characters but only 9 are allowed, this script will prevent the nickchange. The same for too long topics, kickmsgs, partmsgs and quitmsgs." - filename: "len.pl" - modified: "2006-03-11 19:30:09" - license: "BSD" - name: "len" - version: "1.0.0" - -- authors: "Stefan tommie Tomanek" - commands: "leodict" - contact: "stefan@pico.ruhr.de" - description: "translates via dict.leo.org" - filename: "leodict.pl" - modified: "2008-05-17 17:39:11" - license: "GPLv2" - modules: "LWP::Simple" - name: "leodict" - url: "http://irssi.org/scripts/" - version: "20040515" - -- authors: "Nico R. Wohlgemuth" - commands: "levelclear" - contact: "nico@lifeisabug.com" - description: "Similar to crapbuster.pl but uses irssis internal scrollback levelclear functionality and is able to clear the previous window automatically after having switched to a new one when levelclear_autoclear is set to true." - filename: "levelclear.pl" - modified: "2014-06-15 17:07:00" - license: "WTFPL" - name: "levelclear" - url: "http://scripts.irssi.org/" - version: "1.1" - -- authors: "Jari Matilainen" - contact: "jmn98015@student.mdh.se" - description: "Licq statusbar thingy" - filename: "licq.pl" - modified: "2008-05-17 17:39:11" - license: "Public Domain" - name: "licq" - url: "http://jari.cjb.net,http://irssi.org,http://scripts.irssi.de" - version: "0.5" - -- authors: "Marcin Qrczak Kowalczyk" - contact: "qrczak@knm.org.pl" - description: "Link several channels on serveral networks" - filename: "linkchan.pl" - modified: "2008-05-17 17:39:11" - license: "GNU GPL" - name: "LinkChan" - url: "http://qrnik.knm.org.pl/~qrczak/irssi/linkchan.pl" - version: "1.5" - -- authors: "Csaba Nagy" - contact: "lordpyre@negerno.hu" - description: "A simple mp3 display script that will display what mp3 you are playing in which software (mpg123, xmms, mp3blaster, etc) to your active channel or to a query window." - filename: "listen.pl" - modified: "2002-11-26 19:55:04" - license: "GNU GPLv2 or later" - name: "listen" - version: "0.2" - -- authors: "aki" - contact: "aki@evilbsd.info" - description: "display a loadavg statusbar item using vm.loadavg mib or /proc/loadavg" - filename: "loadavg.pl" - modified: "2008-05-17 17:39:11" - license: "public domain" - name: "loadavg" - version: "0.4" - -- authors: "Stefan tommie Tomanek" - commands: "localize" - contact: "stefan@pico.ruhr.de" - description: "Localizes users using traceroute, the localizer database or IP-Atlas" - filename: "localize.pl" - modified: "2014-11-25 14:20:00" - license: "GPLv2" - modules: "LWP::UserAgent HTML::Entities Data::Dumper Socket" - name: "localize" - url: "" - version: "2014112501" - -- authors: "Peder Stray" - contact: "peder@ninja.no" - description: "convert mirc color and irssi interal formatting to ansi colors, useful for log filtering" - filename: "log2ansi.pl" - modified: "2008-05-22 13:14:17" - license: "GPL" - modules: "Getopt::Long" - name: "log2ansi" - url: "http://ninja.no/irssi/log2ansi" - version: "1.9" - -- authors: "Timo cras Sirainen" - contact: "tss@iki.fi" - description: "compress logfiles then theyre rotated" - filename: "logcompress.pl" - modified: "2002-03-04 22:47:00" - license: "Public Domain" - name: "logcompress" - url: "http://irssi.org/" - version: "0.01" - -- authors: "c0ffee" - contact: "c0ffee@penguin-breeder.org" - description: "Use /ls <regex> to show all nicks (including ident@host) matching regex in the current channel" - filename: "ls.pl" - modified: "2002-09-06 15:36:00" - license: "Public Domain" - name: "List nicks in channel" - url: "http://www.penguin-breeder.org/irssi/" - version: "0.02" - -- authors: "Mika" - contact: "[Mika] @ IRCnet" - description: "Displays users logged on system in current window, simple one" - filename: "lwho.pl" - modified: "2008-05-17 17:39:11" - license: "-" - modules: "Sys::Hostname" - name: "Local who" - url: "-" - version: "0.01a" - -- authors: "Timo Sirainen, Matti Hiljanen, Joost Vunderink, Bart Matthaei" - contact: "tss@iki.fi, matti@hiljanen.com, joost@carnique.nl, bart@dreamflow.nl" - description: "Fully customizable mail counter statusbar item with multiple mailbox and multiple Maildir support" - filename: "mail.pl" - modified: "2008-05-17 17:39:11" - license: "Public Domain" - name: "mail" - url: "http://irssi.org, http://scripts.irssi.de" - version: "2.92" - -- authors: "David Legooolas Gardner" - contact: "irssi@icmfp.com" - description: "Staturbar item which indicates how many new emails you have in the specified IMAP[S] mailbox" - filename: "mailcheck_imap.pl" - modified: "2008-05-17 17:39:09" - license: "GNU GPLv2" - modules: "IO::Socket IO::Socket::SSL" - name: "mailcheck_imap" - url: "http://icmfp.com/irssi" - version: "0.5" - -- authors: "Erkki Seppälä" - contact: "flux@inside.org" - description: "Polls your unix mailbox for new mail" - filename: "mailcheck_mbox_flux.pl" - modified: "2002-03-04 23:25:18" - license: "Public Domain" - name: "Mail Check" - url: "http://xulfad.inside.org/~flux/software/irssi/" - version: "0.1" - -- authors: "Kimmo Lehto" - contact: "kimmo@a-men.org" - description: "POP3 new mail notification and listing of mailbox contents. Use /mail help for instructions. Requires Net::POP3." - filename: "mailcheck_pop3_kimmo.pl" - modified: "2002-04-07 00:10:00" - license: "Public Domain" - modules: "Net::POP3" - name: "Mailcheck-POP3" - version: "0.5" - -- authors: "Marcin Rozycki" - contact: "derwan@irssi.pl" - description: "Adds statusbar item mailcount and displays info about new mails" - filename: "mailcount.pl" - modified: "2003-10-18 14:43:27" - license: "GNU GPL v2" - modules: "IO::File Mail::MboxParser Digest::MD5" - name: "mailcount" - url: "http://derwan.irssi.pl" - version: "1.4.5" - -- authors: "Szymon Sokol" - contact: "szymon@hell.pl" - description: "translates your messages into Morse code, rot13 and other sillinesses." - filename: "mangle.pl" - modified: "2008-05-17 17:39:11" - license: "GPLv2" - modules: "Data::Dumper" - name: "mangle" - url: "http://irssi.org/scripts/" - version: "2004031701" - -- authors: "Petr Baudis" - contact: "pasky@ji.cz" - description: "Generates simple tree of IRC network based on the output of the LINKS command." - filename: "map.pl" - modified: "2008-05-17 17:39:09" - license: "GPLv2, not later" - name: "map" - url: "http://pasky.ji.cz/~pasky/dev/irssi/" - version: "1.2" - -- authors: "Uli Baumann" - contact: "f-zappa@irc-muenster.de" - description: "Disables hilighting for messages containing a lot of nicknames" - filename: "mass_hilight_blocker.pl" - modified: "2004-06-01 13:32:20" - license: "GPL" - name: "mass_hilight_blocker" - version: "0.2" - -- authors: "Kaveh Moini" - contact: "campanastra@gmail.com" - description: "DCC MultiGet, for fetching from XDCC bots" - filename: "mg.pl" - modified: "2009-08-13 21:43:12" - license: "ccBSD, http://creativecommons.org/licenses/BSD/" - modules: "strict" - name: "mg" - version: "20090813" - -- authors: "Leszek Matok, Andrzej Jagodziñski" - contact: "lam@lac.pl" - description: "Simple wordkick system, with extended polish dictionary for channels enforcing correct polish." - filename: "miodek.pl" - modified: "2002-10-03 20:10:00" - license: "GPLv2" - name: "miodek" - version: "1.0.2" - -- authors: "Michael Kowalchuk" - contact: "michael.kowalchuk@gmail.com" - description: "Shows a mIRC-style colour popup when you hit ^C." - filename: "mirc_colour_popup.pl" - modified: "2008-09-26 00:00:00" - license: "Public Domain" - name: "mirc_colour_popup" - version: "1.0" - -- authors: "Marcin Rozycki" - contact: "derwan@irssi.pl" - description: "Masskick, usage: /mkick [-aovdln6 (hostmask)] <[:]reason>" - filename: "mkick.pl" - modified: "2004-10-06 20:58:38" - license: "GNU GPL v2" - name: "mkick" - url: "http://derwan.irssi.pl" - version: "0.9" - -- authors: "Gergely Nagy" - contact: "algernon@bonehunter.rulez.org" - description: "Automatically filters all http:// links through makeashorterlink.com" - filename: "mkshorterlink.pl" - modified: "2002-12-20 00:00:00" - license: "GPL" - modules: "LWP::UserAgent" - name: "makeashorterlink.com interface" - url: "ftp://bonehunter.rulez.org/pub/irssi/mkshorterlink.pl" - version: "0.3" - -- authors: "Carsten Otto" - commands: "mlbw" - contact: "c-otto@gmx.de" - description: "Shows your mldonkeys current down- and upload rate" - filename: "mldonkey_bandwidth.pl" - modified: "2008-05-17 17:39:11" - license: "GPLv2" - modules: "LWP::UserAgent HTTP::Request::Common" - name: "mldonkey bandwidth script" - url: "http://www.c-otto.de" - version: "20030712" - -- authors: "Timo Sirainen" - description: "Channel mode locking" - filename: "mlock.pl" - modified: "2002-03-10 23:18:00" - license: "Public Domain" - name: "mlock" - version: "1.00" - -- authors: "Marcin Rozycki" - contact: "derwan@irssi.pl" - 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)." - filename: "modelist-r.pl" - modified: "2004-11-04 17:56:17" - license: "GNU GPL v2" - name: "modelist-r" - url: "http://derwan.irssi.pl" - version: "0.8.0-rc4" - -- authors: "Marcin Rozycki" - contact: "derwan@irssi.pl" - description: "Cache of invites and ban exceptions in channel. Usage: /si, /se, /unexcept [indexes], /uninvite [indexes]" - filename: "modelist.pl" - modified: "2004-06-05 22:38:59" - license: "GNU GPL v2" - name: "modelist" - url: "http://derwan.irssi.pl" - version: "0.7.2" - -- authors: "Jilles Tjoelker" - contact: "jilles@stack.nl" - description: "Interface to ratbox 2.1+ /monitor command" - filename: "monitor.pl" - modified: "2011-02-16 23:34:22" - license: "BSD (revised)" - name: "monitor" - version: "1.0" - -- authors: "Stefan tommie Tomanek" - contact: "stefan@pico.ruhr.de" - description: "Keeps track of the channel mood" - filename: "mood.pl" - modified: "2008-05-17 17:39:11" - license: "GPLv2" - name: "Mood" - version: "20031207" - -- authors: "Stefan tommie Tomanek" - commands: "morse spell" - contact: "stefan@pico.ruhr.de" - description: "turns your messages into morse or spelling code" - filename: "morse.pl" - modified: "2008-05-17 17:39:11" - license: "GPLv2" - name: "morse" - version: "2004021901" - -- authors: "Wouter Coekaerts" - contact: "wouter@coekaerts.be" - description: "control irssi using mouse clicks and gestures" - filename: "mouse.pl" - modified: "2009-05-16 00:00:00" - license: "GPLv2 or later" - modules: "Math::Trig" - name: "mouse" - url: "http://wouter.coekaerts.be/irssi/" - version: "1.0.0" - -- authors: "Erik Scharwaechter, Tobias Böhm, Mikkel Kroman" - contact: "diozaka@gmx.de, code@aibor.de, mk@maero.dk" - description: "print the song you are listening to" - filename: "mpd.pl" - modified: "2014-08-20 21:53:24" - license: "GPLv2" - modules: "IO::Socket" - name: "mpd" - version: "0.7" - -- authors: "Ricardo Mesquita" - contact: "ricardomesquita@netcabo.pt" - description: "Display current mpg123 track" - filename: "mpg123.pl" - modified: "2006-11-27 18:00:00" - license: "GPLv2" - name: "mpg123" - url: "http://pwp.netcabo.pt/ricardomesquita/irssi" - version: "0.01+1" - -- authors: "Stefan tommie Tomanek" - commands: "multipaste" - contact: "stefan@pico.ruhr.de" - description: "Helps pasting multiple lines to a channel" - filename: "multipaste.pl" - modified: "2008-05-17 17:39:11" - license: "GPLv2" - name: "multipaste" - url: "" - version: "2003120617" - -- authors: "Remco den Breeje" - contact: "stacium or stek (most of the time) @ quakenet.org" - description: "runs arbitrary command instead of system beep, includes flood protection" - filename: "my_beep.pl" - modified: "2008-05-17 17:39:11" - license: "Public Domain" - name: "my_beep" - url: "http://www.xs4all.nl/~stacium/irssi/my_beep.html" - version: "0.9" - -- authors: "Tim Van Wassenhove" - contact: "timvw@users.sourceforge.net" - description: "Query Google" - filename: "mygoogle.pl" - modified: "2004-03-13 01:35:00" - license: "BSD" - modules: "LWP::UserAgent" - name: "mygoogle" - url: "http://home.mysth.be/~timvw" - version: "1.01" - -- authors: "Tim Van Wassenhove" - contact: "timvw@users.sourceforge.net" - description: "Query imdb" - filename: "myimdb.pl" - modified: "2004-03-13 01:43:00" - license: "BSD" - modules: "LWP::UserAgent" - name: "myimdb" - url: "http://home.mysth.be/~timvw" - version: "1.01" - -- authors: "Riku Voipio, lite" - contact: "riku.voipio@iki.fi" - description: "logs urls to mysql database" - filename: "mysqlurllogger.pl" - modified: "2008-05-17 17:39:11" - license: "GPLv2" - modules: "DBI" - name: "myssqlurllogger" - url: "http://nchip.ukkosenjyly.mine.nu/irssiscripts/" - version: "1.0" - -- authors: "BC-bd" - contact: "bd@bc-bd.org" - description: "Adds an item which displays the current network activity. Needs /proc/net/dev." - filename: "nact.pl" - modified: "2008-05-22 09:10:50" - license: "GPL v2 or later" - name: "nact" - url: "https://bc-bd.org/svn/repos/irssi/trunk/" - version: "0.2.6" - -- authors: "Roeland Nieuwenhuis" - contact: "irc@trancer.nl" - description: "Set all windows not bound to a network to a specified network." - filename: "netswitch.pl" - modified: "2013-02-19 22:46:58" - license: "BSD" - modules: "strict Irssi Irssi::Irc" - name: "netswitch" - url: "http://trancer.nl" - version: "1.0.0" - -- authors: "Marcin Rozycki, Mathieu Doidy" - contact: "derwan@irssi.pl" - description: "News reader, usage: /article [-s <server>] [-p <port>] [-P <password> -U <login>] [-l <group> <count>] [-a] [-L <index>] <message-id>" - filename: "news.pl" - modified: "2004-02-06 21:26:57" - license: "GNU GPL v2" - modules: "News::NNTPClient" - name: "news" - url: "http://derwan.irssi.pl" - version: "0.5.9" - -- authors: "Stefan tommie Tomanek" - commands: "newsline" - contact: "stefan@pico.ruhr.de" - description: "brings various newstickers to Irssi (Slashdot, Freshmeat, Heise etc.)" - filename: "newsline.pl" - modified: "2008-05-17 17:39:09" - license: "GPLv2" - modules: "Data::Dumper XML::RSS LWP::UserAgent Unicode::String Text::Wrap" - name: "Newsline" - version: "2003021101" - -- authors: "Roeland Trancer Nieuwenhuis" - contact: "irssi@trancer.nl" - description: "A simple nick banner. If it encounters a nick it bans its host" - filename: "nickban.pl" - modified: "2008-05-17 17:39:09" - license: "Public Domain" - name: "nickban" - version: "1.1" - -- authors: "Timo Sirainen, Ian Peters" - contact: "tss@iki.fi" - description: "assign a different color for each nick" - filename: "nickcolor.pl" - modified: "2014-06-15 19:13" - license: "Public Domain" - name: "Nick Color" - url: "http://irssi.org/" - version: "2" - -- authors: "Kalle rpr Marjola" - contact: "marjola@iki.fi" - description: "Ignores any nick changes when only the case or special characters are modified, like rpr -> Rpr or rpr_ -> rpr, with optional pattern for more complicated ignores" - filename: "nickignore.pl" - modified: "2003-08-26 00:00:00" - license: "Public Domain" - name: "ignore (minimal) nick changes" - url: "http://iki.fi/rpr/irssi/nickignore.pl" - version: "0.03" - -- authors: "Wouter Coekaerts" - contact: "coekie@irssi.org" - description: "draws a nicklist to another terminal, or at the right of your irssi in the same terminal" - filename: "nicklist.pl" - modified: "2004-06-29 00:00:00" - license: "GPLv2" - modules: "IO::Handle Fcntl sys/ioctl.ph" - name: "nicklist" - url: "http://wouter.coekaerts.be/irssi" - version: "0.4.6" - -- authors: "c0ffee" - contact: "c0ffee@penguin-breeder.org" - description: "Perturbates your nick, use /nickmix nick/len where len is the number of chars you want to keep from your orig nick. use /stopmix to stop. Always issue the commands in a window of the server you want to mix in." - filename: "nickmix-c0ffee.pl" - modified: "2008-06-18 00:09:21" - license: "GPLv2, not later" - name: "nickmix-c0ffee" - url: "http://www.penguin-breeder.org/irssi/" - version: "v0.1" - -- authors: "Petr Baudis" - contact: "pasky@ji.cz" - description: "Perturbates given nick (or just a word) in certain way." - filename: "nickmix_pasky.pl" - modified: "2008-05-17 17:39:09" - license: "GPLv2, not later" - name: "nickmix" - url: "http://pasky.ji.cz/~pasky/dev/irssi/" - version: "1.2" - -- authors: "Geert Hauwaerts" - contact: "geert@irssi.org" - description: "This script will authorize you into NickServ." - filename: "nickserv.pl" - modified: "2008-06-06 12:03:04" - license: "GNU General Public License" - name: "nickserv.pl" - url: "http://irssi.hauwaerts.be/nickserv.pl" - version: "1.8" - -- authors: "BC-bd" - contact: "bd@bc-bd.org" - description: "BitchX like Nickcompletion at line start plus statusbar" - filename: "niq.pl" - modified: "2009-08-11 12:35:49" - license: "GPL v2" - name: "niq" - url: "https://bc-bd.org/cgi-bin/gitweb.cgi?p=irssi.gita=summary" - version: "0.5.7" - -- authors: "BC-bd" - contact: "bd@bc-bd.org" - description: "right aligned nicks depending on longest nick" - filename: "nm.pl" - modified: "2010-07-28 23:43:59" - license: "GPL v2" - name: "nm" - url: "http://bc-bd.org/blog/irssi/" - version: "0.3.10" - -- authors: "JamesOff, Ion" - contact: "james@jamesoff.net" - description: "Replaces lines in ALL CAPS with something easier on the eyes" - filename: "nocaps.pl" - modified: "2002-03-22 12:34:38" - license: "Public Domain" - name: "nocaps" - url: "http://www.jamesoff.net" - version: "1.01" - -- authors: "Marcin Rozycki" - contact: "derwan@irssi.pl" - description: "Automatically changes nick (to randnick or uid on ircd 2.11) when certain amount of nick colissions takes place on channel" - filename: "nocollide.pl" - modified: "2004-02-16 10:08:59" - license: "GNU GPL v2" - name: "nocollide" - url: "http://derwan.irssi.pl" - version: "0.2.3" - -- authors: "unknown" - contact: "bd@bc-bd.org" - description: "Prints an info about a newly started Query in your current window and runs a /whois on the nick." - filename: "noisyquery.pl" - modified: "2008-05-17 17:39:11" - license: "GPL v2" - name: "noisyquery" - url: "http://bc-bd.org/software.php3#irssi" - version: "0.1.1" - -- authors: "Adam Wysocki" - contact: "gophi <at> efnet.pl" - description: "Replaces polish national characters with their corresponding letters" - filename: "nopl.pl" - modified: "2005-05-10 16:12:32" - license: "Public Domain" - name: "nopl" - url: "http://www.gophi.rotfl.pl/" - version: "1.00" - -- authors: "Marcin Rozycki" - contact: "derwan@irssi.pl" - description: "stops public repeating" - filename: "norepeat.pl" - modified: "2003-09-09 16:34:44" - license: "GNU GPL v2" - modules: "Digest::MD5" - name: "norepeat" - url: "http://derwan.irssi.pl" - version: "0.5" - -- authors: "vague" - contact: "vague!#irssi@freenode" - description: "Keeps notes on users and displayes the note in /whois output if the host/nick matches" - filename: "notes.pl" - modified: "2011-12-13 22:24:39" - license: "GPL2" - modules: "DBI Data::Dumper DBM::Deep" - name: "notes" - version: "0.31" - -- authors: "Stefan tommie Tomanek" - contact: "stefan@pico.ruhr.de" - description: "Utilizes NoteServ to implement a buddylist" - filename: "noteserve.pl" - modified: "2008-05-17 17:39:11" - license: "GPLv2" - name: "NoteServ" - version: "2002123101" - -- authors: "Ben Klein, based on noticemove by Timo Sirainen" - contact: 'shacklein\@gmail.com' + filename: auth_quakenet.pl + license: 'WTFPL v2 <http://sam.zoy.org/wtfpl/>' + modified: '2014-12-18 06:38' + modules: 'Digest::HMAC Digest::SHA Digest::SHA1 Digest::MD5' + name: auth_quakenet + url: https://nullroute.eu.org/~grawity/irssi.html + version: 1.0 +- + authors: 'Andreas ads Scherbaum' + contact: ads@ufp.de + description: '/WHOIS all the users who send you a private message.' + filename: auto_whois.pl + license: GPL + modified: '2004-02-10 00:00:00' + name: auto_whois + url: http://irssi.org/ + version: 0.9 +- + authors: 'Larry Vizzie Daffner' + contact: vizzie@airmail.net + description: 'Automatically goes away after defined inactivity' + filename: autoaway.pl + license: BSD + modified: '2010-10-19 14:41:15' + name: 'Automagic away setting' + url: http://www.flamingpackets.net/~vizzie/irssi/ + version: 0.3 +- + authors: 'Peder Stray' + contact: peder@ninja.no + description: 'Auto add channels to channel list on join' + filename: autochannel.pl + license: GPL + modified: '2007-09-20 08:58:11' + modules: Data::Dumper + name: autochannel + url: http://ninja.no/irssi/autochannel.pl + version: 1.2 +- + authors: 'Trevor Slocum' + contact: tslocum@gmail.com + description: 'Automatically clears pending input when you are away' + filename: autoclearinput.pl + license: GPLv3 + modified: '2014-05-13 10:35:00' + name: autoclearinput + url: https://github.com/tslocum/irssi-scripts + version: 1.0.1 +- + authors: 'Marcin Rozycki' + contact: derwan@irssi.pl + description: 'Auto regain ops in empty opless channels' + filename: autocycle.pl + license: 'GNU GPL v2' + modified: '2003-01-03 23:20:06' + name: autocycle + url: http://derwan.irssi.pl + version: 0.4 +- + authors: 'David Leadbeater' + contact: dgl@dgl.cx + description: 'does an autolimit for a channel, set variables in the script' + filename: autolimit.pl + license: 'GNU GPLv2 or later' + modified: '2008-05-17 17:39:09' + name: autolimit + url: http://irssi.dgl.cx/ + version: 1.00 +- + authors: 'Timo Sirainen & Jostein Kjønigsen' + description: 'Simple auto-op script' + filename: autoop.pl + license: 'Public Domain' + modified: '2014-10-24 12:55:00' + name: autoop + version: 1.10 +- + authors: 'Toni Salomäki' + contact: Toni@IRCNet + description: 'Auto-op script with dynamic address support and random delay' + filename: autoopper.pl + license: 'GNU GPLv2 or later' + modified: '2008-05-25 14:57:49' + modules: Socket + name: autoopper + url: http://vinku.dyndns.org/irssi_scripts/ + version: 3.7 +- + authors: 'Timo cras Sirainen, Bastian Blank' + contact: 'tss@iki.fi, waldi@debian.org' + description: 'Print realname of everyone who join to channels' + filename: autorealname.pl + license: 'GPLv2 or later' + modified: '2003-01-24 15:40:22' + name: 'auto realname' + url: http://irssi.org/ + version: 0.8.6 +- + authors: 'Timo cras Sirainen, Leszek Matok' + contact: lam@lac.pl + description: 'Automatically rejoin to channel after being kick, after a (short) user-defined delay' + filename: autorejoin.pl + license: GPLv2 + modified: '2002-03-10 14:00:00' + name: autorejoin + version: 1.0.0 +- + authors: 'Paul laaama Raade' + contact: paul@raade.org + description: 'Kickbans or knockouts people who use autorejoin on kick.' + filename: autorejoinpunish.pl + license: BSD + modified: '2002-05-02 22:04:48' + name: 'Autorejoin punisher' + url: http://www.raade.org/~paul/irssi/scripts/ + version: 0.3 +- + authors: 'Terry Lewis' + contact: terry@kryogenic.co.uk + description: 'This script Reminds people to do stuff! :)' + filename: autoreminder.pl + license: GPLv2 + modified: '2008-05-17 17:39:11' + name: 'Auto Reminder' + version: 0.01 +- + authors: Juerd + contact: '#####@juerd.nl' + description: 'Save current servers, channels and windows for autoconnect and autojoin' + filename: autostuff.pl + license: 'Public Domain' + modified: '2010-10-24 14:35:00' + name: autostuff + url: http://juerd.nl/site.plp/irssi + version: 0.02 +- + authors: 'Christian mordeth Weber' + contact: chris@mac.ruhr.de + description: 'Auto-CTCP Verison on every joining nick' + filename: autoversion.pl + license: GPLv2 + modified: '2002-08-21 00:00:00' + name: autoversion + url: '' + version: 0.0.1 +- + authors: aluser + description: autovoice + filename: autovoice.pl + license: GPL + modified: '2008-05-22 01:47:56' + modules: 'Pod::Usage Data::Dumper' + name: autovoice + version: 0.05 +- + authors: 'Timo cras Sirainen' + contact: tss@iki.fi + description: '/WHOIS all the users who send you a private message.' + filename: autowhois.pl + license: 'Public Domain' + modified: '2002-03-04 22:47:00' + name: autowhois + url: http://irssi.org/ + version: 1.1 +- + authors: 'Janne Mikola' + contact: janne@mikola.info + description: '/WHOIS anyone querying you automatically.' + filename: autowhois_simple.pl + license: GPL + modified: '2008-07-14 00:00:00' + name: autowhois_simple + url: http://www.mikola.info + version: 0.1 +- + authors: 'Bitt Faulk' + contact: lxsfx3h02@sneakemail.com + description: 'Automatically wraps long sent messages into multiple shorter sent messages' + filename: autowrap.pl + license: BSD + modified: '2008-05-25 14:51:58' + modules: 'strict Text::Wrap' + name: autowrap + url: none + version: 2007031900 +- + authors: 'Jean-Yves Lefort, Larry Vizzie Daffner, Kees Cook' + contact: 'jylefort@brutele.be, vizzie@airmail.net, kc@outflux.net' + description: 'Away with reason, unaway, and autoaway' + filename: away.pl + license: BSD + modified: '2003-02-25 08:48:56' + name: away + version: 0.23 +- + authors: 'Oskari Okko Ojala' + contact: sorter.irssi-scripts@okko.net + description: 'Write /away information to a file to be used on web pages' + filename: away2web.pl + license: BSD + modified: '2008-05-17 17:39:11' + name: away2web + version: 2003100201 +- + authors: 'Geert Hauwaerts' + contact: geert@irssi.org + description: 'This script will notice your away message to the person who just hilighted you.' + filename: away_hilight_notice.pl + license: 'GNU General Public License' + modified: '2003-12-31 15:37:24' + name: away_hilight_notice.pl + url: http://irssi.hauwaerts.be/away_hilight_notice.pl + version: 0.10 +- + authors: 'Wouter Coekaerts, Koenraad Heijlen' + contact: 'vipie@ulyssis.org, wouter@coekaerts.be' + description: 'A verbose away script, displays a verbose away/back message in the channels you are in. BUT it can limit the channels (not spamming every channel!)' + filename: away_verbose.pl + license: 'GNU GPL version 2' + modified: '2004-01-01 00:00:00' + name: away_verbose + url: http://vipie.studentenweb.org/dev/irssi/ + version: 0.0.7 +- + authors: 'Simon Shine' + contact: http://shine.eu.org/ + description: 'Provides a menubar item with away message' + filename: awaybar.pl + license: 'Public domain' + modified: '2008-05-17 17:39:11' + name: awaybar + version: 0.1.1 +- + authors: 'Marcin Rozycki' + contact: derwan@irssi.pl + description: 'Displays in statusbar number of messages in awaylog' + filename: awaylogcnt.pl + license: 'GNU GPL v2' + modified: '2004-10-27 19:46:28' + name: awalogcnt + url: http://derwan.irssi.pl + version: 0.2 +- + authors: BCOW + contact: anttip@n0-life.com + description: 'Sets nick away when client discconects from the irssi-proxy. If away gathers messages targeted to nick and forwards them to an email address.' + filename: awayproxy.pl + license: GPLv2 + modified: '2008-05-17 17:39:09' + name: awayproxy + url: http://www.n0-life.com + version: 0.2d +- + authors: 'Stefan tommie Tomanek' + commands: babelirc + contact: stefan@pico.ruhr.de + description: 'translates your messages via Babelfish' + filename: babelirc.pl + license: GPLv2 + modified: '2008-05-17 17:39:09' + modules: 'WWW::Babelfish Unicode::String Data::Dumper' + name: babelirc + url: http://irssi.org/scripts/ + version: 2003020801 +- + authors: 'Jan fissie Sembera' + contact: fis@ji.cz + description: 'Configurable badword kickbanning script' + filename: badword.pl + license: 'GPL v2 and any later' + modified: '2008-05-17 17:39:09' + name: badword + url: http://fis.bofh.cz/devel/irssi/ + version: 0.0.3 +- + authors: 'Maciek fahren Freudenheim' + contact: fahren@bochnia.pl + description: '/BAN [channel] [-normal|-host|-user|-domain|-crap|-ip|-class -before|-after cmd nick|mask] ... - bans several nicks/masks on channel, removes any conflicting bans before banning' + filename: ban.pl + license: 'GNU GPLv2 or later' + modified: '2002-11-19 18:11:09' + modules: Socket + name: ban + version: 1.4d +- + authors: 'Riku Voipio' + contact: riku.voipio@iki.fi + description: 'shows bandwidth usage in statusbar' + filename: bandwidth.pl + license: GPLv2 + modified: '2008-05-17 17:39:11' + name: bandwidth + url: http://nchip.ukkosenjyly.mine.nu/irssiscripts/ + version: 1.0 +- + authors: 'David ORourke' + contact: phyber@#irssi + description: 'Print time when ban was set in a nicer way. eg. 23 mins, 40 secs ago.' + filename: bantime.pl + license: GPLv2 + modified: '2004-08-01 02:46:00' + modules: Time::Duration + name: bantime + version: 0.5 +- + authors: 'Jean-Yves Lefort' + contact: 'jylefort@brutele.be, decadix on IRCNet' + description: 'Replaces your terminal bell by a command specified via /set adds a beep_when_not_away setting' + filename: beep.pl + license: BSD + modified: '2002-07-04 13:18:02' + name: beep + url: http://void.adminz.be/irssi.shtml + version: 1.01 +- + authors: 'Georg Lukas' + contact: georg@op-co.de + description: 'runs arbitrary command instead of system beep, includes flood protection' + filename: beep_beep.pl + license: 'Public Domain' + modified: '2008-08-10 21:30:32' + name: beep_beep + url: http://op-co.de/irssi/ + version: 0.10 +- + authors: 'Simon corecode Schubert' + contact: corecode@corecode.ath.cx + description: 'Only beep when you are away' + filename: beepaway.pl + license: BSD + modified: '2008-05-17 17:39:11' + name: beepaway + version: 2003011501 +- + authors: 'Stefan tommie Tomanek' + commands: bestoiber + contact: stefan@pico.ruhr.de + description: 'stoibers your messages' + filename: bestoiber.pl + license: GPLv2 + modified: '2008-05-17 17:39:09' + name: BeStoiber + url: '' + version: 2003020801 +- + authors: '[^BgTA^]' + contact: raul@bgta.net + description: 'Bytes Gallery of the TAilor Script' + filename: bgta.pl + license: 'Public Domain' + modified: '2008-05-17 17:39:11' + modules: 'Net::Google constant LWP LWP LWP LWP LWP' + name: 'BgTA Script' + version: 0.0.1 +- + authors: 'Carl Fischer' + contact: carl.fischer@netcourrier.com + description: 'adds /binary command that converts what you type into 2-base string representation, also decodes other peoples binary automatically' + filename: binary.pl + license: GPLv2 + modified: '2008-05-17 17:39:11' + name: binary + version: 1.2 +- + authors: 'Aaron Toponce, Knut Auvor Grythe' + contact: 'aaron.toponce@gmail.com, irssi@auvor.no' + description: 'Prints the timestamp in binary format' + filename: binary_time.pl + license: GPL + modified: '2008-06-16 10:12:35' + name: binary_time + version: 20060826 +- + authors: 'Tijmen timing Ruizendaal' + contact: tijmen.ruizendaal@gmail.com + description: '/blist <all|online|offline|away> <word>, greps <word> from blist for bitlbee' + filename: bitlbee_blist.pl + license: GPLv2 + modified: '2006-10-27 00:00:00' + name: bitlbee_blist + url: http://the-timing.nl/stuff/irssi-bitlbee + version: 0.4 +- + authors: 'Tijmen timing Ruizendaal' + contact: tijmen.ruizendaal@gmail.com + 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+)' + filename: bitlbee_join_notice.pl + license: GPLv2 + modified: '2010-08-10 00:00:00' + modules: Data::Dumper + name: BitlBee_join_notice + url: http://the-timing.nl/stuff/irssi-bitlbee + version: 1.3 +- + authors: 'Tijmen timing Ruizendaal' + contact: tijmen.ruizendaal@gmail.com + description: 'Shows an IM nickchange in an Irssi way. (in a query and in the bitlbee channel). (For bitlbee 3.0+)' + filename: bitlbee_nick_change.pl + license: GPLv2 + modified: '2010-07-28 00:00:00' + modules: Data::Dumper + name: BitlBee_nick_change + url: http://the-timing.nl/stuff/irssi-bitlbee + version: 1.3 +- + authors: 'Tijmen timing Ruizendaal & Wilmer van der Gaast' + contact: tijmen.ruizendaal@gmail.com + description: 'Intelligent Tab-completion for BitlBee commands.' + filename: bitlbee_tab_completion.pl + license: GPLv2 + modified: '2009-08-11 00:00:00' + name: BitlBee_tab_completion + url: http://the-timing.nl/stuff/irssi-bitlbee + version: 1.3 +- + authors: 'Tijmen timing Ruizendaal' + contact: tijmen.ruizendaal@gmail.com + description: 'Replace Irssis timestamps with those sent by BitlBee' + filename: bitlbee_timestamp.pl + license: GPLv2 + modified: '2010-05-01 00:00:00' + modules: 'Data::Dumper DateTime' + name: bitlbee_timestamp + url: http://the-timing.nl/stuff/irssi-bitlbee + version: 0.5 +- + authors: 'Tijmen timing Ruizendaal, Matt f0rked Sparks' + contact: 'tijmen.ruizendaal@gmail.com, root@f0rked.com' + description: '1. Adds an item to the status bar wich shows [typing] when someone is typing a message on the supported IM-networks2. Sends typing notices to the supported IM networks (the other way arround). (For bitlbee 3.0+)' + filename: bitlbee_typing_notice.pl + license: GPLv2 + modified: '2010-08-09 00:00:00' + modules: Data::Dumper + name: BitlBee_typing_notice + url: 'http://the-timing.nl/stuff/irssi-bitlbee, http://f0rked.com' + version: 1.7.1 +- + authors: iMil,Skid,Foxmask,reiffert + contact: imil@gcu-squad.org,blowjob@reifferscheid.org,#blowtest@freenode + description: 'Crypt IRC communication with blowfish encryption. Supports public #channels, !channels, +channel, querys and dcc chat. Roadmap for Version 1.0.0 is to get some feedback and cleanup. Join #blowtest on freenode (irc.debian.org) to get latest stuff available. Note to users upgrading from versions prior to 0.8.5: The blowjob.keys format has changed.' + filename: blowjob.pl + license: 'GNU GPL' + modified: '2008-05-17 17:39:11' + modules: 'Crypt::CBC Crypt::Blowfish MIME::Base64 Compress::Zlib' + name: blowjob + url: http://ftp.gcu-squad.org/misc/ + version: 0.9.0 +- + authors: 'Daniel K. Gebhart, Marcus Rückert' + contact: 'dkg@con-fuse.org, darix@irssi.org' + description: 'a simple body mass index calculator for depression )' + filename: bmi.pl + license: GPLv2 + modified: '2008-05-17 17:39:09' + name: 'BMI Calculator' + url: http://dkg.con-fuse.org/irssi/scripts/ + version: 2002121801 +- + authors: Juerd + contact: juerd@juerd.nl + description: 'Saves the buffer for /upgrade, so that no information is lost' + filename: buf.pl + license: 'Public Domain' + modified: '2002-05-13 19:41:00' + modules: Data::Dumper + name: 'Scroll buffer restorer' + url: http://juerd.nl/irssi/ + version: 2.13 +- + authors: Juerd + contact: juerd@juerd.nl + description: 'Simple /calc mechanism' + filename: calc.pl + license: 'Public Domain' + modified: '2002-03-19 11:00:00' + name: Calculator + url: http://juerd.nl/irssi/ + version: 1.10 +- + authors: 'Daniel dubkat Reidy' + contact: 'dubkat@dubkat.org (www.dubkat.org)' + description: 'Reformats CallerID (+g) Messages (Also known as Server-Side Ignore) on Hybrid & Ratbox IRCDs (EFnet) to be Easier on the Eyes' + filename: callerid.pl + license: GPL + modified: '2008-05-17 17:39:11' + name: callerid + url: http://scripts.irssi.org/ + version: 1.0 +- + authors: 'Michael Tharp (gxti), Jilles Tjoelker (jilles), Mantas Mikulėnas (grawity)' + commands: sasl + contact: grawity@gmail.com + description: 'Implements SASL authentication (and multi-prefix as free bonus)' + filename: cap_sasl.pl + license: GPLv2 + modified: '2015-01-07 06:03' + modules: 'Crypt::PK::ECC MIME::Base64' + name: cap_sasl + url: https://nullroute.eu.org/~grawity/irssi.html + version: 1.10 +- + authors: ZaMz0n + commands: cddb + contact: zamzon@freakpower.com + description: 'Find CDs by Artist, Disc name or Track name in CDDB.' + filename: cddb.pl + license: Free + modified: '2003-10-29 01:27:00' + modules: LWP::Simple + name: cddb + url: http://www.gracenote.com/music/ + version: 1.21 +- + authors: 'Joost Garion Vunderink' + contact: joost@carnique.nl + description: 'Staturbar item which indicates how many new messages you have in your centericq' + filename: centericq.pl + license: 'Public Domain' + modified: '2008-05-17 17:39:11' + name: centericq + url: 'http://irssi.org, http://scripts.irssi.org' + version: 1.0.0 +- + authors: 'Pieter-Bas IJdens' + contact: irssi-scripts@nospam.mi4.org.uk + description: 'Lists users on the channel matching the specified regexp' + filename: cgrep.pl + license: 'GPLv2 or later' + modified: '2005-03-10 00:00:00' + name: cgrep + url: http://pieter-bas.ijdens.com/irssi/ + version: 1.0.0 +- + authors: 'BC-bd, Veli' + contact: 'bd@bc-bd.org, veli@piipiip.net' + description: 'Adds new powerful and customizable [Act: ...] item (chanelnames,modes,alias). Lets you give alias characters to windows so that you can select those with meta-<char>' + filename: chanact.pl + license: 'GNU GPLv2 or later' + modified: '2010-04-10 21:18:08' + name: chanact + url: https://bc-bd.org/svn/repos/irssi/chanact + version: 0.5.14 +- + authors: 'Joern Wulf Heissler' + contact: wulf@wulf.eu.org + description: 'Notifies the user when some channel limit is reached' + filename: chanfull.pl + license: GPLv2 + modified: '2008-05-17 17:39:09' + name: chanfull + url: '' + version: 2003011700 +- + authors: 'Uwe duden Dudenhoeffer' + contact: script@duden.eu.org + description: 'Notify if Channellimit is reached' + filename: chanfull_duden.pl + license: GPLv2 + modified: '2003-02-08 18:08:54' + name: chanfull + url: '' + version: 0.1 +- + authors: 'Bjoern fuchs Krombholz' + contact: bjkro@gmx.de + description: 'Log maximum number of people ever been in a channel' + filename: chanpeak.pl + license: 'Public Domain' + modified: '2002-06-02 17:00:00' + name: chanpeak + version: 0.2.2 +- + authors: 'Stefan tommie Tomanek' + contact: stefan@pico.ruhr.de + description: 'searches for specific channels' + filename: chansearch.pl + license: GPLv2 + modified: '2008-05-17 17:39:11' + modules: 'LWP::UserAgent Data::Dumper' + name: ChanSearch + url: http://scripts.irssi.org/ + version: 20021019 +- + authors: 'Timo cras Sirainen' + contact: tss@iki.fi + description: '/CHANSHARE - display people who are in more than one channel with you' + filename: chanshare.pl + license: 'Public Domain' + modified: '2002-03-04 22:47:00' + name: 'chan share' + url: http://irssi.org/ + version: 0.3 +- + authors: 'Peder Stray' + contact: peder@ninja.no + description: 'Sort all channel and query windows' + filename: chansort.pl + license: GPL + modified: '2008-05-17 17:39:09' + name: chansort + url: http://ninja.no/irssi/chansort.pl + version: 1.4 +- + authors: 'Uwe duden Dudenhoeffer' + commands: chansync + contact: script@duden.eu.org + description: '/who a channel and optionaly executes a command' + filename: chansync.pl + license: GPLv2 + modified: '2003-02-09 18:27:51' + name: chansync + url: '' + version: 0.22 +- + authors: 'Jakub Jankowski' + contact: shasta@atn.pl + description: 'Simulates BitchXs /CHOPS and /NOPS commands.' + filename: chops.pl + license: 'GNU GPLv2 or later' + modified: '2008-05-17 17:39:11' + name: chops + url: http://irssi.atn.pl/ + version: 20020223 +- + authors: 'Jørgen Tjernø' + contact: darkthorne@samsen.com + description: 'Simple script that removes colors and other formatting (bold, etc) from public channels' + filename: cleanpublic.pl + license: GPL + modified: '2003-09-24 13:17:15' + name: CleanPublic + url: http://mental.mine.nu + version: 0.3 +- + authors: 'Dominic Battre' + contact: dominic@battre.de + description: 'Better quoting of content from clipboard (without leading spaces) -- requires Perl/Tk' + filename: clipboard.pl + license: 'Public Domain' + modified: '2002-12-06 23:23:31' + modules: Tk + name: 'Quoting from X clipboard' + url: http://www.battre.de + version: 1.2 +- + authors: 'Rick (strlen) Jansen' + contact: strlen@shellz.nl + description: 'Parses OperServ notices to make autokill aliases from clonewarnings' + filename: cloneprot.pl + license: GPL/1 + modified: '2002-03-13 20:26:46' + name: cloneprot + url: http://www.shellz.nl/ + version: 1.11 +- + authors: 'From irssi source, modified by David Leadbeater (dg)' + description: '/CLONES - Display clones in the active channel (with added options)' + filename: clones.pl + license: 'Same as Irssi' + modified: '2008-05-17 17:39:09' + name: clones + url: http://irssi.dgl.cx/ + version: 2.01 +- + authors: 'Pablo Martín Báez Echevarría' + contact: pab_24n@outlook.com + description: 'when a nick joins #channel, notifies you if there is (or there has been) someone in #channel with the same hostname' + filename: clones_scanner.pl + license: 'Public domain' + modified: '2014-12-20 22:30:25' + name: clones_scannner + url: http://reirssi.wordpress.com + version: 1.6 +- + authors: 'Gabor Nyeki' + contact: bigmac@vim.hu + description: 'kicking users for using colors or blinks' + filename: colorkick.pl + license: 'public domain' + modified: '2004-01-02 03:43:10' + name: colorkick +- + authors: 'Timo cras Sirainen' + contact: tss@iki.fi + description: 'Swap between green and white format for public messages. I think this helps readability. Assumes you havent changed message formats.' + filename: colorswap.pl + license: 'Public Domain' + modified: '2002-03-04 22:47:00' + name: colorswap + url: http://irssi.org/ + version: 0.1 +- + authors: Daenyth + contact: 'Daenyth /at/ gmail /dot/ com' + description: 'When using tab completion on an empty input buffer, complete to the nick of the person who spoke most recently.' + filename: complete_lastspoke.pl + license: GPL2 + modified: '2008-12-07 19:07:31' + name: 'Complete Last-Spoke' + version: 2.1 +- + authors: 'Ian Peters' + contact: itp@ximian.com + description: 'run arbitrary shell commands while [dis]connecting to a server' + filename: connectcmd.pl + license: 'Public Domain' + modified: '2002-03-10 17:08:03' + name: 'Connect Command' + url: http://irssi.org/ + version: 0.1 +- + authors: 'Mikko Quidz Salmi' + contact: mikko@quidz.net + description: 'adds public channel command for counting down something' + filename: countdown.pl + license: 'Public Domain' + modified: '2002-08-08 12:06:46' + modules: Time::Local + name: countdown + version: 1.0 +- + authors: 'Timo Sirainen' + contact: tss@iki.fi + description: 'Print the country name in /WHOIS replies' + filename: country.pl + license: 'Public Domain' + modified: '2002-10-28 00:29:26' + name: country + version: 1.0.1 +- + authors: 'Tomasz Poradowski' + contact: batonik@irc.pl + description: 'Kicks people using cp1250 charset' + filename: cp1250_kick.pl + license: GPL + modified: '2002-09-28 12:58:26' + name: cp1250_kick + version: 1.3 +- + authors: 'Stefan tommie Tomanek' + commands: crapbuster + contact: stefan@pico.ruhr.de + description: 'Removes CRAP or CLIENTCRAP messages from your buffer' + filename: crapbuster.pl + license: GPLv2 + modified: '2008-05-17 17:39:09' + name: CRAPbuster + version: 2003020801 +- + authors: 'Piotr Krukowiecki' + contact: 'piotr at/ krukowiecki /dot net' + description: 'cron implementation, allows to execute commands at given interval/time' + filename: cron.pl + license: 'GNU GPLv2' + modified: '2004-12-12 00:00:00' + name: 'cron aka jobs' + url: http://www.krukowiecki.net/code/irssi/ + version: 0.11 +- + authors: 'Maciek fahren Freudenheim' + contact: fahren@bochnia.pl + description: 'Usage: /CWHO [-a | -l | -o | -v ] [ mask ]' + filename: cwho.pl + license: 'GNU GPLv2 or later' + modified: '2002-05-06 14:02:25' + name: 'Cached WHO' + version: 1.1 +- + authors: 'Geert Hauwaerts' + contact: geert@irssi.org + description: 'This script will fix the Irssi problem with channel forwarding on the Dancer ircd.' + filename: dancer_forwardfix.pl + license: 'Public Domain' + modified: '2004-05-09 01:19:25' + name: dancer_forwardfix.pl + url: http://irssi.hauwaerts.be/dancer_forwardfix.pl + version: 0.03 +- + authors: 'Geert Hauwaerts' + contact: geert@irssi.org + description: 'This script hides the 477 numerics from the dancer IRCd.' + filename: dancer_hide_477.pl + license: 'GNU General Public License' + modified: '2004-03-12 19:46:24' + name: dancer_hide_477.pl + url: http://irssi.hauwaerts.be/dancer_hide_477.pl + version: 0.01 +- + authors: 'Clemens Heidinger' + commands: dau + contact: heidinger@dau.pl + description: 'write like an idiot' + filename: dau.pl + license: BSD + modified: '2008-02-03 16:27:25' + modules: 'File::Basename File::Path IPC::Open3 Tie::File Encode' + name: DAU + url: http://dau.pl/ + version: 2.4.3 +- + authors: ak5 + contact: meister@hq.kroenk.remove-this-because-of-spam.de + description: 'This script sets dcc_own_ip when starting a DCC send or chat. set dcc_ip_interface to your external interface, f.e. ppp0. If you are connecting though a router, set it to router' + filename: dcc_ip.pl + license: 'Public Domain' + modified: '2004-06-26 22:27:08' + name: dcc_ip + url: http://hq.kroenk.de/?gnu/irssi + version: 0.5 +- + authors: 'Peder Stray' + contact: peder@ninja.no + description: 'Move completed dcc gets to the subfolder done' + filename: dccmove.pl + license: GPL + modified: '2008-05-22 13:14:17' + name: dccmove + url: http://ninja.no/irssi/dccmove.pl + version: 1.4 +- + authors: 'David Leadbeater' + contact: dgl@dgl.cx + description: '/dccself ip port, starts a dcc chat with yourself on that host/port, best used with /set dcc_autochat_masks.' + filename: dccself.pl + license: GPL + modified: '2008-05-17 17:39:11' + name: dccself +- + authors: 'Matti qvr Hiljanen' + contact: matti@hiljanen.com + description: 'Shows verbose or short information of dcc send/gets on statusbar (speed, size, eta etc.)' + filename: dccstat.pl + license: 'GPL, Version 2' + modified: '2008-05-17 17:39:11' + name: dccstat + url: http://matin.maapallo.org/softa/irssi + version: 1.52 +- + authors: 'Jakub Jankowski' + contact: shasta@atn.pl + description: 'Allows your client to automatically set desired chanmode upon a join to an empty channel.' + filename: defaultchanmode.pl + license: 'GNU GPLv2 or later' + modified: '2008-05-17 17:39:11' + name: 'Default Chanmode' + url: http://irssi.atn.pl/ + version: 1.1 +- + authors: 'Joost Vunderink (Garion)' + contact: joost@vunderink.net + description: 'Prevents all kinds of junk from showing up' + filename: dejunk.pl + license: 'Public Domain' + modified: '2013-10-09 23:19:48' + modules: Data::Dumper + name: Dejunk + url: http://www.garion.org/irssi/ + version: 1.0 +- + authors: 'Benjamin Reed' + contact: ranger@befunk.com + description: 'Logs URLs and posts them to del.icio.us' + filename: deliciousurl.pl + license: GPLv2 + modified: '2008-05-23 20:13:44' + modules: 'IO::Handle Net::Delicious URI::Find::Rule Log::Dispatch Log::Dispatch::File' + name: deliciousurl + url: http://ranger.befunk.com/ + version: 0.5 +- + authors: 'Jochem Meyers' + contact: jochem.meyers@gmail.com + description: 'Adds an item which displays the current disk usage.' + filename: df.pl + license: 'GPL v2 or later' + modified: '2008-05-17 17:39:11' + name: df + url: http://kaede.kicks-ass.net/irssi.html + version: 0.1.0 +- + authors: 'Marcel Kossin' + contact: mkossin@enumerator.org + description: 'A Dice Simulator for Roleplaying in Channels or just for fun.' + filename: dice.pl + license: 'GNU GPL Version 2 or later' + modified: '2008-05-17 17:39:09' + modules: IO::File + name: dice + url: http://www.enumerator.org/component/option,com_docman/task,view_category/Itemid,34/subcat,7/ + version: 0.00.04 +- + authors: 'Marcell Kossin, Makaze' + contact: izaya.orihara@gmail.com + description: 'A concise dice simulator for channels.' + filename: dice_concise.pl + license: 'GNU GPL Version 2 or later' + modified: '2014-03-28 21:15:23' + modules: Scalar::Util + name: dice_concise + url: https://github.com/Makaze/ + version: 0.1.5 +- + authors: 'Juerd (first version: Timo Sirainen)' + contact: juerd@juerd.nl + description: 'Caching dictionary based tab completion' + filename: dictcomplete.pl + license: 'Public Domain' + modified: '2002-12-06 11:12:00' + name: 'Dictionary complete' + url: http://juerd.nl/irssi/ + version: 1.31 +- + authors: 'Sebastian yath Schmidt' + contact: yathen@web.de + description: 'This scripts sends unknown commands to the server' + filename: dispatch.pl + license: 'GNU GPLv2' + modified: '2002-03-05 14:55:29' + name: 'Command dispatcher' + version: 0.0.2 +- + authors: 'Timo cras Sirainen' + contact: tss@iki.fi + description: '/DNS <nick>|<host>|<ip> ...' + filename: dns.pl + license: 'Public Domain' + modified: '2002-03-04 22:47:00' + modules: Socket + name: dns + url: http://irssi.org/ + version: 2.1.1 +- + authors: 'Pieter-Bas IJdens' + contact: irssi-scripts@nospam.mi4.org.uk + description: 'Checks for DNS Spam on JOIN' + filename: dnsspam.pl + license: 'GPLv2 or later' + modified: '2005-03-10 00:00:00' + modules: spamcalc::SpamCalc + name: dnsspam + url: http://pieter-bas.ijdens.com/irssi/ + version: 1.0.0 +- + authors: FoxMaSk + contact: foxmask@phpfr.org + description: 'manage tips url help in a doc file in the keyword=definition form' + filename: doc.pl + license: 'GNU GPL' + modified: '2008-05-17 17:39:11' + name: doc + url: http://team.gcu-squad.org/~odemah/ + version: 0.0.3 +- + authors: 'Karl Siegemund' + contact: 'q [at] spuk.de' + description: 'Filters msgs which appear the same on different channels.' + filename: doublefilter.pl + license: GPLv2 + modified: '2005-04-22 09:50:00' + modules: Data::Dumper + name: doublefilter + version: 0.3 +- + authors: 'Bitt Faulk' + contact: lxsfx3h02@sneakemail.com + description: 'Put a nick list in a statusbar' + filename: dr_who.pl + license: BSD + modified: '2005-01-17 00:00:00' + modules: 'strict Irssi::TextUI' + name: dr_who + url: http://beaglebros.com + version: 1.0 +- + authors: 'Espen Holm Nilsen' + contact: holm@blackedge.org + description: 'Print the real IP address of efnet.org clients when they join/part channels, and whois.' + filename: efnetorg.pl + license: 'GPLv2 or later' + modified: '2008-05-25 14:59:13' + name: efnetorg + url: http://www.holmnilsen.com/ + version: 1.2 +- + authors: 'Ilya Cassina' + contact: icassina@gmail.com + description: 'This script allow advanced parametrization of the /list command. Accepted parameters are -minusers <#users> and -maxusers <#users>. ' + filename: elist.pl + license: GPLv2 + modified: '2008-05-25 14:42:28' + modules: Getopt::Long + name: 'Enanched LIST' + version: 1.0 +- + authors: 'Johan Ion Kiviniemi' + contact: 'ion at hassers.org' + description: 'Answers to /msgs using Chatbot::Eliza when youre away.' + filename: eliza.pl + license: 'Public Domain' + modified: '2002-03-14 05:29:00' + modules: Chatbot::Eliza + name: Eliza + url: http://ion.amigafin.org/scripts/ + version: 1.0 +- + authors: 'Adam James' + contact: atj@pulsewidth.org.uk + description: 'Emails you private messages sent while youre away. Useful in combination with screen_away. Requires Email::Sender.' + filename: email_privmsgs.pl + license: MIT + modified: '2010-06-04 22:08:32' + modules: 'Email::Sender::Simple Email::Simple Email::Simple::Creator' + name: email_privmsgs + url: http://git.pulsewidth.org.uk/?p=irssi-scripts.gita=summary + version: 0.5 +- + authors: PrincessLeia2 + contact: lyz@princessleia.com + description: 'a script for accessing an email mysql database through irc' + filename: emaildb1.0.pl + license: 'GNU GPL v2 or later' + modified: '2008-05-22 01:21:28' + modules: DBI + name: emaildb + url: http://www.princessleia.com/ + version: 1.0 +- + authors: 'Ilkka Pale' + contact: ilkka.pale@gmail.com + description: 'Outputs various unicode emoticons.' + filename: emo.pl + license: 'Public Domain' + modified: '2014-06-12 19:06:00' + name: emo + version: 0.0.1 +- + authors: 'Taneli Kaivola' + contact: dist@sci.fi + description: 'Expand event mode and emit event mode {channel,user,server} *' + filename: events.pl + license: GPLv2 + modified: '2002-05-20 04:04:47' + name: 'Extended events' + url: http://scripts.irssi.de + version: 1.0 +- + authors: 'Jean-Yves Lefort' + contact: 'jylefort@brutele.be, decadix on IRCNet' + description: 'Adds a setting to automatically terminate a process whose parent window has been closed' + filename: exec_clean.pl + license: BSD + modified: '2002-07-04 13:18:02' + modules: Irssi::UI + name: exec-clean + url: http://void.adminz.be/irssi.shtml + version: 1.01 +- + authors: CrazyCat + contact: crazycat@c-p-f.org + description: 'Extended Away & Back programm' + filename: extaway.pl + license: 'GNU GPLv2 or later' + modified: '2005-01-12 03:04:01' + name: ExtAway + version: 1.0 +- + authors: 'Geert Hauwaerts' + contact: geert@irssi.org + description: 'This script sends fake ctcp replies to a client using a fake ctcp list.' + filename: fakectcp.pl + license: 'GNU General Public License' + modified: '2003-09-17 23:00:11' + name: fakectcp.pl + url: http://irssi.hauwaerts.be/default.pl + version: 1.03 +- + authors: 'Stefan Jakobs' + commands: fcountry + contact: stefan.jakobs@rus.uni-stuttgart.de + description: 'Print the country name in /WHOIS replies' + filename: fcountry.pl + license: GPLv2 + modified: '2008-05-11 20:20:00' + modules: 'IP::Country::Fast Geography::Countries' + name: fast_country + version: 1.0.0 +- + authors: Juerd + contact: juerd@juerd.nl + description: 'Safe figlet implementation (with color support!)' + filename: figlet.pl + license: 'Public Domain' + modified: '2002-03-10 14:46:00' + modules: IPC::Open3 + name: Figlet + url: http://juerd.nl/irssi/ + version: 1.14 +- + authors: 'David Leadbeater' + description: 'A command to output content of files in various ways' + filename: file.pl + license: 'GNU GPLv2 or later' + modified: '2008-05-17 17:39:09' + name: file.pl + url: http://irssi.dgl.cx/ + version: 1.0 +- + authors: 'Erkki Seppälä' + contact: flux@inside.org + description: 'Finds a nick by real name, if hes on a channel with you.' + filename: find.pl + license: 'Public Domain' + modified: '2002-03-04 23:25:18' + name: Find + url: http://xulfad.inside.org/~flux/software/irssi/ + version: 0.2 +- + authors: 'Thomas Karlsson' + contact: findbot@planet.eu.org + description: 'Public command @find script' + filename: findbot.pl + license: GPL + modified: '2008-05-17 17:39:11' + name: Findbot + url: http://hem.passagen.se/thka2315/ + version: 1.57 +- + authors: 'Piotr Krukowiecki' + contact: 'piotr //at// krukowiecki //dot// net' + description: 'fserve leecher - helps you download files from file servers' + filename: fleech.pl + license: 'GNU GPL v2' + modified: '2008-05-25 15:09:31' + name: fleech + url: http://www.krukowiecki.net/code/irssi/ + version: 0.0.2i +- + 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.' + filename: fnotify.pl + license: 'GNU General Public License' + modified: '2014-11-25 21:02' + name: fnotify + url: 'http://www.leemhuis.info/files/fnotify/fnotify https://ttboj.wordpress.com/' + version: 0.0.5 +- + authors: Juerd + contact: juerd@juerd.nl + description: 'Automatically switch to active windows' + filename: follow.pl + license: 'Public Domain' + modified: '2002-03-19 11:00:00' + name: Follower + url: http://juerd.nl/irssi/ + version: 1.10 +- + authors: 'Juerd, Shiar' + contact: 'juerd@juerd.nl, shiar@shiar.org' + description: 'Rot n+i encryption and decryption' + filename: foo.pl + license: 'Public Domain' + modified: '2003-01-21 01:40:00' + name: 'UeberRot encryption' + url: http://juerd.nl/site.plp/irssi + version: 3.00 +- + authors: 'David Leadbeater' + contact: dgl@dgl.cx + description: 'Extends the /foreach command to have /foreach user (users in a channel). Syntax: /foreach user [hostmask] command.' + filename: foreach_user.pl + license: 'GNU GPLv2 or later' + modified: '2008-05-17 17:39:11' + name: 'foreach user' + url: http://irssi.dgl.cx/ + version: 1.0 +- + authors: 'ResDev (Ben Reser)' + contact: ben@reser.org + description: 'Formats msgs and notices when the identify-msg and/or identify-ctcp capability is available.' + filename: format_identify.pl + license: GPL2 + modified: '2014-04-09 00:18:24' + name: format_identify + url: http://ben.reser.org/irssi/ + version: 1.5-dev-coekie +- + authors: 'Ivo Marino' + contact: eim@cpan.rg + description: 'Send a random fortune cookie to an user in channel.' + filename: fortune.pl + license: 'Public Domain' + modified: '2008-05-17 17:39:09' + name: fortune + version: 1.3 +- + authors: 'Stefan tommie Tomanek' + commands: forward + contact: stefan@pico.ruhr.de + description: 'forward incoming messages to another nick' + filename: forward.pl + license: GPLv2 + modified: '2008-05-17 17:39:09' + name: Forward + url: http://irssi.org/scripts/ + version: 2003071904 +- + authors: 'Geert Hauwaerts' + contact: geert@irssi.org + description: 'This script will filter some Freenode IRCD (Dancer) servernotices.' + filename: freenode_filter.pl + license: 'GNU General Public License' + modified: '2003-09-17 23:00:11' + name: default.pl + url: http://irssi.hauwaerts.be/freenode_filter.pl + version: 0.06 +- + authors: 'Peder Stray' + contact: peder@ninja.no + description: 'Basicly an autoop script with a nice interface and nick coloring )' + filename: friends_peder.pl + license: GPL + modified: '2008-05-17 17:39:09' + modules: Data::Dumper + name: friends + url: http://ninja.no/irssi/friends.pl + version: 1.34 +- + authors: 'Jakub Jankowski' + contact: shasta@toxcorp.com + description: 'Maintains list of people you know.' + filename: friends_shasta.pl + license: 'GNU GPLv2 or later' + modified: '2003-10-09 22:12:43' + name: Friends + url: http://toxcorp.com/irc/irssi/friends/ + version: 2.4.9 +- + authors: 'Pablo Martín Báez Echevarría' + contact: pab_24n@outlook.com + description: 'define a permanent text formatting (bold, underline, etc.) for outgoing messages' + filename: frm_outgmsgs.pl + license: 'Public Domain' + modified: 2014-10-16 + name: frm_outgmsgs + version: 1.1 +- + authors: 'Piotr Krukowiecki & others' + contact: 'piotr at pingu.ii.uj.edu.pl' + description: 'File server for irssi' + filename: fserve.pl + license: 'GPL v2' + modified: '2008-05-17 17:39:11' + name: FServe + url: http://pingu.ii.uj.edu.pl/~piotr/irssi + version: 2.0.0 +- + authors: 'Geert Hauwaerts' + contact: geert@irssi.org + description: 'Simulates the BitchX /FUCKEM command. Deop/Dehalfop everyone on the channel including you.' + filename: fuckem.pl + license: 'GNU General Public License' + modified: '2003-09-17 23:00:11' + name: fuckem.pl + url: http://irssi.hauwaerts.be/fuckem.pl + version: 0.05 +- + authors: 'Maciek fahren Freudenheim' + contact: fahren@bochnia.pl + description: 'Automatically request op from random opped person with specifed command from list after joining channel' + filename: getop.pl + license: 'GNU GPLv2 or later' + modified: '2003-01-10 03:54:07' + name: GetOP + version: 0.9b +- + authors: PrincessLeia2 + contact: lyz@princessleia.com + description: 'a bot script, using ! followed by anything the script will say (as an action): gets nickname anything' + filename: gimmie.pl + license: 'GNU GPL v2 or later' + modified: '2008-05-22 01:21:39' + name: gimmie + url: http://www.princessleia.com/ + version: 1.0 +- + authors: nohar + contact: nohar@freenode + description: 'Implements /go command that activates a window given a name/partial name. It features a nice completion.' + filename: go.pl + license: 'GPLv2 or later' + modified: '2014-10-19 00:00:00' + name: 'go to window' + version: 1.01 +- + authors: cxreg + contact: cxreg@pobox.com + description: 'Switch to the window with the given name or item' + filename: go2.pl + license: 'Public Domain' + modified: '2014-05-27 21:08:34' + name: go2 + url: http://genericorp.net/~count/irssi/go + version: 1.0 +- + authors: 'Oddbjørn Kvalsund' + contact: oddbjorn.kvalsund@hiof.no + description: 'This script queries google.com and returns the results.' + filename: google.pl + license: 'Public Domain' + modified: '2008-05-17 17:39:09' + modules: LWP::UserAgent + name: Google + version: 1.00 +- + authors: 'original idea by valvoline, irssi porting by pallotron' + contact: pallotron@freaknet.org + description: 'Have gpg-based trusting features in your irssi client!' + filename: gpgvalidator.pl + license: 'GPL v2' + modified: '2008-05-17 17:39:11' + name: 'gpgvalidator v. 0.1.2' + url: http://www.freaknet.org/~pallotron + version: 0.1.2 +- + authors: "David O'Rourke, Nico R. Wohlgemuth" + changed: 2012-09-14 + contact: nico@lifeisabug.com + description: 'Hide the stupid "greet messages" posted by some bots after someone joins a channel.' + filename: greetignore.pl + license: GPLv2 + modified: '2014-09-07 12:10' + name: greetignore + version: 1.1 +- + authors: 'Timo cras Sirainen, Wouter Coekaerts' + contact: 'tss@iki.fi, wouter@coekaerts.be' + description: '/GREP [-i] [-w] [-v] [-F] <perl-regexp> <command to run>' + filename: grep.pl + license: 'Public Domain' + modified: '2008-01-13 00:00:00' + modules: Text::ParseWords + name: grep + url: http://wouter.coekaerts.be/irssi/ + version: 2.1 +- + authors: mistr + contact: mistr@sensewave.com + description: '/gsi <phone nr> checks number via http://gulesider.no. Norwegian 8-digit numbers only. Nice if you have caller-ID and are as paranoid as me.' + filename: gsi.pl + license: 'Public Domain' + modified: '2008-05-17 17:39:11' + modules: 'LWP::UserAgent URI::Heuristic' + name: gsi + url: http://irssi.org/scripts + version: 220904-04:30:00 +- + authors: 'Sven Ulland' + commands: gtrans + contact: svensven@gmail.com + description: 'Translation via the Google Language API' + filename: gtrans.pl + license: GPLv2 + modified: '2008-10-07 18:49:55' + modules: 'Data::Dumper WebService::Google::Language' + name: GTrans + url: http://scripts.irssi.org/ + version: 0.0.1 +- + authors: Juerd + contact: juerd@juerd.nl + description: 'Adds the uppercased version of the tab completes' + filename: guts.pl + license: 'Public Domain' + modified: '2002-05-18 21:40:00' + name: 'German Uppercased Tab Stuff' + url: http://juerd.nl/irssi/ + version: 1.00 +- + authors: 'Valentin Batz' + contact: vb@g-23.org + description: 'adds a statusbar item which shows temperatures of harddisks (with multiple hddtemp-hosts support)' + filename: hddtemp.pl + license: GPLv2 + modified: '2004-06-21 00:00:00' + modules: IO::Socket::INET + name: hddtemp + url: http://hurzelgnom.bei.t-online.de/irssi/scripts/hddtemp.pl + version: 0.14 +- + authors: Cybertinus + contact: cybertinus@cybertinus.nl + description: 'This script allows you to greet the channel Youre joining with the command /hello. The text it shows depends on the time youre living.' + filename: hello.pl + license: GPL2 + modified: '2005-05-25 13:42:00' + name: Greeter + version: 1.00 +- + authors: 'Marcus Rueckert' + contact: darix@irssi.de + description: 'a little interface to irssis activity_hide_* settings' + filename: hide.pl + license: 'Public Domain' + modified: '2002-07-21 06:53:21' + name: 'hide tools' + url: http://scripts.irssi.de/ + version: 0.0.7 +- + authors: JamesOff + contact: james@jamesoff.net + description: 'Stops eggdrop passwords showing up' + filename: hideauth.pl + license: 'Public Domain' + modified: '2002-06-04 20:56:00' + name: hideauth + url: http://www.jamesoff.net + version: 1.01 +- + authors: Mantis + contact: mantis@inta-link.com + description: 'shows events happening in all channels you are in that may concern you' + filename: highlite.pl + license: 'GNU GPL v2' + modified: '2003-01-03 00:00:00' + name: highlite + url: http://www.inta-link.com/ + version: 1.0 +- + authors: 'Geert Hauwaerts' + contact: geert@irssi.org + description: 'This script will add the HIGNORE command, if you use this command in a query it will ignore the host.' + filename: hignore.pl + license: 'Public Domain' + modified: '2003-09-17 23:51:38' + name: hignore.pl + url: http://irssi.hauwaerts.be/hignore.pl + version: 0.02 +- + authors: 'Timo cras Sirainen, Mark znx Sangster' + contact: 'tss@iki.fi, znxster@gmail.com' + description: 'Print hilighted messages to window named hilight' + filename: hilightwin.pl + license: 'Public Domain' + modified: '2008-05-25 18:59:57' + name: hilightwin + url: http://irssi.org/ + version: 0.02 +- + authors: 'John Morrissey' + contact: jwm@horde.net + description: 'Translate nicks to HipChat mention names' + filename: hipchat_complete.pl + license: BSD + modified: '2014-02-08 15:15:24' + modules: 'HTTP::Request JSON LWP::UserAgent' + name: hipchat_complete + version: 1.0 +- + authors: 'Wouter Coekaerts' + contact: coekie@irssi.org + description: 'Search within your typed history as you type (like ctrl-R in bash)' + filename: history_search.pl + license: 'GPLv2 or later' + modified: '2009-01-17 00:00:00' + name: history_search + url: http://wouter.coekaerts.be/irssi/ + version: 2.0 +- + authors: 'Riku Shrike Lindblad' + contact: 'shrike@addiktit.net, Shrike on IRCNet/QNet/EFNet/DALNet' + description: 'Add a apache page hitcounter to statusbar' + filename: hitcount.pl + license: Free + modified: '2002-03-05 18:19:28' + name: hitcount + version: 1.3 +- + authors: 'Riku Voipio' + contact: riku.voipio@iki.fi + description: 'responds to !hl counterstrike.server command on channels/msgs to query counter-strike servers' + filename: hl.pl + license: GPLv2 + modified: '2008-05-17 17:39:11' + name: half-life + url: http://nchip.ukkosenjyly.mine.nu/irssiscripts/ + version: 1.2 +- + authors: 'Veli Mankinen' + contact: veli@piipiip.net + description: 'Floods the channel about things that are hapening in your hl -server. Also enables you to send rcon commands to the server from channel.' + filename: hlbot.pl + license: GPLv2 + modified: '2008-05-17 17:39:11' + modules: 'Socket Sys::Hostname IO::Handle' + name: 'HL-log/rcon -bot' + url: http://piipiip.net/ + version: 1.0 +- + authors: 'Jean-Yves Lefort' + contact: 'jylefort@brutele.be, decadix on IRCNet' + description: 'Adds a /HOSTNAME command it will list all IP addresses on all interfaces found on your machine, resolve them, and allow you to choose one easily' + filename: hostname.pl + license: BSD + modified: '2002-07-04 13:18:02' + modules: 'Socket Socket6' + name: hostname + url: http://void.adminz.be/irssi.shtml + version: 1.01 +- + authors: Santabutthead + contact: starz@antisocial.com + description: 'This controls Music Player Daemon from the familiar irssi interface' + filename: iMPD.pl + license: 'GPL v2' + modified: '2008-05-17 17:39:09' + modules: File::Basename + name: iMPD + url: http://www.musicpd.org + version: 0.0.0n +- + authors: 'Eric Jansen' + contact: chaos@sorcery.net + description: 'MD5 NickServ identification script for SorceryNet' + filename: identify-md5.pl + license: GPL + modified: '2003-03-01 13:32:30' + modules: Digest::MD5 + name: identify-md5 + url: http://xyrion.org/irssi/ + version: 1.05 +- + authors: 'Stefan tommie Tomanek' + commands: idle + contact: stefan@pico.ruhr.de + description: 'Retrieves the idletime of any nick' + filename: idletime.pl + license: GPLv2 + modified: '2008-05-17 17:39:11' + name: idletime + url: '' + version: 20030208 +- + authors: 'Stefan tommie Tomanek' + commands: idonkey + contact: stefan@pico.ruhr.de + description: 'equips Irssi with an interface to mldonkey' + filename: idonkey.pl + license: GPLv2 + modified: '2008-05-17 17:39:11' + modules: 'IO::Socket::INET LWP::UserAgent HTML::Entities Data::Dumper' + name: iDonkey + version: 2004051601 +- + authors: 'Dmitry jsn Kim' + contact: jason@nichego.net + description: 'script to log ignored messages' + filename: ignore_log.pl + license: GPL + modified: '2004-09-10 00:00:00' + name: ignore_log + url: http:// + version: 0.1 +- + authors: 'Erkki Seppälä' + contact: flux@inside.org + description: 'Ignore messages from people not on your channels. Now people you msg are added to bypass-list.' + filename: ignoreoc.pl + license: 'Public Domain' + modified: '2008-06-16 08:10:45' + name: Ignore-OC + url: http://www.inside.org/~flux/software/irssi/ + version: 0.6 +- + authors: apic + contact: apic@IRCnet + description: 'script to show ignored message in censored form' + filename: ignorsula.pl + license: 'public domina, #no typo' + modified: '2009-07-26 16:00:03' + name: ignorsula + url: http://irssi.apic.name/ignorsula.pl + version: 1.999999999543675475473856-FDIV-final +- + authors: 'Marcus Rueckert' + contact: darix@irssi.org + description: 'adds a statusbar item which show length of the inputline' + filename: il.pl + license: 'BSD License or something more liberal' + modified: '2003-01-13 13:17:44' + name: inputlength + url: http://www.irssi.de./ + version: 0.0.5 +- + authors: 'Eric Jansen' + contact: chaos@sorcery.net + description: 'Automatically lookup IMDB-numbers in nicknames' + filename: imdb.pl + license: GPL + modified: '2003-03-01 12:39:49' + modules: LWP::UserAgent + name: imdb + url: http://xyrion.org/irssi/ + version: 1.01 +- + authors: c0ffee + contact: c0ffee@penguin-breeder.org + description: 'Joins channels with non-utf8 non-ascii names.' + filename: intjoin.pl + license: 'Public Domain' + modified: '2008-09-21 12:22:24' + modules: Text::Iconv + name: 'i18n /join' + url: http://www.penguin-breeder.org/irssi/ + version: 0.2 +- + authors: 'Geert Hauwaerts' + contact: geert@irssi.org + description: 'This script will join a channel if somebody invites you to it.' + filename: invitejoin.pl + license: 'Public Domain' + modified: '2004-04-11 12:38:18' + name: invitejoin.pl + url: http://irssi.hauwaerts.be/invitejoin.pl + version: 0.01 +- + authors: xlony + contact: anderfdez@yahoo.es + description: 'Auto /set dcc_own_ip IP on connect.' + filename: ipupdate.pl + license: GPL + modified: '2006-01-03 18:33:56' + modules: 'LWP::UserAgent HTTP::Request::Common' + name: IPupdate + version: 1.2 +- + authors: DonRumata + commands: none + contact: rumata@dragons.ru + description: 'IrcNet.ru Auto Identify - changes nick and send identify command, then sets codepage' + filename: iraident.pl + license: GPLv2 + modified: '2008-05-25 15:05:46' + name: iraident + url: http://rumata.dragons.ru + version: 0.6.1 +- + authors: 'kodgehopper (kodgehopper@netscape.net)' + contact: kodgehopper@netscape.net + description: 'Chess server for IRC. Allows for multiple 2-player games to be played simultaneously' + filename: irc_chess.pl + license: 'GNU GPL' + modified: '2008-05-17 17:39:11' + modules: IO::Socket + name: IRC-Chess + url: 'none as yet' + version: 0.1 +- + authors: 'Erkki Seppälä' + contact: flux@inside.org + description: 'Adds words from IRC to your tab-completion list, plus fixes typos' + filename: irccomplete.pl + license: 'Public Domain' + modified: '2002-02-07 22:45:55' + name: 'IRC Completion' + url: http://xulfad.inside.org/~flux/software/irssi/ + version: 0.1 +- + authors: 'Timo cras Sirainen' + contact: tss@iki.fi + description: 'Show IRC gallery (http://irc-galleria.net, finnish only) information on /WHOIS or /GALLERY' + filename: ircgallery.pl + license: 'Public Domain' + modified: '2002-03-04 22:47:00' + name: ircgallery + url: http://irssi.org/ + version: 1.13 +- + authors: BCOW + contact: bcow@iki.fi + description: 'Tarkistelee irc-galleria.net:i ja sanoo kun sinulle on uusia viestej.' + filename: ircgmessagenotify.pl + license: GPLv2 + modified: '2004-01-21 23:55:00' + modules: 'LWP::UserAgent HTTP::Cookies' + name: ircgmessagenotify + url: http://www.verkonpaino.net/ + version: 0.1b +- + authors: BC-bd + contact: bd@bc-bd.org + description: '/IRCOPS - Display IrcOps in current channel' + filename: ircops.pl + license: 'GPL v2' + modified: '2008-06-16 10:46:07' + name: ircops + url: https://bc-bd.org/svn/repos/irssi/trunk/ + version: 0.1 +- + authors: 'Stefan tommie Tomanek' + commands: ircsec + contact: stefan@pico.ruhr.de + description: 'secures your conversation' + filename: ircsec.pl + license: GPLv2 + modified: '2008-05-25 13:44:01' + modules: 'Crypt::CBC Digest::MD5' + name: IRCSec + version: 2008051101 +- + authors: 'Julius Michaelis' + contact: 'iRRSi@cserv.dyndns.org, # see also: JCaesar on freenode, probably idling in #irssi' + description: 'Parses and announces XML/Atom feeds' + filename: irssi-feed.pl + license: GPLv3 + modified: '2013-07-12 20:44:55' + modules: 'feature XML::Feed Time::HiRes List::Util IO::Socket::INET Errno Getopt::Long' + name: 'iRSSi feed reader' + url: https://github.com/jcaesar/irssi-feed + version: 20130209 +- + authors: legion + contact: a.lepore@email.it + description: 'Display the song played by mp3blaster in channels and statusbar. See the top of the file for usage.' + filename: irssiBlaster.pl + license: 'GNU GPLv2 or later' + modified: '2003-10-31 12:22:08' + name: irssiBlaster + version: 1.6 +- + authors: 'Stefan tommie Tomanek' + commands: irssiq + contact: stefan@pico.ruhr.de + description: 'integrates ICQ instant-messaging into irssi' + filename: irssiq.pl + license: GPLv2 + modified: '2008-05-17 17:39:11' + modules: 'Net::vICQ Data::Dumper' + name: IrssiQ + version: 2003231101 +- + authors: mniip + commands: 'isbanned ismuted islisted isreset' + contact: 'mniip @ freenode' + description: 'freenode-specific script that checks whether someone is banned on some channel' + filename: isbanned.pl + license: 'Public domain' + modified: 2015-01-13 + modules: Socket + name: isbanned + version: 0.6.1 +- + authors: 'Uli Baumann' + contact: f-zappa@irc-muenster.de + description: 'Displays incoming ISDN calls' + filename: isdn.pl + license: GPL + modified: '2004-06-17 12:49:55' + name: isdn + version: 0.3 +- + authors: 'Johan Ion Kiviniemi' + contact: 'ion at hassers.org' + description: 'Internet Time statusbar item. See http://www.timeanddate.com/time/internettime.html' + filename: itime.pl + license: 'Public Domain' + modified: '2002-03-12 22:20:00' + name: itime + url: http://ion.amigafin.org/scripts/ + version: 0.9 +- + authors: 'Kristof Korwisi' + contact: kk@manoli.im-dachgeschoss.de + description: '/xmms announces which _file_ is currently playing. E.g. Currently playing: Kieran Halpin & Band - Mirror Town.mp3' + filename: ixmmsa.pl + license: GPL + modified: '2006-10-27 00:00:00' + modules: 'Xmms() Xmms::Remote' + name: iXMMSa + url: http://manoli.im-dachgeschoss.de/~kk/ + version: 0.2+1 +- + authors: 'Pieter-Bas IJdens' + contact: irssi-scripts@nospam.mi4.org.uk + description: 'Reports WHOIS information and channel list for those who join a channel' + filename: joininfo.pl + license: 'GPLv2 or later' + modified: '2005-03-10 00:00:00' + name: joininfo + url: http://pieter-bas.ijdens.com/irssi/ + version: 1.0.0 +- + authors: 'Filippo godog Giunchedi' + contact: filippo@esaurito.net + description: 'Kicks (and bans) people with >= 4 dots in theirs hostname' + filename: kblamehost.pl + license: 'GNU GPLv2 or later' + modified: '2008-05-17 17:39:11' + name: kblamehost + url: http://esaurito.net + version: 0.0.1 +- + authors: 'Peder Stray' + contact: peder@ninja.no + description: 'Try to get your nick back when it becomes available.' + filename: keepnick.pl + license: GPL + modified: '2008-05-17 17:39:11' + name: keepnick + url: http://ninja.no/irssi/keepnick.pl + version: 1.17 +- + authors: 'Gerfried Fuchs' + contact: alfie@channel.debian.de + description: 'autodekennyfies /kenny, adds /kenny, /dekenny. Based on Jan-Pieter Cornets signature version' + filename: kenny.pl + license: BSD + modified: '2002-06-13 00:00:00' + name: 'kenny speech' + url: http://alfie.ist.org/projects/irssi/scripts/kenny.pl + version: 2.3.1 +- + authors: 'Johan Ion Kiviniemi' + contact: 'ion at hassers.org' + description: 'Fetches the version(s) of the latest Linux kernel(s).' + filename: kernel.pl + license: 'Public Domain' + modified: '2002-03-12 22:20:00' + modules: IO::Socket + name: Kernel + url: http://ion.amigafin.org/irssi/ + version: 0.9 +- + authors: 'Geert Hauwaerts' + contact: geert@irssi.org + description: 'This script will set the proper keybindings on /AZERTY and /QWERTY.' + filename: keybinds.pl + license: 'Public Domain' + modified: '2003-11-04 16:49:20' + name: keybindings.pl + url: http://irssi.hauwaerts.be/keybindings.pl + version: 0.01 +- + authors: c0ffee + contact: c0ffee@penguin-breeder.org + description: 'Enhances /k /kb and /kn with some nice options.' + filename: kicks.pl + license: 'Public Domain' + modified: '2006-11-14 23:19:19' + name: 'Various kick and ban commands' + url: http://www.penguin-breeder.org/irssi/ + version: 0.26 +- + authors: 'Piotr Cvbge Krukowiecki' + description: 'When new send arrives checks if there are old identical sends (ie from the same nick on the same server and with the same filename) and closes them' + filename: kill_fake_gets.pl + license: 'Public Domain' + modified: '2003-02-11 00:00:00' + name: kill_fake_gets + url: http://pingu.ii.uj.edu.pl/~piotr/irssi/ + version: 1.1 +- + authors: 'Timo Sirainen' + description: 'Displays kills with more understandable messages' + filename: kills.pl + license: 'Public Domain' + modified: '2002-03-10 23:18:00' + name: kills + version: 1.00 +- + authors: 'Geert Hauwaerts' + contact: geert@irssi.org + description: 'This script shows a warning in the statuswindow if somebody preforms a /KlINE or /UNKLINE.' + filename: kline_warning.pl + license: 'GNU General Public License' + modified: '2003-09-17 23:00:11' + name: kline_warning.pl + url: http://irssi.hauwaerts.be/kline_warning.pl + version: 1.08 +- + authors: Mikachu + contact: 'Mikachu @ quakenet|freenode|arcnet|oftc' + description: 'A script to show playing xmms song in channel or in a statusbar, and also control xmms. Be sure to read through the script to see all features.' + filename: l33tmusic.pl + license: GPL + modified: '2008-09-04 21:12:26' + modules: 'Xmms Xmms::Remote' + name: 'l33t xmms music showing script' + version: 2.01 +- + authors: 'Simon simmel Lundström' + contact: 'simmel@(freenode|quakenet|efnet) http://last.fm/user/darksoy' + description: 'A now-playing-script which uses Last.fm' + filename: lastfm.pl + license: BSD + modified: '2011-01-25 16:13:55' + modules: 'Data::Dumper Encode HTML::Entities LWP::UserAgent' + name: lastfm + url: http://soy.se/code/ + version: 5.8 +- + authors: 'Sander Smeenk' + contact: irssi@freshdot.net + description: 'Remembers what people said last on what channels' + filename: lastspoke.pl + license: 'GNU GPLv2 or later' + modified: '2008-05-17 17:39:11' + name: lastspoke + url: http://irssi.freshdot.net/ + version: 0.2 +- + authors: 'Clemens Heidinger' + commands: len + contact: heidinger@dau.pl + description: 'If you try to get a nick with 11 characters but only 9 are allowed, this script will prevent the nickchange. The same for too long topics, kickmsgs, partmsgs and quitmsgs.' + filename: len.pl + license: BSD + modified: '2006-03-11 19:30:09' + name: len + version: 1.0.0 +- + authors: 'Stefan tommie Tomanek' + commands: leodict + contact: stefan@pico.ruhr.de + description: 'translates via dict.leo.org' + filename: leodict.pl + license: GPLv2 + modified: '2008-05-17 17:39:11' + modules: LWP::Simple + name: leodict + url: http://irssi.org/scripts/ + version: 20040515 +- + authors: 'Nico R. Wohlgemuth' + commands: levelclear + contact: nico@lifeisabug.com + description: 'Similar to crapbuster.pl but uses irssis internal scrollback levelclear functionality and is able to clear the previous window automatically after having switched to a new one when levelclear_autoclear is set to true.' + filename: levelclear.pl + license: WTFPL + modified: '2014-06-15 17:07:00' + name: levelclear + url: http://scripts.irssi.org/ + version: 1.1 +- + authors: 'Jari Matilainen' + contact: jmn98015@student.mdh.se + description: 'Licq statusbar thingy' + filename: licq.pl + license: 'Public Domain' + modified: '2008-05-17 17:39:11' + name: licq + url: http://jari.cjb.net,http://irssi.org,http://scripts.irssi.de + version: 0.5 +- + authors: 'Marcin Qrczak Kowalczyk' + contact: qrczak@knm.org.pl + description: 'Link several channels on serveral networks' + filename: linkchan.pl + license: 'GNU GPL' + modified: '2008-05-17 17:39:11' + name: LinkChan + url: http://qrnik.knm.org.pl/~qrczak/irssi/linkchan.pl + version: 1.5 +- + authors: 'Csaba Nagy' + contact: lordpyre@negerno.hu + description: 'A simple mp3 display script that will display what mp3 you are playing in which software (mpg123, xmms, mp3blaster, etc) to your active channel or to a query window.' + filename: listen.pl + license: 'GNU GPLv2 or later' + modified: '2002-11-26 19:55:04' + name: listen + version: 0.2 +- + authors: aki + contact: aki@evilbsd.info + description: 'display a loadavg statusbar item using vm.loadavg mib or /proc/loadavg' + filename: loadavg.pl + license: 'public domain' + modified: '2008-05-17 17:39:11' + name: loadavg + version: 0.4 +- + authors: 'Stefan tommie Tomanek' + commands: localize + contact: stefan@pico.ruhr.de + description: 'Localizes users using traceroute, the localizer database or IP-Atlas' + filename: localize.pl + license: GPLv2 + modified: '2014-11-25 14:20:00' + modules: 'LWP::UserAgent HTML::Entities Data::Dumper Socket' + name: localize + url: '' + version: 2014112501 +- + authors: 'Peder Stray' + contact: peder@ninja.no + description: 'convert mirc color and irssi interal formatting to ansi colors, useful for log filtering' + filename: log2ansi.pl + license: GPL + modified: '2008-05-22 13:14:17' + modules: Getopt::Long + name: log2ansi + url: http://ninja.no/irssi/log2ansi + version: 1.9 +- + authors: 'Timo cras Sirainen' + contact: tss@iki.fi + description: 'compress logfiles then theyre rotated' + filename: logcompress.pl + license: 'Public Domain' + modified: '2002-03-04 22:47:00' + name: logcompress + url: http://irssi.org/ + version: 0.01 +- + authors: c0ffee + contact: c0ffee@penguin-breeder.org + description: 'Use /ls <regex> to show all nicks (including ident@host) matching regex in the current channel' + filename: ls.pl + license: 'Public Domain' + modified: '2002-09-06 15:36:00' + name: 'List nicks in channel' + url: http://www.penguin-breeder.org/irssi/ + version: 0.02 +- + authors: Mika + contact: '[Mika] @ IRCnet' + description: 'Displays users logged on system in current window, simple one' + filename: lwho.pl + license: '-' + modified: '2008-05-17 17:39:11' + modules: Sys::Hostname + name: 'Local who' + url: '-' + version: 0.01a +- + authors: 'Timo Sirainen, Matti Hiljanen, Joost Vunderink, Bart Matthaei' + contact: 'tss@iki.fi, matti@hiljanen.com, joost@carnique.nl, bart@dreamflow.nl' + description: 'Fully customizable mail counter statusbar item with multiple mailbox and multiple Maildir support' + filename: mail.pl + license: 'Public Domain' + modified: '2008-05-17 17:39:11' + name: mail + url: 'http://irssi.org, http://scripts.irssi.de' + version: 2.92 +- + authors: 'David Legooolas Gardner' + contact: irssi@icmfp.com + description: 'Staturbar item which indicates how many new emails you have in the specified IMAP[S] mailbox' + filename: mailcheck_imap.pl + license: 'GNU GPLv2' + modified: '2008-05-17 17:39:09' + modules: 'IO::Socket IO::Socket::SSL' + name: mailcheck_imap + url: http://icmfp.com/irssi + version: 0.5 +- + authors: 'Erkki Seppälä' + contact: flux@inside.org + description: 'Polls your unix mailbox for new mail' + filename: mailcheck_mbox_flux.pl + license: 'Public Domain' + modified: '2002-03-04 23:25:18' + name: 'Mail Check' + url: http://xulfad.inside.org/~flux/software/irssi/ + version: 0.1 +- + authors: 'Kimmo Lehto' + contact: kimmo@a-men.org + description: 'POP3 new mail notification and listing of mailbox contents. Use /mail help for instructions. Requires Net::POP3.' + filename: mailcheck_pop3_kimmo.pl + license: 'Public Domain' + modified: '2002-04-07 00:10:00' + modules: Net::POP3 + name: Mailcheck-POP3 + version: 0.5 +- + authors: 'Marcin Rozycki' + contact: derwan@irssi.pl + description: 'Adds statusbar item mailcount and displays info about new mails' + filename: mailcount.pl + license: 'GNU GPL v2' + modified: '2003-10-18 14:43:27' + modules: 'IO::File Mail::MboxParser Digest::MD5' + name: mailcount + url: http://derwan.irssi.pl + version: 1.4.5 +- + authors: 'Szymon Sokol' + contact: szymon@hell.pl + description: 'translates your messages into Morse code, rot13 and other sillinesses.' + filename: mangle.pl + license: GPLv2 + modified: '2008-05-17 17:39:11' + modules: Data::Dumper + name: mangle + url: http://irssi.org/scripts/ + version: 2004031701 +- + authors: 'Petr Baudis' + contact: pasky@ji.cz + description: 'Generates simple tree of IRC network based on the output of the LINKS command.' + filename: map.pl + license: 'GPLv2, not later' + modified: '2008-05-17 17:39:09' + name: map + url: http://pasky.ji.cz/~pasky/dev/irssi/ + version: 1.2 +- + authors: 'Uli Baumann' + contact: f-zappa@irc-muenster.de + description: 'Disables hilighting for messages containing a lot of nicknames' + filename: mass_hilight_blocker.pl + license: GPL + modified: '2004-06-01 13:32:20' + name: mass_hilight_blocker + version: 0.2 +- + authors: 'Kaveh Moini' + contact: campanastra@gmail.com + description: 'DCC MultiGet, for fetching from XDCC bots' + filename: mg.pl + license: 'ccBSD, http://creativecommons.org/licenses/BSD/' + modified: '2009-08-13 21:43:12' + modules: strict + name: mg + version: 20090813 +- + authors: 'Leszek Matok, Andrzej Jagodziñski' + contact: lam@lac.pl + description: 'Simple wordkick system, with extended polish dictionary for channels enforcing correct polish.' + filename: miodek.pl + license: GPLv2 + modified: '2002-10-03 20:10:00' + name: miodek + version: 1.0.2 +- + authors: 'Michael Kowalchuk' + contact: michael.kowalchuk@gmail.com + description: 'Shows a mIRC-style colour popup when you hit ^C.' + filename: mirc_colour_popup.pl + license: 'Public Domain' + modified: '2008-09-26 00:00:00' + name: mirc_colour_popup + version: 1.0 +- + authors: 'Marcin Rozycki' + contact: derwan@irssi.pl + description: 'Masskick, usage: /mkick [-aovdln6 (hostmask)] <[:]reason>' + filename: mkick.pl + license: 'GNU GPL v2' + modified: '2004-10-06 20:58:38' + name: mkick + url: http://derwan.irssi.pl + version: 0.9 +- + authors: 'Gergely Nagy' + contact: algernon@bonehunter.rulez.org + description: 'Automatically filters all http:// links through makeashorterlink.com' + filename: mkshorterlink.pl + license: GPL + modified: '2002-12-20 00:00:00' + modules: LWP::UserAgent + name: 'makeashorterlink.com interface' + url: ftp://bonehunter.rulez.org/pub/irssi/mkshorterlink.pl + version: 0.3 +- + authors: 'Carsten Otto' + commands: mlbw + contact: c-otto@gmx.de + description: 'Shows your mldonkeys current down- and upload rate' + filename: mldonkey_bandwidth.pl + license: GPLv2 + modified: '2008-05-17 17:39:11' + modules: 'LWP::UserAgent HTTP::Request::Common' + name: 'mldonkey bandwidth script' + url: http://www.c-otto.de + version: 20030712 +- + authors: 'Timo Sirainen' + description: 'Channel mode locking' + filename: mlock.pl + license: 'Public Domain' + modified: '2002-03-10 23:18:00' + name: mlock + version: 1.00 +- + authors: 'Marcin Rozycki' + contact: derwan@irssi.pl + 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).' + filename: modelist-r.pl + license: 'GNU GPL v2' + modified: '2004-11-04 17:56:17' + name: modelist-r + url: http://derwan.irssi.pl + version: 0.8.0-rc4 +- + authors: 'Marcin Rozycki' + contact: derwan@irssi.pl + description: 'Cache of invites and ban exceptions in channel. Usage: /si, /se, /unexcept [indexes], /uninvite [indexes]' + filename: modelist.pl + license: 'GNU GPL v2' + modified: '2004-06-05 22:38:59' + name: modelist + url: http://derwan.irssi.pl + version: 0.7.2 +- + authors: 'Jilles Tjoelker' + contact: jilles@stack.nl + description: 'Interface to ratbox 2.1+ /monitor command' + filename: monitor.pl + license: 'BSD (revised)' + modified: '2011-02-16 23:34:22' + name: monitor + version: 1.0 +- + authors: 'Stefan tommie Tomanek' + contact: stefan@pico.ruhr.de + description: 'Keeps track of the channel mood' + filename: mood.pl + license: GPLv2 + modified: '2008-05-17 17:39:11' + name: Mood + version: 20031207 +- + authors: 'Stefan tommie Tomanek' + commands: 'morse spell' + contact: stefan@pico.ruhr.de + description: 'turns your messages into morse or spelling code' + filename: morse.pl + license: GPLv2 + modified: '2008-05-17 17:39:11' + name: morse + version: 2004021901 +- + authors: 'Wouter Coekaerts' + contact: wouter@coekaerts.be + description: 'control irssi using mouse clicks and gestures' + filename: mouse.pl + license: 'GPLv2 or later' + modified: '2009-05-16 00:00:00' + modules: Math::Trig + name: mouse + url: http://wouter.coekaerts.be/irssi/ + version: 1.0.0 +- + authors: 'Erik Scharwaechter, Tobias Böhm, Mikkel Kroman' + contact: 'diozaka@gmx.de, code@aibor.de, mk@maero.dk' + description: 'print the song you are listening to' + filename: mpd.pl + license: GPLv2 + modified: '2014-08-20 21:53:24' + modules: IO::Socket + name: mpd + version: 0.7 +- + authors: 'Ricardo Mesquita' + contact: ricardomesquita@netcabo.pt + description: 'Display current mpg123 track' + filename: mpg123.pl + license: GPLv2 + modified: '2006-11-27 18:00:00' + name: mpg123 + url: http://pwp.netcabo.pt/ricardomesquita/irssi + version: 0.01+1 +- + authors: 'Stefan tommie Tomanek' + commands: multipaste + contact: stefan@pico.ruhr.de + description: 'Helps pasting multiple lines to a channel' + filename: multipaste.pl + license: GPLv2 + modified: '2008-05-17 17:39:11' + name: multipaste + url: '' + version: 2003120617 +- + authors: 'Remco den Breeje' + contact: 'stacium or stek (most of the time) @ quakenet.org' + description: 'runs arbitrary command instead of system beep, includes flood protection' + filename: my_beep.pl + license: 'Public Domain' + modified: '2008-05-17 17:39:11' + name: my_beep + url: http://www.xs4all.nl/~stacium/irssi/my_beep.html + version: 0.9 +- + authors: 'Tim Van Wassenhove' + contact: timvw@users.sourceforge.net + description: 'Query Google' + filename: mygoogle.pl + license: BSD + modified: '2004-03-13 01:35:00' + modules: LWP::UserAgent + name: mygoogle + url: http://home.mysth.be/~timvw + version: 1.01 +- + authors: 'Tim Van Wassenhove' + contact: timvw@users.sourceforge.net + description: 'Query imdb' + filename: myimdb.pl + license: BSD + modified: '2004-03-13 01:43:00' + modules: LWP::UserAgent + name: myimdb + url: http://home.mysth.be/~timvw + version: 1.01 +- + authors: 'Riku Voipio, lite' + contact: riku.voipio@iki.fi + description: 'logs urls to mysql database' + filename: mysqlurllogger.pl + license: GPLv2 + modified: '2008-05-17 17:39:11' + modules: DBI + name: myssqlurllogger + url: http://nchip.ukkosenjyly.mine.nu/irssiscripts/ + version: 1.0 +- + authors: BC-bd + contact: bd@bc-bd.org + description: 'Adds an item which displays the current network activity. Needs /proc/net/dev.' + filename: nact.pl + license: 'GPL v2 or later' + modified: '2008-05-22 09:10:50' + name: nact + url: https://bc-bd.org/svn/repos/irssi/trunk/ + version: 0.2.6 +- + authors: 'Roeland Nieuwenhuis' + contact: irc@trancer.nl + description: 'Set all windows not bound to a network to a specified network.' + filename: netswitch.pl + license: BSD + modified: '2013-02-19 22:46:58' + modules: 'strict Irssi Irssi::Irc' + name: netswitch + url: http://trancer.nl + version: 1.0.0 +- + authors: 'Marcin Rozycki, Mathieu Doidy' + contact: derwan@irssi.pl + description: 'News reader, usage: /article [-s <server>] [-p <port>] [-P <password> -U <login>] [-l <group> <count>] [-a] [-L <index>] <message-id>' + filename: news.pl + license: 'GNU GPL v2' + modified: '2004-02-06 21:26:57' + modules: News::NNTPClient + name: news + url: http://derwan.irssi.pl + version: 0.5.9 +- + authors: 'Stefan tommie Tomanek' + commands: newsline + contact: stefan@pico.ruhr.de + description: 'brings various newstickers to Irssi (Slashdot, Freshmeat, Heise etc.)' + filename: newsline.pl + license: GPLv2 + modified: '2008-05-17 17:39:09' + modules: 'Data::Dumper XML::RSS LWP::UserAgent Unicode::String Text::Wrap' + name: Newsline + version: 2003021101 +- + authors: 'Roeland Trancer Nieuwenhuis' + contact: irssi@trancer.nl + description: 'A simple nick banner. If it encounters a nick it bans its host' + filename: nickban.pl + license: 'Public Domain' + modified: '2008-05-17 17:39:09' + name: nickban + version: 1.1 +- + authors: 'Timo Sirainen, Ian Peters' + contact: tss@iki.fi + description: 'assign a different color for each nick' + filename: nickcolor.pl + license: 'Public Domain' + modified: '2014-06-15 19:13' + name: 'Nick Color' + url: http://irssi.org/ + version: 2 +- + authors: 'Kalle rpr Marjola' + contact: marjola@iki.fi + description: 'Ignores any nick changes when only the case or special characters are modified, like rpr -> Rpr or rpr_ -> rpr, with optional pattern for more complicated ignores' + filename: nickignore.pl + license: 'Public Domain' + modified: '2003-08-26 00:00:00' + name: 'ignore (minimal) nick changes' + url: http://iki.fi/rpr/irssi/nickignore.pl + version: 0.03 +- + authors: 'Wouter Coekaerts' + contact: coekie@irssi.org + description: 'draws a nicklist to another terminal, or at the right of your irssi in the same terminal' + filename: nicklist.pl + license: GPLv2 + modified: '2004-06-29 00:00:00' + modules: 'IO::Handle Fcntl sys/ioctl.ph' + name: nicklist + url: http://wouter.coekaerts.be/irssi + version: 0.4.6 +- + authors: c0ffee + contact: c0ffee@penguin-breeder.org + description: 'Perturbates your nick, use /nickmix nick/len where len is the number of chars you want to keep from your orig nick. use /stopmix to stop. Always issue the commands in a window of the server you want to mix in.' + filename: nickmix-c0ffee.pl + license: 'GPLv2, not later' + modified: '2008-06-18 00:09:21' + name: nickmix-c0ffee + url: http://www.penguin-breeder.org/irssi/ + version: v0.1 +- + authors: 'Petr Baudis' + contact: pasky@ji.cz + description: 'Perturbates given nick (or just a word) in certain way.' + filename: nickmix_pasky.pl + license: 'GPLv2, not later' + modified: '2008-05-17 17:39:09' + name: nickmix + url: http://pasky.ji.cz/~pasky/dev/irssi/ + version: 1.2 +- + authors: 'Geert Hauwaerts' + contact: geert@irssi.org + description: 'This script will authorize you into NickServ.' + filename: nickserv.pl + license: 'GNU General Public License' + modified: '2008-06-06 12:03:04' + name: nickserv.pl + url: http://irssi.hauwaerts.be/nickserv.pl + version: 1.8 +- + authors: BC-bd + contact: bd@bc-bd.org + description: 'BitchX like Nickcompletion at line start plus statusbar' + filename: niq.pl + license: 'GPL v2' + modified: '2009-08-11 12:35:49' + name: niq + url: https://bc-bd.org/cgi-bin/gitweb.cgi?p=irssi.gita=summary + version: 0.5.7 +- + authors: BC-bd + contact: bd@bc-bd.org + description: 'right aligned nicks depending on longest nick' + filename: nm.pl + license: 'GPL v2' + modified: '2010-07-28 23:43:59' + name: nm + url: http://bc-bd.org/blog/irssi/ + version: 0.3.10 +- + authors: 'JamesOff, Ion' + contact: james@jamesoff.net + description: 'Replaces lines in ALL CAPS with something easier on the eyes' + filename: nocaps.pl + license: 'Public Domain' + modified: '2002-03-22 12:34:38' + name: nocaps + url: http://www.jamesoff.net + version: 1.01 +- + authors: 'Marcin Rozycki' + contact: derwan@irssi.pl + description: 'Automatically changes nick (to randnick or uid on ircd 2.11) when certain amount of nick colissions takes place on channel' + filename: nocollide.pl + license: 'GNU GPL v2' + modified: '2004-02-16 10:08:59' + name: nocollide + url: http://derwan.irssi.pl + version: 0.2.3 +- + authors: unknown + contact: bd@bc-bd.org + description: 'Prints an info about a newly started Query in your current window and runs a /whois on the nick.' + filename: noisyquery.pl + license: 'GPL v2' + modified: '2008-05-17 17:39:11' + name: noisyquery + url: http://bc-bd.org/software.php3#irssi + version: 0.1.1 +- + authors: 'Adam Wysocki' + contact: 'gophi <at> efnet.pl' + description: 'Replaces polish national characters with their corresponding letters' + filename: nopl.pl + license: 'Public Domain' + modified: '2005-05-10 16:12:32' + name: nopl + url: http://www.gophi.rotfl.pl/ + version: 1.00 +- + authors: 'Marcin Rozycki' + contact: derwan@irssi.pl + description: 'stops public repeating' + filename: norepeat.pl + license: 'GNU GPL v2' + modified: '2003-09-09 16:34:44' + modules: Digest::MD5 + name: norepeat + url: http://derwan.irssi.pl + version: 0.5 +- + authors: vague + contact: vague!#irssi@freenode + description: 'Keeps notes on users and displayes the note in /whois output if the host/nick matches' + filename: notes.pl + license: GPL2 + modified: '2011-12-13 22:24:39' + modules: 'DBI Data::Dumper DBM::Deep' + name: notes + version: 0.31 +- + authors: 'Stefan tommie Tomanek' + contact: stefan@pico.ruhr.de + description: 'Utilizes NoteServ to implement a buddylist' + filename: noteserve.pl + license: GPLv2 + modified: '2008-05-17 17:39:11' + name: NoteServ + version: 2002123101 +- + authors: 'Ben Klein, based on noticemove by Timo Sirainen' + contact: shacklein\@gmail.com description: "Print private notices in query/channel where you're talking to them. Prefers active window if they're there with you." - filename: "noticelogic.pl" - modified: "2014-07-09 23:20" - license: "Public Domain" - name: "notice logic" - url: "http://irssi.org/" - version: "2.0" - -- authors: "Timo Sirainen" - contact: "tss@iki.fi" - description: "Prints private notices from people in the channel where they are joined with you. Useful when you get lots of private notices from some bots." - filename: "noticemove.pl" - modified: "2002-03-04 22:47:00" - license: "Public Domain" - name: "notice move" - url: "http://irssi.org/" - version: "1.01" - -- authors: "Johan Ion Kiviniemi" - contact: "ion at hassers.org" - description: "Answers $nick: No. if youre away and someone asks are you online on a channel" - filename: "notonline.pl" - modified: "2002-03-12 22:20:00" - license: "Public Domain" - name: "NotOnline" - url: "http://ion.amigafin.org/irssi/" - version: "0.9" - -- authors: "Juerd" - contact: "juerd@juerd.nl" - description: "This script really does nothing. Sorry." - filename: "null.pl" - modified: "2002-03-10 02:14:00" - license: "Public Domain" - name: "Nothing at all" - url: "http://juerd.nl/irssi/" - version: "1.00" - -- authors: "Ricardo Mesquita" - contact: "ricardomesquita@netcabo.pt" - description: "Display current ogg123 track" - filename: "ogg123.pl" - modified: "2006-11-27 18:00:00" - license: "GPLv2" - name: "ogg123" - url: "http://pwp.netcabo.pt/ricardomesquita/irssi" - version: "0.01+1" - -- authors: "darix" - contact: "darix@irssi.org" - description: "oidentd support for irssi" - filename: "oidenty.pl" - modified: "2008-05-17 17:39:09" - license: "BSD License" - modules: "IO::File" - name: "oidenty" - url: "http://www.irssi.de" - version: "0.0.2" - -- authors: "David Leadbeater" - contact: "dgl@dgl.cx" - description: "/on command - this is very simple and not really designed to be the same as ircII - it tries to fit into Irssis usage style more than emulating ircII." - filename: "on.pl" - modified: "2008-05-17 17:39:11" - license: "GNU GPLv2 or later" - name: "on.pl" - url: "http://irssi.dgl.cx/" - version: "1.12" - -- authors: "Stefan tommie Tomanek" - commands: "ontv" - contact: "stefan@pico.ruhr.de" - description: "turns irssi into a tv program guide" - filename: "ontv.pl" - modified: "2008-05-17 17:39:11" - license: "GPLv2" - modules: "Data::Dumper LWP::Simple HTML::Entities Text::Wrap" - name: "OnTV" - version: "20050226" - -- authors: "" - contact: "" - description: "turns ls in the beginning of a sent line into the names or whois commands" - filename: "oops.pl" - modified: "2008-05-25 14:29:31" - license: "Public Domain" - modules: "strict Irssi" - name: "oops" - version: "20071209" - -- authors: "David Leadbeater" - contact: "dgl@dgl.cx" - description: "Stops those silly mistakes being sent (spaces at start of line, /1/1 for window changes, etc)." - filename: "oopsie.pl" - modified: "2014-08-13" - license: "WTFPL" - name: "oopsie" - version: "1.0" - -- authors: "Stefan tommie Tomanek" - commands: "openurl" - contact: "stefan@pico.ruhr.de" - description: "Stores URLs in a list and launches mail, web or ftp software" - filename: "openurl.pl" - modified: "2008-05-17 17:39:11" - license: "GPLv2" - modules: "Irssi::UI" - name: "OpenURL" - url: "http://scripts.irssi.org" - version: "20030208" - -- authors: "Petr Baudis" - contact: "pasky@ucw.cz" - description: "Perform certain action (invite/op/...) on request authenticated by the IRC operator status." - filename: "operit.pl" - modified: "2008-05-17 17:39:09" - license: "BSD" - name: "operit" - url: "http://pasky.ji.cz/~pasky/dev/irssi/" - version: "1.14" - -- authors: "Petr Baudis" - contact: "pasky@ji.cz" - 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." - filename: "operview.pl" - modified: "2008-05-17 17:39:09" - license: "GPLv2, not later" - name: "operview" - url: "http://pasky.ji.cz/~pasky/dev/irssi/" - version: "1.11" - -- authors: "Terje xerath Tjeldnes" - contact: "terje@darkrealm.no" - filename: "opnotice.pl" - modified: "2002-07-25 00:19:09" - license: "GNU GPL v2" - name: "Opnotice" - url: "http://palantir.darkrealm.no/opnotice.pl" - version: "0.1" - -- authors: "Maciek fahren Freudenheim" - contact: "fahren@bochnia.pl" - description: "Hilights window refnumber in statusbar if someone ops/deops you on channel" - filename: "opnotify.pl" - modified: "2002-03-15 15:09:42" - license: "GNU GPLv2 or later" - name: "opnotify" - version: "1.0" - -- authors: "Wohmatak" - commands: "/np" - contact: "wohmatak@iglu.cz" - description: "Displays the song played by orpheus" - filename: "orphamp.pl" - modified: "2008-05-17 17:39:11" - license: "GPL" - name: "orphamp" - url: "http://irssi.org/" - version: "0.9" - -- authors: "Jeroen Coekaerts, Koenraad Heijlen" - contact: "vipie@ulyssis.org, jeroen@coekaerts.be" - description: "An OnScreenDisplay (osd) it shows who is talking to you, on what IRC Network." - filename: "osd.pl" - modified: "2004-01-09 00:00:00" - license: "BSD" - modules: "IO::Handle" - name: "osd" - url: "http://vipie.studentenweb.org/dev/irssi/" - version: "0.3.3" - -- authors: "" - commands: "ownage" - contact: "" - description: "" - filename: "ownage.pl" - modified: "2008-05-25 14:29:31" - license: "" - modules: "strict Irssi" - name: "" - version: "20071209" - -- authors: "c0ffee" - contact: "c0ffee@penguin-breeder.org" - description: "Adds the /PAGE command to page a nick (use /page nick <text>)... to ignore pages /set pager_mode off" - filename: "page-c0ffee.pl" - modified: "2003-02-16 11:32:00" - license: "Public Domain" - name: "mIRC pager" - url: "http://www.penguin-breeder.org/?page=irssi" - version: "0.02" - -- authors: "Thomas Graf" - contact: "irssi@reeler.org" - description: "display and send CTCP PAGE" - filename: "page_reeler.pl" - modified: "2008-05-17 17:39:11" - license: "GNU GPLv2 or later" - name: "page" - url: "http://irssi.reeler.org/" - version: "0.2" - -- authors: "Jean-Yves Lefort" - contact: "jylefort@brutele.be" - description: "Notifies people if they send you a private message or a DCC chat offer while you are away runs a shell command configurable via /set if they page you" - filename: "pager.pl" - modified: "2003-01-27 09:45:16" - license: "BSD" - name: "pager" - version: "1.1" - -- authors: "Marcin Rozycki, Stanislaw Halik" - contact: "derwan@irssi.pl" - description: "Usage: /paste [-all|-msgs|-public] [-c|-b] [-s|-l| where] [lines]" - filename: "paste-derwan.pl" - modified: "2004-10-12 23:37:12" - license: "GNU GPL v2" - name: "paste" - url: "http://derwan.irssi.pl" - version: "0.9" - -- authors: "Marcin Rozycki" - contact: "derwan@irssi.pl" - description: "Pasting lines to specified targets, type /paste -help for help" - filename: "paste_derwan.pl" - modified: "2004-11-13 14:32:13" - license: "GNU GPL v2" - name: "paste" - url: "http://derwan.irssi.pl" - version: "1.0-rc5" - -- authors: "Simon Huggins" - contact: "huggie-irssi@earth.li" - description: "Paste reformats long pieces of text typically pasted into your client from webpages so that they fit nicely into your channel. Width of client may be specified" - filename: "paste_huggie.pl" - modified: "2002-03-09 10:59:49" - license: "GPLv2" - modules: "Text::Wrap Text::Tabs" - name: "Paste" - url: "http://the.earth.li/~huggie/irssi/" - version: "0.5" - -- authors: "Kimmo Lehto" - contact: "kimmo@a-men.org" - description: "Provides /start, /stop, /play <-nopack> <-nospace> paste mechanism - start and stop recording and then replay without linebreaks. Also /see to view what was recorded." - filename: "paste_kimmoke.pl" - modified: "2002-03-27 14:51:00" - license: "Public Domain" - name: "Paste-KimmoKe" - version: "0.1" - -- authors: "Mankeli" - contact: "mankeli@einari.org" - description: "This script allows you flood shit." - filename: "pelix.pl" - modified: "2008-05-17 17:39:11" - license: "GNU/GPL" - name: "#pelix Helpers" - version: "0.3" - -- authors: "Marcin Qrczak Kowalczyk, Johan ion Kiviniemi" - contact: "qrczak@knm.org.pl" - description: "Userlist with autoopping, autokicking etc." - filename: "people.pl" - modified: "2008-05-23 19:14:57" - license: "GNU GPL" - modules: "Time::HiRes" - name: "People" - url: "http://qrnik.knm.org.pl/~qrczak/irc/people.pl" - version: "1.7" - -- authors: "Wouter Coekaerts" - contact: "coekie@irssi.org" - description: "Keeps a prompt per window" - filename: "per_window_prompt.pl" - modified: "2007-04-08 00:00:00" - license: "GPLv2 or later" - name: "per_window_prompt" - url: "http://wouter.coekaerts.be/irssi/" - version: "1.0" - -- authors: "Adam Duck" - contact: "duck@cs.uni-frankfurt.de" - description: "does CTCP SOUNDs and other similar things." - filename: "pggb_sound.pl" - modified: "2008-05-17 17:39:11" - license: "GPLv2" - modules: "File::Listing File::Basename" - name: "PGGB_sound" - url: "" - version: "0.2.3.23b" - -- authors: "Stefan tommie Tomanek" - commands: "poison" - contact: "stefan@pico.ruhr.de" - description: "equips Irssi with an interface to giFT" - filename: "poison.pl" - modified: "2008-05-17 17:39:09" - license: "GPLv2" - modules: "IO::Socket::INET Data::Dumper" - name: "Poison" - version: "2003020801" - -- authors: "Stefan tommie Tomanek" - commands: "postpone" - contact: "stefan@pico.ruhr.de" - description: "Postpones messages sent to a splitted user and resends them when the nick rejoins" - filename: "postpone.pl" - modified: "2008-05-17 17:39:11" - license: "GPLv2" - name: "postpone" - version: "20030208" - -- authors: "Maciek Freudenheim, Marco dItri" - contact: "fahren@bochnia.pl, md@linux.it" - description: "port of asmodeans /ppl command from skuld3" - filename: "ppl.pl" - modified: "2008-05-17 17:39:09" - license: "GPL v2" - name: "ppl" - url: "http://www.linux.it/~md/irssi/" - version: "20020128" - -- authors: "Cyprien Debu" - contact: "frey@notk.org" - description: "Gets new mails from procmail.log file" - filename: "procmaillog.pl" - modified: "2014-06-20" - license: "Public Domain" - name: "procmaillog" - version: "2.02" - -- authors: "Teemu jamov Koskinen" - contact: "teemu.koskinen@mbnet.fi" - description: "Prints the Q username in right format" - filename: "q_username.pl" - modified: "2008-05-17 17:39:11" - license: "Public Domain" - name: "q_username" - version: "0.1" - -- authors: "Doug Freed" - contact: "dwfreed!#irssi@freenode" + filename: noticelogic.pl + license: 'Public Domain' + modified: '2014-07-09 23:20' + name: 'notice logic' + url: http://irssi.org/ + version: 2.0 +- + authors: 'Timo Sirainen' + contact: tss@iki.fi + description: 'Prints private notices from people in the channel where they are joined with you. Useful when you get lots of private notices from some bots.' + filename: noticemove.pl + license: 'Public Domain' + modified: '2002-03-04 22:47:00' + name: 'notice move' + url: http://irssi.org/ + version: 1.01 +- + authors: 'Johan Ion Kiviniemi' + contact: 'ion at hassers.org' + description: 'Answers $nick: No. if youre away and someone asks are you online on a channel' + filename: notonline.pl + license: 'Public Domain' + modified: '2002-03-12 22:20:00' + name: NotOnline + url: http://ion.amigafin.org/irssi/ + version: 0.9 +- + authors: Juerd + contact: juerd@juerd.nl + description: 'This script really does nothing. Sorry.' + filename: null.pl + license: 'Public Domain' + modified: '2002-03-10 02:14:00' + name: 'Nothing at all' + url: http://juerd.nl/irssi/ + version: 1.00 +- + authors: 'Ricardo Mesquita' + contact: ricardomesquita@netcabo.pt + description: 'Display current ogg123 track' + filename: ogg123.pl + license: GPLv2 + modified: '2006-11-27 18:00:00' + name: ogg123 + url: http://pwp.netcabo.pt/ricardomesquita/irssi + version: 0.01+1 +- + authors: darix + contact: darix@irssi.org + description: 'oidentd support for irssi' + filename: oidenty.pl + license: 'BSD License' + modified: '2008-05-17 17:39:09' + modules: IO::File + name: oidenty + url: http://www.irssi.de + version: 0.0.2 +- + authors: 'David Leadbeater' + contact: dgl@dgl.cx + description: '/on command - this is very simple and not really designed to be the same as ircII - it tries to fit into Irssis usage style more than emulating ircII.' + filename: on.pl + license: 'GNU GPLv2 or later' + modified: '2008-05-17 17:39:11' + name: on.pl + url: http://irssi.dgl.cx/ + version: 1.12 +- + authors: 'Stefan tommie Tomanek' + commands: ontv + contact: stefan@pico.ruhr.de + description: 'turns irssi into a tv program guide' + filename: ontv.pl + license: GPLv2 + modified: '2008-05-17 17:39:11' + modules: 'Data::Dumper LWP::Simple HTML::Entities Text::Wrap' + name: OnTV + version: 20050226 +- + authors: '' + contact: '' + description: 'turns ls in the beginning of a sent line into the names or whois commands' + filename: oops.pl + license: 'Public Domain' + modified: '2008-05-25 14:29:31' + modules: 'strict Irssi' + name: oops + version: 20071209 +- + authors: 'David Leadbeater' + contact: dgl@dgl.cx + description: 'Stops those silly mistakes being sent (spaces at start of line, /1/1 for window changes, etc).' + filename: oopsie.pl + license: WTFPL + modified: 2014-08-13 + name: oopsie + version: 1.0 +- + authors: 'Stefan tommie Tomanek' + commands: openurl + contact: stefan@pico.ruhr.de + description: 'Stores URLs in a list and launches mail, web or ftp software' + filename: openurl.pl + license: GPLv2 + modified: '2008-05-17 17:39:11' + modules: Irssi::UI + name: OpenURL + url: http://scripts.irssi.org + version: 20030208 +- + authors: 'Petr Baudis' + contact: pasky@ucw.cz + description: 'Perform certain action (invite/op/...) on request authenticated by the IRC operator status.' + filename: operit.pl + license: BSD + modified: '2008-05-17 17:39:09' + name: operit + url: http://pasky.ji.cz/~pasky/dev/irssi/ + version: 1.14 +- + authors: 'Petr Baudis' + contact: pasky@ji.cz + 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.' + filename: operview.pl + license: 'GPLv2, not later' + modified: '2008-05-17 17:39:09' + name: operview + url: http://pasky.ji.cz/~pasky/dev/irssi/ + version: 1.11 +- + authors: 'Terje xerath Tjeldnes' + contact: terje@darkrealm.no + filename: opnotice.pl + license: 'GNU GPL v2' + modified: '2002-07-25 00:19:09' + name: Opnotice + url: http://palantir.darkrealm.no/opnotice.pl + version: 0.1 +- + authors: 'Maciek fahren Freudenheim' + contact: fahren@bochnia.pl + description: 'Hilights window refnumber in statusbar if someone ops/deops you on channel' + filename: opnotify.pl + license: 'GNU GPLv2 or later' + modified: '2002-03-15 15:09:42' + name: opnotify + version: 1.0 +- + authors: Wohmatak + commands: /np + contact: wohmatak@iglu.cz + description: 'Displays the song played by orpheus' + filename: orphamp.pl + license: GPL + modified: '2008-05-17 17:39:11' + name: orphamp + url: http://irssi.org/ + version: 0.9 +- + authors: 'Jeroen Coekaerts, Koenraad Heijlen' + contact: 'vipie@ulyssis.org, jeroen@coekaerts.be' + description: 'An OnScreenDisplay (osd) it shows who is talking to you, on what IRC Network.' + filename: osd.pl + license: BSD + modified: '2004-01-09 00:00:00' + modules: IO::Handle + name: osd + url: http://vipie.studentenweb.org/dev/irssi/ + version: 0.3.3 +- + authors: '' + commands: ownage + contact: '' + description: '' + filename: ownage.pl + license: '' + modified: '2008-05-25 14:29:31' + modules: 'strict Irssi' + name: '' + version: 20071209 +- + authors: c0ffee + contact: c0ffee@penguin-breeder.org + description: 'Adds the /PAGE command to page a nick (use /page nick <text>)... to ignore pages /set pager_mode off' + filename: page-c0ffee.pl + license: 'Public Domain' + modified: '2003-02-16 11:32:00' + name: 'mIRC pager' + url: http://www.penguin-breeder.org/?page=irssi + version: 0.02 +- + authors: 'Thomas Graf' + contact: irssi@reeler.org + description: 'display and send CTCP PAGE' + filename: page_reeler.pl + license: 'GNU GPLv2 or later' + modified: '2008-05-17 17:39:11' + name: page + url: http://irssi.reeler.org/ + version: 0.2 +- + authors: 'Jean-Yves Lefort' + contact: jylefort@brutele.be + description: 'Notifies people if they send you a private message or a DCC chat offer while you are away runs a shell command configurable via /set if they page you' + filename: pager.pl + license: BSD + modified: '2003-01-27 09:45:16' + name: pager + version: 1.1 +- + authors: 'Marcin Rozycki, Stanislaw Halik' + contact: derwan@irssi.pl + description: 'Usage: /paste [-all|-msgs|-public] [-c|-b] [-s|-l| where] [lines]' + filename: paste-derwan.pl + license: 'GNU GPL v2' + modified: '2004-10-12 23:37:12' + name: paste + url: http://derwan.irssi.pl + version: 0.9 +- + authors: 'Marcin Rozycki' + contact: derwan@irssi.pl + description: 'Pasting lines to specified targets, type /paste -help for help' + filename: paste_derwan.pl + license: 'GNU GPL v2' + modified: '2004-11-13 14:32:13' + name: paste + url: http://derwan.irssi.pl + version: 1.0-rc5 +- + authors: 'Simon Huggins' + contact: huggie-irssi@earth.li + description: 'Paste reformats long pieces of text typically pasted into your client from webpages so that they fit nicely into your channel. Width of client may be specified' + filename: paste_huggie.pl + license: GPLv2 + modified: '2002-03-09 10:59:49' + modules: 'Text::Wrap Text::Tabs' + name: Paste + url: http://the.earth.li/~huggie/irssi/ + version: 0.5 +- + authors: 'Kimmo Lehto' + contact: kimmo@a-men.org + description: 'Provides /start, /stop, /play <-nopack> <-nospace> paste mechanism - start and stop recording and then replay without linebreaks. Also /see to view what was recorded.' + filename: paste_kimmoke.pl + license: 'Public Domain' + modified: '2002-03-27 14:51:00' + name: Paste-KimmoKe + version: 0.1 +- + authors: Mankeli + contact: mankeli@einari.org + description: 'This script allows you flood shit.' + filename: pelix.pl + license: GNU/GPL + modified: '2008-05-17 17:39:11' + name: '#pelix Helpers' + version: 0.3 +- + authors: 'Marcin Qrczak Kowalczyk, Johan ion Kiviniemi' + contact: qrczak@knm.org.pl + description: 'Userlist with autoopping, autokicking etc.' + filename: people.pl + license: 'GNU GPL' + modified: '2008-05-23 19:14:57' + modules: Time::HiRes + name: People + url: http://qrnik.knm.org.pl/~qrczak/irc/people.pl + version: 1.7 +- + authors: 'Wouter Coekaerts' + contact: coekie@irssi.org + description: 'Keeps a prompt per window' + filename: per_window_prompt.pl + license: 'GPLv2 or later' + modified: '2007-04-08 00:00:00' + name: per_window_prompt + url: http://wouter.coekaerts.be/irssi/ + version: 1.0 +- + authors: 'Adam Duck' + contact: duck@cs.uni-frankfurt.de + description: 'does CTCP SOUNDs and other similar things.' + filename: pggb_sound.pl + license: GPLv2 + modified: '2008-05-17 17:39:11' + modules: 'File::Listing File::Basename' + name: PGGB_sound + url: '' + version: 0.2.3.23b +- + authors: 'Stefan tommie Tomanek' + commands: poison + contact: stefan@pico.ruhr.de + description: 'equips Irssi with an interface to giFT' + filename: poison.pl + license: GPLv2 + modified: '2008-05-17 17:39:09' + modules: 'IO::Socket::INET Data::Dumper' + name: Poison + version: 2003020801 +- + authors: 'Stefan tommie Tomanek' + commands: postpone + contact: stefan@pico.ruhr.de + description: 'Postpones messages sent to a splitted user and resends them when the nick rejoins' + filename: postpone.pl + license: GPLv2 + modified: '2008-05-17 17:39:11' + name: postpone + version: 20030208 +- + authors: 'Maciek Freudenheim, Marco dItri' + contact: 'fahren@bochnia.pl, md@linux.it' + description: 'port of asmodeans /ppl command from skuld3' + filename: ppl.pl + license: 'GPL v2' + modified: '2008-05-17 17:39:09' + name: ppl + url: http://www.linux.it/~md/irssi/ + version: 20020128 +- + authors: 'Cyprien Debu' + contact: frey@notk.org + description: 'Gets new mails from procmail.log file' + filename: procmaillog.pl + license: 'Public Domain' + modified: 2014-06-20 + name: procmaillog + version: 2.02 +- + authors: 'Teemu jamov Koskinen' + contact: teemu.koskinen@mbnet.fi + description: 'Prints the Q username in right format' + filename: q_username.pl + license: 'Public Domain' + modified: '2008-05-17 17:39:11' + name: q_username + version: 0.1 +- + authors: 'Doug Freed' + contact: dwfreed!#irssi@freenode description: "Authenticates with QuakeNet's Q service upon connection, using their CHALLENGEAUTH protocol" - filename: "qchallengeauth.pl" - modified: "2014-08-23" - license: "GPLv3+" - name: "qchallengeauth" - version: "1.0" - -- authors: "Peder Stray" - contact: "peder@ninja.no" - description: "Give you more control over when to jump to query windows and when to just tell you one has been created. Enhanced autoclose." - filename: "query.pl" - modified: "2009-04-25 11:27:28" - license: "GPL" - modules: "Text::Abbrev" - name: "query" - url: "http://ninja.no/irssi/query.pl" - version: "1.24" - -- authors: "Stefan tommie Tomanek" - contact: "stefan@pico.ruhr.de" - description: "restores the last lines of a query on re-creation" - filename: "queryresume.pl" - modified: "2008-05-17 17:39:09" - license: "GPLv2" - modules: "Date::Format File::Glob" - name: "QueryResume" - version: "2003021201" - -- authors: "Timo Sirainen" - description: "Random quit messages" - filename: "quitmsg.pl" - modified: "2002-03-10 23:18:00" - license: "Public Domain" - name: "quitmsg" - version: "1.00" - -- authors: "Fernando J. Pereda" - contact: "ferdy@ferdyx.org" - description: "Random quit messages - based on quitmsg (Timo Sirainen)" - filename: "quitrand.pl" - modified: "2008-05-17 17:39:09" - license: "GPLv2" - name: "quitrand" - version: "1.00" - -- authors: "Simon Huggins" - contact: "huggie-irssi@earth.li" - description: "Turns irssi into a quiz bot" - filename: "quiz.pl" - modified: "2002-04-24 01:12:01" - license: "GPLv2" - modules: "Data::Dumper" - name: "Quiz" - url: "http://the.earth.li/~huggie/irssi/" - version: "0.7" - -- authors: "Athanasius Emilius Arvanitis based on Simon Huggins quiz 0.7" - contact: "arvan" - description: "Turns irssi into a quiz bot. Has greek language and many answers support" - filename: "quizgr.pl" - modified: "2002-11-26 13:37:59" - license: "GPLv2" - modules: "Data::Dumper" - name: "Quizgr" - url: "http://kronos.eng.auth.gr/~arvan/irssi/" - version: "0.7GR02" - -- authors: "Stefan tommie Tomanek" - commands: "quizmaster" - contact: "stefan@pico.ruhr.de" - description: "Un script de quiz pour irssi" - filename: "quizmaster-fr.pl" - modified: "2008-06-16 10:15:05" - license: "GPLv2" - modules: "Data::Dumper" - name: "quizmaster" - url: "http://irssi.org/scripts/ http://pierre.carlot.free.fr/tux/" - version: "20030208+fr" - -- authors: "Stefan tommie Tomanek" - commands: "quizmaster" - contact: "stefan@pico.ruhr.de" - description: "a trivia script for Irssi" - filename: "quizmaster.pl" - modified: "2008-06-16 10:14:51" - license: "GPLv2" - modules: "Data::Dumper" - name: "quizmaster" - url: "http://irssi.org/scripts/" - version: "20030208" - -- authors: "Jakub Jankowski" - contact: "shasta@atn.pl" - description: "Prints colored text. Rather simple than sophisticated." - filename: "rainbow.pl" - modified: "2014-12-01 13:04:09" - license: "GNU GPLv2 or later" - name: "rainbow" - url: "http://irssi.atn.pl/" - version: "1.6" - -- authors: "Lasse Karstensen" - contact: "lkarsten@stud.ntnu.no" - description: "Random away-messages" - filename: "randaway.pl" - modified: "2008-05-17 17:39:09" - license: "Public Domain" - name: "randaway.pl" - url: "http://www.stud.ntnu.no/~lkarsten/irssi/" - version: "1.13" - -- authors: "legion" - contact: "a.lepore(at)email.it" - description: "Random /set real_name taken from a file." - filename: "randname.pl" - modified: "2003-12-06 12:28:04" - license: "Public Domain" - name: "RandName" - version: "1.0" - -- authors: "Thomas Graf" - contact: "irssi@reeler.org" - description: "handle 005 and 010 server messages and reconnect to that server" - filename: "redirect.pl" - modified: "2008-05-17 17:39:11" - license: "GNU GPLv2 or later" - name: "redirect" - url: "http://irssi.reeler.org/" - version: "0.1" - -- authors: "Maciek fahren Freudenheim" - contact: "fahren@bochnia.pl" - description: "Keeps last 15 messages in cache" - filename: "relm.pl" - modified: "2002-03-15 15:09:42" - license: "GNU GPLv2 or later" - name: "REdirect Last Message" - version: "1.0" - -- authors: "David Leadbeater" - contact: "dgl@dgl.cx" - description: "Lets you run commands remotely via /msg and a password" - filename: "remote.pl" - modified: "2008-05-17 17:39:09" - license: "GNU GPLv2 or later" - name: "remote" - url: "http://irssi.dgl.cx/" - version: "1" - -- authors: "Isaac G" - contact: "irssi@isaac.otherinbox.com" - description: "Reordering windows based on a textfile." - filename: "reorder.pl" - modified: "2010-02-12 22:42:13" - license: "GPL" - modules: "strict Irssi Data::Dumper" - name: "reorder" - -- authors: "BC-bd" - contact: "bd@bc-bd.org" - description: "Hide duplicate lines" - filename: "repeat.pl" - modified: "2012-08-30 11:52:40" - license: "GPL v2" - name: "repeat" - url: "http://bc-bd.org/blog/irssi/" - version: "0.2.0" - -- authors: "David Leadbeater" - contact: "dgl@dgl.cx" - description: "Resizes a split window when it is made active (see comments in script for details)" - filename: "resize_split.pl" - modified: "2008-05-17 17:39:11" - license: "GNU GPLv2 or later" - name: "resize_split" - url: "http://irssi.dgl.cx/" - version: "1.0" - -- authors: "Fogel" - contact: "fogel@fogel.netmark.pl" - description: "Rhythmbox now playing script" - filename: "rhythmbox.pl" - modified: "2009-06-16 23:11:03" - license: "BSD" - name: "rhythmbox" - url: "www.fogel.com.pl" - version: "1.30" - -- authors: "Maciek fahren Freudenheim" - contact: "fahren@bochnia.pl" - description: "/RK [-o | -l | -a] - kicks random nick from ops | lusers | all on channel" - filename: "rk.pl" - modified: "2002-03-15 15:09:42" - license: "GNU GPLv2 or later" - name: "Random kicker" - version: "0.9" - -- authors: "Victor Ivanov" - contact: "v0rbiz@yahoo.com" - description: "translates romaji to hiragana or katakana in text enclosed in ^R" - filename: "romaji.pl" - modified: "2008-05-17 17:39:11" - license: "BSD 2-clause" - name: "romaji" - url: "http://irssi.org/scripts/" - version: "1.0b3" - -- authors: "Victor Ivanov" - contact: "v0rbiz@yahoo.com" - description: "Dynamic romaji binds" - filename: "romajibind.pl" - modified: "2008-05-17 17:39:11" - license: "BSD 2-clause" - name: "romajibind" - url: "http://irssi.org/scripts/" - version: "1.0b" - -- authors: "Mariusz Craig Ciesla" - commands: "rot13 unrot13" - contact: "craig@fish.mac.edu.pl" - description: "ROT13 encoding and reverse :)" - filename: "rot13.pl" - modified: "2008-05-17 17:39:09" - license: "GPLv2" - name: "rot13" - version: "2003121202" - -- authors: "BC-bd" - contact: "bd@bc-bd.org" - description: "Displaye a small, changeing statusbar item to show irssi is still running" - filename: "rotator.pl" - modified: "2008-05-22 09:10:50" - license: "GPL v2" - name: "rotator" - url: "https://bc-bd.org/svn/repos/irssi/trunk/" - version: "0.2.1" - -- authors: "Johan Ion Kiviniemi, idea taken from Riku Voipios sana.pl" - contact: "ion at hassers.org" - description: "/sana command, translates english-finnish-english." - filename: "sana_cmd.pl" - modified: "2002-03-16 06:20:00" - license: "Public Domain" - modules: "HTML::Entities LWP::Simple" - name: "sana-cmd" - url: "http://ion.amigafin.org/irssi/" - version: "0.1" - -- authors: "Robert Scheck" - commands: "schwbisch" - contact: "irssi@robert-scheck.de" - description: "/schwbisch - translates your messages from german to swabian" - filename: "schwaebisch.pl" - modified: "2008-05-17 17:39:09" - license: "GNU GPL v2" - name: "Schwaebisch" - url: "http://ftp.robert-scheck.de/linux/irssi/scripts/" - version: "1.0.0" - -- authors: "Andreas ads Scherbaum <ads@wars-nicht.de>" - description: "set (un)away, if screen is attached/detached" - filename: "screen_away.pl" - modified: "2014-12-20 20:30:00" - license: "GPL v2" - modules: "FileHandle" - name: "screen_away" - url: "none" - version: "0.9.8.1" - -- authors: "Stefan tommie Tomanek" - commands: "scriptassist" - contact: "stefan@pico.ruhr.de" - description: "keeps your scripts on the cutting edge" - filename: "scriptassist.pl" - modified: "2008-05-17 17:39:09" - license: "GPLv2" - modules: "Data::Dumper LWP::UserAgent" - name: "scriptassist" - url: "http://irssi.org/scripts/" - version: "2003020803" - -- authors: "Maciek fahren Freudenheim" - contact: "fahren@bochnia.pl" - description: "Provides access to scripts help" - filename: "scripthelp.pl" - modified: "2002-04-13 02:23:37" - license: "GNU GPLv2 or later" - name: "Scripts help" - version: "0.9" - -- authors: "Juerd" - contact: "juerd@juerd.nl" - description: "Access script information" - filename: "scriptinfo.pl" - modified: "2002-03-19 11:00:00" - license: "Public Domain" - name: "Script Information" - url: "http://juerd.nl/irssi/" - version: "1.20" - -- authors: "jwz, irssified by Mikachu" - contact: "Mikachu @ freenode" - description: "wtires lkie tihs" - filename: "scrmable.pl" - modified: "2008-05-17 17:39:11" - license: "as is" - name: "scrmable" - version: "1.01" - -- authors: "Demonen" - contact: "demmydemon@gmail.com" - description: "Scrolls specified text on the status bar" - filename: "scroller.pl" - modified: "2008-05-17 17:39:09" - license: "Public Domain" - name: "scroller" - version: "0.01" - -- authors: "Jari Matilainen, a lot of code borrowed from whitelist.pl by David ORourke and Karl Siegemund" - contact: "vague`!#irssi@freenode on irc" - description: "An irssi adaptation of securequery.mrc found in the Acidmax mIRC script. :), now with multiserver support" - filename: "securemsg.pl" - modified: "2007-10-09 23:30:00" - license: "GPLv2" - modules: "Irssi::UI" - name: "securemsg" - version: "2.1" - -- authors: "Marcin Qrczak Kowalczyk" - contact: "qrczak@knm.org.pl" - description: "Tell people when other people were online" - filename: "seen.pl" - modified: "2008-05-17 17:39:11" - license: "GPL" - name: "Seen" - url: "http://qrnik.knm.org.pl/~qrczak/irssi/seen.pl" - version: "1.8" - -- authors: "David Leadbeater" - contact: "dgl@dgl.cx" - description: "Tab complete servers and userhosts (irc. -> irc server, user@ -> user@host). Useful for lazy ircops for /squit and so on :)" - filename: "servercomplete.pl" - modified: "2008-05-17 17:39:11" - license: "GNU GPLv2 or later" - name: "servercomplete" - url: "http://irssi.dgl.cx/" - version: "2" - -- authors: "optical" - commands: "/seti <#channel>|<nick>" - contact: "optical@linux.nu" - description: "Tell ppl how far youve gotten with you SETI@home workunit." - filename: "seti.pl" - modified: "2002-07-13 12:03:42" - license: "GPL" - name: "SETI@home info" - note: "Make sure you set the seti_state_sah with /set" - url: "http://optical.kapitalet.org/seti/" - version: "0.1" - -- authors: "Marcin Rozycki" - contact: "derwan@irssi.pl" - description: "shortenurl" - filename: "shortenurl.pl" - modified: "2004-06-26 19:17:02" - license: "GNU GPL v2" - modules: "LWP::UserAgent IO::File" - name: "shortenurl" - url: "http://derwan.irssi.pl" - version: "0.7.1" - -- authors: "eo, tsaavik" - contact: "irssi@eosin.org, dave001@hellspark.com" - description: "Private/Public url reduction script." - filename: "shorturl.pl" - modified: "2009-09-06 16:20:39" - license: "GPLv2" - modules: "LWP::Simple LWP::UserAgent" - name: "shorturl.pl" - version: "20090904" - -- authors: "Pawe Styx Chuchmaa" - contact: "styx@irc.pl" - description: "Show hilight messages in active window" - filename: "showhilight.pl" - modified: "2002-06-28 11:09:42" - license: "GNU GPLv2" - name: "showhilight" - version: "0.1" - -- authors: "Michiel v Vaardegem" - contact: "michielv@zeelandnet.nl" - description: "show host kicks" - filename: "showhost.pl" - modified: "2003-12-08 19:23:51" - license: "GPL" - name: "showhost" - version: "0.2" - -- authors: "Wouter Coekaerts" - contact: "wouter@coekaerts.be" - description: "show modes in parts, quits, kicks, topic changes or actions, like show_nickmode does for public messages" - filename: "showmode.pl" - modified: "2007-07-28 00:00:00" - license: "GPLv2 or later" - name: "showmode" - version: "0.3" - -- authors: "Lars Djerf" - contact: "lars.djerf@gmail.com" - description: "Converts Slack emoji to smileys." - filename: "slack_emoji.pl" - modified: "2015-01-03 19:55:28" - license: "GPLv3" - name: "slack_emoji" - version: "0.03" - -- authors: "crshd" - contact: "christian.brassat@gmail.com" + filename: qchallengeauth.pl + license: GPLv3+ + modified: 2014-08-23 + name: qchallengeauth + version: 1.0 +- + authors: 'Peder Stray' + contact: peder@ninja.no + description: 'Give you more control over when to jump to query windows and when to just tell you one has been created. Enhanced autoclose.' + filename: query.pl + license: GPL + modified: '2009-04-25 11:27:28' + modules: Text::Abbrev + name: query + url: http://ninja.no/irssi/query.pl + version: 1.24 +- + authors: 'Stefan tommie Tomanek' + contact: stefan@pico.ruhr.de + description: 'restores the last lines of a query on re-creation' + filename: queryresume.pl + license: GPLv2 + modified: '2008-05-17 17:39:09' + modules: 'Date::Format File::Glob' + name: QueryResume + version: 2003021201 +- + authors: 'Timo Sirainen' + description: 'Random quit messages' + filename: quitmsg.pl + license: 'Public Domain' + modified: '2002-03-10 23:18:00' + name: quitmsg + version: 1.00 +- + authors: 'Fernando J. Pereda' + contact: ferdy@ferdyx.org + description: 'Random quit messages - based on quitmsg (Timo Sirainen)' + filename: quitrand.pl + license: GPLv2 + modified: '2008-05-17 17:39:09' + name: quitrand + version: 1.00 +- + authors: 'Simon Huggins' + contact: huggie-irssi@earth.li + description: 'Turns irssi into a quiz bot' + filename: quiz.pl + license: GPLv2 + modified: '2002-04-24 01:12:01' + modules: Data::Dumper + name: Quiz + url: http://the.earth.li/~huggie/irssi/ + version: 0.7 +- + authors: 'Athanasius Emilius Arvanitis based on Simon Huggins quiz 0.7' + contact: arvan + description: 'Turns irssi into a quiz bot. Has greek language and many answers support' + filename: quizgr.pl + license: GPLv2 + modified: '2002-11-26 13:37:59' + modules: Data::Dumper + name: Quizgr + url: http://kronos.eng.auth.gr/~arvan/irssi/ + version: 0.7GR02 +- + authors: 'Stefan tommie Tomanek' + commands: quizmaster + contact: stefan@pico.ruhr.de + description: 'Un script de quiz pour irssi' + filename: quizmaster-fr.pl + license: GPLv2 + modified: '2008-06-16 10:15:05' + modules: Data::Dumper + name: quizmaster + url: 'http://irssi.org/scripts/ http://pierre.carlot.free.fr/tux/' + version: 20030208+fr +- + authors: 'Stefan tommie Tomanek' + commands: quizmaster + contact: stefan@pico.ruhr.de + description: 'a trivia script for Irssi' + filename: quizmaster.pl + license: GPLv2 + modified: '2008-06-16 10:14:51' + modules: Data::Dumper + name: quizmaster + url: http://irssi.org/scripts/ + version: 20030208 +- + authors: 'Jakub Jankowski' + contact: shasta@atn.pl + description: 'Prints colored text. Rather simple than sophisticated.' + filename: rainbow.pl + license: 'GNU GPLv2 or later' + modified: '2014-12-01 13:04:09' + name: rainbow + url: http://irssi.atn.pl/ + version: 1.6 +- + authors: 'Lasse Karstensen' + contact: lkarsten@stud.ntnu.no + description: 'Random away-messages' + filename: randaway.pl + license: 'Public Domain' + modified: '2008-05-17 17:39:09' + name: randaway.pl + url: http://www.stud.ntnu.no/~lkarsten/irssi/ + version: 1.13 +- + authors: legion + contact: a.lepore(at)email.it + description: 'Random /set real_name taken from a file.' + filename: randname.pl + license: 'Public Domain' + modified: '2003-12-06 12:28:04' + name: RandName + version: 1.0 +- + authors: 'Thomas Graf' + contact: irssi@reeler.org + description: 'handle 005 and 010 server messages and reconnect to that server' + filename: redirect.pl + license: 'GNU GPLv2 or later' + modified: '2008-05-17 17:39:11' + name: redirect + url: http://irssi.reeler.org/ + version: 0.1 +- + authors: 'Maciek fahren Freudenheim' + contact: fahren@bochnia.pl + description: 'Keeps last 15 messages in cache' + filename: relm.pl + license: 'GNU GPLv2 or later' + modified: '2002-03-15 15:09:42' + name: 'REdirect Last Message' + version: 1.0 +- + authors: 'David Leadbeater' + contact: dgl@dgl.cx + description: 'Lets you run commands remotely via /msg and a password' + filename: remote.pl + license: 'GNU GPLv2 or later' + modified: '2008-05-17 17:39:09' + name: remote + url: http://irssi.dgl.cx/ + version: 1 +- + authors: 'Isaac G' + contact: irssi@isaac.otherinbox.com + description: 'Reordering windows based on a textfile.' + filename: reorder.pl + license: GPL + modified: '2010-02-12 22:42:13' + modules: 'strict Irssi Data::Dumper' + name: reorder +- + authors: BC-bd + contact: bd@bc-bd.org + description: 'Hide duplicate lines' + filename: repeat.pl + license: 'GPL v2' + modified: '2012-08-30 11:52:40' + name: repeat + url: http://bc-bd.org/blog/irssi/ + version: 0.2.0 +- + authors: 'David Leadbeater' + contact: dgl@dgl.cx + description: 'Resizes a split window when it is made active (see comments in script for details)' + filename: resize_split.pl + license: 'GNU GPLv2 or later' + modified: '2008-05-17 17:39:11' + name: resize_split + url: http://irssi.dgl.cx/ + version: 1.0 +- + authors: Fogel + contact: fogel@fogel.netmark.pl + description: 'Rhythmbox now playing script' + filename: rhythmbox.pl + license: BSD + modified: '2009-06-16 23:11:03' + name: rhythmbox + url: www.fogel.com.pl + version: 1.30 +- + authors: 'Maciek fahren Freudenheim' + contact: fahren@bochnia.pl + description: '/RK [-o | -l | -a] - kicks random nick from ops | lusers | all on channel' + filename: rk.pl + license: 'GNU GPLv2 or later' + modified: '2002-03-15 15:09:42' + name: 'Random kicker' + version: 0.9 +- + authors: 'Victor Ivanov' + contact: v0rbiz@yahoo.com + description: 'translates romaji to hiragana or katakana in text enclosed in ^R' + filename: romaji.pl + license: 'BSD 2-clause' + modified: '2008-05-17 17:39:11' + name: romaji + url: http://irssi.org/scripts/ + version: 1.0b3 +- + authors: 'Victor Ivanov' + contact: v0rbiz@yahoo.com + description: 'Dynamic romaji binds' + filename: romajibind.pl + license: 'BSD 2-clause' + modified: '2008-05-17 17:39:11' + name: romajibind + url: http://irssi.org/scripts/ + version: 1.0b +- + authors: 'Mariusz Craig Ciesla' + commands: 'rot13 unrot13' + contact: craig@fish.mac.edu.pl + description: 'ROT13 encoding and reverse :)' + filename: rot13.pl + license: GPLv2 + modified: '2008-05-17 17:39:09' + name: rot13 + version: 2003121202 +- + authors: BC-bd + contact: bd@bc-bd.org + description: 'Displaye a small, changeing statusbar item to show irssi is still running' + filename: rotator.pl + license: 'GPL v2' + modified: '2008-05-22 09:10:50' + name: rotator + url: https://bc-bd.org/svn/repos/irssi/trunk/ + version: 0.2.1 +- + authors: 'Johan Ion Kiviniemi, idea taken from Riku Voipios sana.pl' + contact: 'ion at hassers.org' + description: '/sana command, translates english-finnish-english.' + filename: sana_cmd.pl + license: 'Public Domain' + modified: '2002-03-16 06:20:00' + modules: 'HTML::Entities LWP::Simple' + name: sana-cmd + url: http://ion.amigafin.org/irssi/ + version: 0.1 +- + authors: 'Robert Scheck' + commands: schwbisch + contact: irssi@robert-scheck.de + description: '/schwbisch - translates your messages from german to swabian' + filename: schwaebisch.pl + license: 'GNU GPL v2' + modified: '2008-05-17 17:39:09' + name: Schwaebisch + url: http://ftp.robert-scheck.de/linux/irssi/scripts/ + version: 1.0.0 +- + authors: 'Andreas ads Scherbaum <ads@wars-nicht.de>' + description: 'set (un)away, if screen is attached/detached' + filename: screen_away.pl + license: 'GPL v2' + modified: '2014-12-20 20:30:00' + modules: FileHandle + name: screen_away + url: none + version: 0.9.8.1 +- + authors: 'Stefan tommie Tomanek' + commands: scriptassist + contact: stefan@pico.ruhr.de + description: 'keeps your scripts on the cutting edge' + filename: scriptassist.pl + license: GPLv2 + modified: '2008-05-17 17:39:09' + modules: 'Data::Dumper LWP::UserAgent' + name: scriptassist + url: http://irssi.org/scripts/ + version: 2003020803 +- + authors: 'Maciek fahren Freudenheim' + contact: fahren@bochnia.pl + description: 'Provides access to scripts help' + filename: scripthelp.pl + license: 'GNU GPLv2 or later' + modified: '2002-04-13 02:23:37' + name: 'Scripts help' + version: 0.9 +- + authors: Juerd + contact: juerd@juerd.nl + description: 'Access script information' + filename: scriptinfo.pl + license: 'Public Domain' + modified: '2002-03-19 11:00:00' + name: 'Script Information' + url: http://juerd.nl/irssi/ + version: 1.20 +- + authors: 'jwz, irssified by Mikachu' + contact: 'Mikachu @ freenode' + description: 'wtires lkie tihs' + filename: scrmable.pl + license: 'as is' + modified: '2008-05-17 17:39:11' + name: scrmable + version: 1.01 +- + authors: Demonen + contact: demmydemon@gmail.com + description: 'Scrolls specified text on the status bar' + filename: scroller.pl + license: 'Public Domain' + modified: '2008-05-17 17:39:09' + name: scroller + version: 0.01 +- + authors: 'Jari Matilainen, a lot of code borrowed from whitelist.pl by David ORourke and Karl Siegemund' + contact: 'vague`!#irssi@freenode on irc' + description: 'An irssi adaptation of securequery.mrc found in the Acidmax mIRC script. :), now with multiserver support' + filename: securemsg.pl + license: GPLv2 + modified: '2007-10-09 23:30:00' + modules: Irssi::UI + name: securemsg + version: 2.1 +- + authors: 'Marcin Qrczak Kowalczyk' + contact: qrczak@knm.org.pl + description: 'Tell people when other people were online' + filename: seen.pl + license: GPL + modified: '2008-05-17 17:39:11' + name: Seen + url: http://qrnik.knm.org.pl/~qrczak/irssi/seen.pl + version: 1.8 +- + authors: 'David Leadbeater' + contact: dgl@dgl.cx + description: 'Tab complete servers and userhosts (irc. -> irc server, user@ -> user@host). Useful for lazy ircops for /squit and so on :)' + filename: servercomplete.pl + license: 'GNU GPLv2 or later' + modified: '2008-05-17 17:39:11' + name: servercomplete + url: http://irssi.dgl.cx/ + version: 2 +- + authors: optical + commands: '/seti <#channel>|<nick>' + contact: optical@linux.nu + description: 'Tell ppl how far youve gotten with you SETI@home workunit.' + filename: seti.pl + license: GPL + modified: '2002-07-13 12:03:42' + name: 'SETI@home info' + note: 'Make sure you set the seti_state_sah with /set' + url: http://optical.kapitalet.org/seti/ + version: 0.1 +- + authors: 'Marcin Rozycki' + contact: derwan@irssi.pl + description: shortenurl + filename: shortenurl.pl + license: 'GNU GPL v2' + modified: '2004-06-26 19:17:02' + modules: 'LWP::UserAgent IO::File' + name: shortenurl + url: http://derwan.irssi.pl + version: 0.7.1 +- + authors: 'eo, tsaavik' + contact: 'irssi@eosin.org, dave001@hellspark.com' + description: 'Private/Public url reduction script.' + filename: shorturl.pl + license: GPLv2 + modified: '2009-09-06 16:20:39' + modules: 'LWP::Simple LWP::UserAgent' + name: shorturl.pl + version: 20090904 +- + authors: 'Pawe Styx Chuchmaa' + contact: styx@irc.pl + description: 'Show hilight messages in active window' + filename: showhilight.pl + license: 'GNU GPLv2' + modified: '2002-06-28 11:09:42' + name: showhilight + version: 0.1 +- + authors: 'Michiel v Vaardegem' + contact: michielv@zeelandnet.nl + description: 'show host kicks' + filename: showhost.pl + license: GPL + modified: '2003-12-08 19:23:51' + name: showhost + version: 0.2 +- + authors: 'Wouter Coekaerts' + contact: wouter@coekaerts.be + description: 'show modes in parts, quits, kicks, topic changes or actions, like show_nickmode does for public messages' + filename: showmode.pl + license: 'GPLv2 or later' + modified: '2007-07-28 00:00:00' + name: showmode + version: 0.3 +- + authors: 'Lars Djerf' + contact: lars.djerf@gmail.com + description: 'Converts Slack emoji to smileys.' + filename: slack_emoji.pl + license: GPLv3 + modified: '2015-01-03 19:55:28' + name: slack_emoji + version: 0.03 +- + authors: crshd + contact: christian.brassat@gmail.com description: "Filters join/part messages if user hasn't been active in a while." - filename: "smartfilter.pl" - modified: "2012-10-02 21:05:40" - license: "BSD" - name: "smartfilter" - url: "none" - version: "0.1" - -- authors: "Jonne Piittinen" - contact: "jip@loota.org" - description: "Very useful smiley-flooder" - filename: "smiley.pl" - modified: "2008-05-17 17:39:11" - license: "Public Domain" - name: "Smiley" - version: "0.69" - -- authors: "Maciek fahren Freudenheim" - contact: "fahren@bochnia.pl" - description: "/ADDSMS, /DELSMS, /LISTSMS and /SMS - phone address-book with smssender, for now supports only Polish operators" - filename: "sms.pl" - modified: "2003-01-10 03:54:07" - license: "GNU GPLv2 or later" - modules: "Socket" - name: "SMS" - version: "1.5b" - -- authors: "Rick (strlen) Jansen" - contact: "strlen@shellz.nl" - description: "This script queries remote hosts (/snmpup <host1> <host2> <hostN>) running snmpd for its uptime and cpu usage" - filename: "snmpup.pl" - modified: "2002-04-06 17:57:28" - license: "GPL/2" - modules: "Net::SNMP" - name: "snmpup" - version: "2.00" - -- authors: "Daemon @ ircd.foxchat.net" - description: "Oper script to kill Spam Bots." - filename: "spambot.pl" - modified: "2008-05-17 17:39:09" - license: "Public Domain" - name: "Spam Bot Killer" - version: "1.2" - -- authors: "Wouter Coekaerts" - contact: "wouter@coekaerts.be, coekie@#irssi" - description: "(tab)complete irssi special variables (words that start with $) by evaluating them" - filename: "special_complete.pl" - modified: "2003-07-28 00:00:00" - license: "GPLv2" - name: "special_complete" - url: "http://wouter.coekaerts.be/irssi/" - version: "1.1" - -- authors: "Michael Kowalchuk" - contact: "michael_kowalchuk@umanitoba.ca" - description: "A spell checker for irssi. Hit alt+s and your line will echoed to the active window with mistakes underlined and suggestions noted. /spell is also provided. Requires Lingua::Ispell and Ispell." - filename: "spell.pl" - modified: "2006-01-02 17:02:12" - license: "MIT" - modules: "List::Util Lingua::Ispell" - name: "spell" - url: "http://home.cc.umanitoba.ca/~umkowa17/" - version: "1.0" - -- authors: "Jakub Jankowski" - contact: "shasta@toxcorp.com" - description: "Checks for spelling errors using Aspell." - filename: "spellcheck.pl" - modified: "2008-05-29 00:32:04" - license: "GPLv2" - modules: "Text::Aspell" - name: "Spellcheck" - url: "http://toxcorp.com/irc/irssi/spellcheck/" - version: "0.3" - -- authors: "Maciek fahren Freudenheim" - contact: "fahren@bochnia.pl" - description: "/SPING [server] - checks latency between current server and [server]" - filename: "sping.pl" - modified: "2014-06-15 19:11:55" - license: "GNU GPLv2 or later" - name: "Server Ping" - version: "1.0" - -- authors: "Bjoern fuchs Krombholz" - contact: "bjkro@gmx.de" - description: "Split overlong PRIVMSGs to msgs with length allowed by ircd" - filename: "splitlong.pl" - modified: "2003-06-25 00:17:00" - license: "Public Domain" - name: "splitlong" - version: "0.20" - -- authors: "Örjan Persson" - contact: "o@42mm.org" - description: "Lookup spotify uris" - filename: "spotify.pl" - modified: "2014-10-13 15:22:00" - license: "GPLv2" - name: "spotify" - url: "https://github.com/op/irssi-spotify" - version: "1.1" - -- authors: "Marcus darix Rückert, tira, Stefan tommie Tomanek" - contact: "darix@irssi.de, tira@isx.de, stefan@pico.ruhr.de" - description: "prints the stats for german stocks" - filename: "stocks.pl" - modified: "2008-05-17 17:39:11" - license: "Public Domain" - modules: "LWP::Simple HTML::Entities" - name: "stocks" - url: "http://irssi.org/scripts/" - version: "0.9" - -- authors: "Enno Boland" - contact: "g@s01.de" - description: "Rename XMPP *vz.net network contacts in bitlbee to human-readable names based on http://github.com/avar/irssi-bitlbee-facebook-rename" - filename: "studivz_bitlbee_rename.pl" - modified: "2010-07-08 23:39:58" - license: "GPL" - name: "studivz-bitlbee-rename" - version: "0.01" - -- authors: "Marcin Rozycki" - contact: "derwan@irssi.pl" - description: "Script checking channel synchronization. Usage: /sync-check [channel (servers)|-stop]" - filename: "synccheck.pl" - modified: "2002-08-09 23:00:00" - license: "GNU GPL v2" - name: "sync-check" - url: "http://derwan.irssi.pl" - version: "0.4.9.1" - -- authors: "David Rudie" - contact: "david@inexistent.com" - description: "Cross-platform/architecture system information script." - filename: "sysinfo270-irssi.pl" - modified: "2003-07-30 22:52:00" - license: "BSD" - name: "SysInfo" - url: "http://www.inexistent.com/" - version: "2.70" - -- authors: "David Rudie" - contact: "david@inexistent.com" - description: "Cross-platform/architecture system information script." - filename: "sysinfo277-irssi.pl" - modified: "2003-09-01 04:20:00" - license: "BSD" - name: "SysInfo" - url: "http://www.inexistent.com/" - version: "2.77" - -- authors: "David Leadbeater" - contact: "dgl@dgl.cx" - description: "Adds a /sysinfo command which prints system information (linux only)." - filename: "sysinfo_dg.pl" - modified: "2014-01-1 18:01:22" - license: "GNU GPLv2 or later" - name: "sysinfo-dg" - url: "http://irssi.dgl.cx/" - version: "1.3" - -- authors: "Juerd, Tronic" - contact: "trn@iki.fi" - description: "Linux system information (with vPenis and other stuff)" - filename: "sysinfoplus.pl" - modified: "2002-11-04 15:17:30" - license: "Public Domain" - name: "SysinfoPlus" - url: "http://juerd.nl/irssi/" - version: "2.20" - -- authors: "Stefan tommie Tomanek" - contact: "stefan@pico.ruhr.de" - description: "This script replaces the evil inverted I with a configurable number of whitespaces" - filename: "tab_stop.pl" - modified: "2008-05-17 17:39:11" - license: "GPLv2" - name: "tab_stop" - version: "2002123102" - -- authors: "Alexander Mieland" - contact: "dma147@mieland-programming.de" - description: "This script talks to you *g*. It reads the chat-msgs for you." - filename: "talk.pl" - modified: "2008-05-17 17:39:11" - license: "GPL2" - name: "Talk" - version: "1.01" - -- authors: "Stefan tommie Tomanek" - commands: "target" - contact: "stefan@pico.ruhr.de" - description: "advances IRC warfare to the next level )" - filename: "target.pl" - modified: "2008-05-17 17:39:09" - license: "GPLv2" - name: "Target" - url: "http://scripts.irssi.org" - version: "2003020801" - -- authors: "BC-bd" - contact: "bd@bc-bd.org" - description: "Remembers the last person oping you on a channel" - filename: "thankop.pl" - modified: "2008-05-22 09:10:50" - license: "GPL v2" - name: "thankop" - url: "https://bc-bd.org/svn/repos/irssi/trunk/" - version: "0.1.7" - -- authors: "Teemu Hjelt" - contact: "temex@iki.fi" - description: "Keeps information about the most recent topics of the channels you are on." - filename: "thistory.pl" - modified: "2002-03-10 14:53:59" - license: "GNU GPLv2 or later" - name: "topic history" - url: "http://www.iki.fi/temex/" - version: "1.05" - -- authors: "Kimmo Lehto, Marcus Rueckert" - contact: "kimmo@a-men.org, darix@irssi.org" - description: "Provides /timer command for mIRC/BitchX type timer functionality." - filename: "timer.pl" - modified: "2003-08-27 00:00:00" - license: "Public Domain" - modules: "Data::Dumper" - name: "Timer" - version: "0.5" - -- authors: "Jari Matilainen" - contact: "irc: vague`@freenode" - description: "timezones displayer" - filename: "timezones.pl" - modified: "2011-02-16 22:50:23" - license: "Public Domain" - modules: "DateTime" - name: "timezones" - url: "http://vague.se" - version: "0.1" - -- authors: "Atoms" - contact: "atoms@tups.lv" - description: "create a tinyurl from a long one" - filename: "tinyurl.pl" - modified: "2008-08-29 13:51:48" - license: "GPL" - modules: "IO::Socket LWP::UserAgent" - name: "tinyurl" - version: "1.0" - -- authors: "Timo Sirainen, David Leadbeater" - contact: "tss@iki.fi, dgl@dgl.cx" - description: "Display configurable title as XTerm title" - filename: "title.pl" - modified: "2008-05-17 17:39:09" - license: "GNU GPL" - modules: "IO::Handle" - name: "title" - url: "http://irssi.dgl.cx/" - version: "3.2" - -- authors: "Maciek fahren Freudenheim" - contact: "fahren@bochnia.pl" - description: "/TLOCK [-d] [channel] [topic] - locks current or specified topic on [channel]" - filename: "tlock.pl" - modified: "2002-03-15 15:09:42" - license: "GNU GPLv2 or later" - name: "Topic Lock" - version: "1.1" - -- authors: "John C. Vernaleo" - contact: "john@netpurgatory.com" - description: "Set away/unaway based on tmux status" - filename: "tmux_away.pl" - modified: "2014-08-28 16:50:28" - license: "GNU GPLv2" - name: "tmux away" - version: "2.0" - -- authors: "Stefan tommie Tomanek" - commands: "topics" - contact: "stefan@pico.ruhr.de" - description: "records a topic history and locks the channel topic" - filename: "topics.pl" - modified: "2008-05-17 17:39:11" - license: "GPLv2" - name: "topics" - url: "http://irssi.org/scripts/" - version: "2003020801" - -- authors: "Gabor Nyeki" - contact: "bigmac@vim.hu" - description: "editing channel topics by regexps" - filename: "topicsed.pl" - modified: "2004-08-13 19:27:38" - license: "public domain" - name: "topicsed" - -- authors: "Sebastian yath Schmidt" - contact: "yath+irssiscripts@yath.de" - description: "This script will automatically detect people using the Tor anonymity network and append .TOR to their hostname, to make things like /ignore -time 3600 *!*@*.TOR possible (e.g. when your favourite channel gets flooded)." - filename: "tordetect.pl" - modified: "2008-06-16 10:12:13" - license: "Public domain" - modules: "Net::DNS constant" - name: "Tor autodetection for Irssi" - version: "0.0.1" - -- authors: "Peter kinlo Leurs" - contact: "peter@pfoe.be" - description: "Shows a bar where youve last read a window" - filename: "trackbar.pl" - modified: "2013-11-19 13:44:07" - license: "GPLv2" - name: "trackbar" - url: "http://www.pfoe.be/~peter/trackbar/" - version: "1.7" - -- authors: "Timo Sirainen" - contact: "tss@iki.fi" - description: "Are you ever tired of those people who keep changing their nicks? Or maybe you just dont like someones nick? This script lets you see them with the real nick all the time no matter what nick theyre currently using." - filename: "tracknick.pl" - modified: "2002-03-04 22:47:00" - license: "Public Domain" - name: "track nick" - url: "http://irssi.org/" - version: "0.01" - -- authors: "dreg" - contact: "dreg@fine.lv" - description: "translitiratar" - filename: "translit.pl" - modified: "2008-05-17 17:39:11" - license: "GPL" - name: "translit" - -- authors: "Wouter Coekaerts" - contact: "wouter@coekaerts.be" - description: "execute a command or replace text, triggered by an event in irssi" - filename: "trigger.pl" - modified: "2006-01-23 13:10:19" - license: "GPLv2 or later" - modules: "Text::ParseWords IO::File" - name: "trigger" - url: "http://wouter.coekaerts.be/irssi/" - version: "1.0" - -- authors: "Stefan tommie Tomanek" - commands: "trustweb" - contact: "stefan@pico.ruhr.de" - description: "Illustrates the trust between ops" - filename: "trustweb.pl" - modified: "2008-05-17 17:39:11" - license: "GPLv2" - modules: "Data::Dumper IO::File" - name: "TrustWeb" - version: "2003020801" - -- authors: "Gabor Nyeki" - contact: "bigmac@home.sirklabs.hu" - description: "asks for the current tv-lineup from http://www.port.hu/" - filename: "tvmusor.pl" - modified: "2003-06-03 18:48:02" - license: "BSDL" - modules: "IO::Socket" - name: "tvmusor" - -- authors: "Sam Stoller" - contact: "snstoller@gmail.com" - description: "Assign colors to tweet message components" - filename: "twitter_theme.pl" - modified: "2014-11-10" - license: "Public Domain" - name: "Twitter Theme" - url: "https://github.com/samstoller/irssi-twitter-theme" - version: "1.0" - -- authors: "John Engelbrecht" - contact: "jengelbr@yahoo.com" - description: "BitchXs CrackRock3 animated prompt bar." - filename: "twprompt.pl" - modified: "2004-09-29 02:58:28" - license: "Public Domain" - name: "twprompt.pl" - url: "http://irssi.darktalker.net.n" - version: "1.00" - -- authors: "John Engelbrecht" - contact: "jengelbr@yahoo.com" - description: "IRC version of Social Commands" - filename: "twsocials.pl" - modified: "2004-11-20 18:25:12" - license: "Public Domain" - modules: "DBI" - name: "twsocials.pl" - url: "http://irssi.darktalker.net/" - version: "1.02" - -- authors: "John Engelbrecht" - contact: "jengelbr@yahoo.com" - description: "Animated Topic bar." - filename: "twtopic.pl" - modified: "2004-11-20 14:15:18" - license: "Public Domain" - name: "twtopic.pl" - url: "http://irssi.darktalker.net.n" - version: "1.01" - -- authors: "Michiel" - contact: "michiel@dotgeek.org" - description: "BitchX /u clone. Use /u <regex> to show all nicks (including ident@host) matching regex in the current channel." - filename: "u.pl" - modified: "2004-06-03 11:04:27" - license: "GNU GPL" - name: "List nicks in channel" - url: "http://otoria.freecode.nl/~michiel/u.pl" - version: "1.3" - -- authors: "David Leadbeater" - contact: "dgl@dgl.cx" - description: "Get infomation about unicode characters" - filename: "unicode.pl" - modified: "2014-07-06" - license: "WTFPL" - name: "unicode" - version: "2" - -- authors: "Peder Stray" - contact: "peder@ninja.no" - description: "Statusbaritem notifying you about updated binary" - filename: "upgradeinfo.pl" - modified: "2008-05-17 17:39:09" - license: "GPL" - name: "upgradeinfo" - url: "http://ninja.no/irssi/upgradeinfo.pl" - version: "1.7" - -- authors: "Ivo Schooneman" - contact: "ivo@schooneman.net" - description: "Plugin to place text upsidedown" - filename: "upsidedown.pl" - modified: "2012-11-08 23:16:14" - license: "GNU GPLv2" - modules: "Text::UpsideDown" - name: "upsidedown" - url: "https://github.com/Ivo-tje/Irssi-plugin-upsidedown" - version: "0.2" - -- authors: "Peder Stray" - contact: "peder@ninja.no" - description: "Try a little harder to figure out client uptime" - filename: "uptime.pl" - modified: "2008-05-17 17:39:11" - license: "GPL" - name: "uptime" - url: "http://ninja.no/irssi/uptime.pl" - version: "1.6" - -- authors: "Thomas Graf" - contact: "irssi@reeler.org" - description: "logs urls to textfile or/and database, able to list, quote, open or `http head` saved urls." - filename: "url_log.pl" - modified: "2008-05-17 17:39:11" - license: "GNU GPLv2 or later" - modules: "LWP LWP::UserAgent HTTP::Status DBI" - name: "url_log" - url: "http://irssi.reeler.org/url/" - version: "0.2" - -- authors: "Jakub Jankowski" - contact: "shasta@toxcorp.com" - description: "Provides RSS feeds with URLs pasted on your channels." - filename: "urlfeed.pl" - modified: "2008-06-16 20:10:41" - license: "GNU GPLv2 or later" - modules: "XML::RSS" - name: "URLfeed" - url: "http://toxcorp.com/irc/irssi/urlfeed/" - version: "1.28" - -- authors: "David Leadbeater" - contact: "dgl@dgl.cx" - description: "Captures urls said in channel and private messages and saves them to a file, also adds a /url command which loads the last said url into mozilla." - filename: "urlgrab.pl" - modified: "2008-05-17 17:39:11" - license: "GNU GPLv2 or later" - name: "urlgrab" - url: "http://irssi.dgl.cx/" - version: "0.2" - -- authors: "David Leadbeater" - contact: "dgl@dgl.cx" - description: "Print short summaries about URLs from known services that are mentioned on IRC. (Including YouTube, etc.)" - filename: "urlinfo.pl" - modified: "2014-08-22" - license: "WTFPL" - name: "urlinfo" - version: "1.3" - -- authors: "bwolf" - contact: "bwolf@geekmind.org" - description: "URL grabber with HTML generation and cmd execution" - filename: "urlplot.pl" - modified: "2002-06-16 14:00:13" - license: "BSD" - modules: "Fcntl DB_File" - name: "urlplot" - url: "http://www.geekmind.net" - version: "1.2" - -- authors: "David Leadbeater, Timo Sirainen, Georg Lukas" - contact: "dgl@dgl.cx, tss@iki.fi, georg@boerde.de" - description: "Adds a usercount for a channel as a statusbar item" - filename: "usercount.pl" - modified: "2014-06-15 19:03:11" - license: "GNU GPLv2 or later" - name: "usercount" - url: "http://irssi.dgl.cx/" - version: "1.19" - -- authors: "Jean-Yves Lefort" - contact: "jylefort@brutele.be, decadix on IRCNet" - description: "Adds a -cmd option to the /USERHOST builtin command" - filename: "userhost.pl" - modified: "2002-07-04 13:18:02" - license: "BSD" - name: "userhost" - url: "http://void.adminz.be/irssi.shtml" - version: "0.23" - -- authors: "Jean-Yves Lefort" - contact: "jylefort@brutele.be, decadix on IRCnet" - description: "Implements /USERS" - filename: "users.pl" - modified: "2003-01-11 14:54:35" - license: "BSD" - name: "users" - version: "2.3" - -- authors: "c0ffee" - contact: "c0ffee@penguin-breeder.org" - description: "shows top[0-9]+ irc client versions in a channel" - filename: "version-stat.pl" - modified: "2002-04-14 17:30:00" - license: "Public Domain" - name: "version-stats" - url: "http://www.penguin-breeder.org/?page=irssi" - version: "0.1" - -- authors: "Stefan tommie Tomanek" - commands: "verstats" - contact: "stefan@pico.ruhr.de" - description: "Draws a diagram of the used clients in a channel" - filename: "verstats.pl" - modified: "2008-05-17 17:39:11" - license: "GPLv2" - name: "VerStats" - url: "http://scripts.irssi.org" - version: "20030208" - -- authors: "Olof 'zibri' Johansson, Cyprien Debu" - contact: "olof@ethup.se, frey@notk.org" - description: "Prints some info of a linked video automatically" - filename: "vidinfo.pl" - modified: "2014-07-05 15:57:51" - license: "GPL" - name: "Vidinfo" - version: "1.00" - -- authors: "Jakub Jankowski" - contact: "shasta@atn.pl" - description: "Silly script, removes vowels, idea taken from #linuxnews -)" - filename: "vowels.pl" - modified: "2008-05-17 17:39:11" - license: "GNU GPLv2 or later" - name: "vowels" - url: "http://irssi.atn.pl/" - version: "1.0" - -- authors: "Matti qvr Hiljanen, Piotr Pieta Szymanski" - commands: "wa" - contact: "matti@hiljanen.com, pieta@osiedle.net.pl" - description: "shows what WinAmp is playing with /wa command" - filename: "wa.pl" - modified: "2008-05-25 15:00:42" - license: "Public Domain" - modules: "Socket strict" - name: "wa" - url: "http://matin.maapallo.org/softa/irssi" - version: "2.3.1" - -- authors: "Svante Kvarnström" - contact: "sjk@ankeborg.nu" - contact: "svarre@undernet.org" - description: "warns you if someone kicks you out of a channel" - filename: "warnkick.pl" - modified: "2004-09-28 03:51:00" - license: "GPL" - name: "warnkick" - url: "http://ankeborg.nu" - version: "0.0.3" - -- authors: "ulbkold" - contact: "solaris@sundevil.de" - description: "Removes annoying characters from nicks" - filename: "washnicks.pl" - modified: "2002-04-12 14:44:11" - license: "GPL" - name: "washnicks" - url: "n/a" - version: "1.01" - -- authors: "ThEbUtChE" - contact: "thebutche@interec.org" - description: "Uso del comando watch para irssi." - filename: "watch.pl" - modified: "2003-01-17 03:19:15" - license: "BSD" - name: "Watch script" - url: "http://www.nebulosa.org" - version: "1.0" - -- authors: "GrayWolf" - contact: "graywolf@i-differ.net" - description: "Put local weather information in your statusbar as well as add a forecast command" - filename: "weather.pl" - modified: "2008-05-17 17:39:09" - license: "Public Domain" - modules: "Geo::Weather" - name: "Weather.pl" - version: "2.3" - -- authors: "David ORourke, Karl Siegemund" - contact: "phyber [at] #irssi, q [at] spuk.de" - description: "Whitelist specific nicks or hosts and ignore messages from anyone else." - filename: "whitelist.pl" - modified: "2007-12-03 15:20:00" - license: "GPLv2" - modules: "IO::File" - name: "whitelist" - version: "1.0" - -- authors: "Maciek fahren Freudenheim" - contact: "fahren@bochnia.pl" - description: "Hilights @ in whois channel reply" - filename: "whois.pl" - modified: "2002-03-15 15:09:42" - license: "GNU GPLv2 or later" - name: "cwhois" - version: "1.0" - -- authors: "Michael Kowalchuk" - contact: "michael_kowalchuk@umanitoba.ca" - description: "Every time a WHOIS or WHOWAS is run, this script checks the ident and realname for a hex encoded IP address, then decodes it, reverses it, and adds it to the printed WHOIS/WHOWAS result. Useful for looking at CGI::IRC clients." - filename: "whois_hexip.pl" - modified: "2005-12-24 00:00:00" - license: "MIT" - modules: "Socket" - name: "whois_hexip" - url: "http://home.cc.umanitoba.ca/~umkowa17/junk/whois_hexip.pl" - version: "1.4" - -- authors: "Erik Fears" - contact: "strtok@softhome.net" - description: "This script allows you to view all users on a specific server." - filename: "whos.pl" - modified: "2008-05-17 17:39:09" - license: "GPL" - name: "whos" - version: "1.00" - -- authors: "Leszek Matok" - contact: "lam@lac.pl" - description: "Provides /wilm and /wiilm commands, which do a whois on a person who sent you last private message" - filename: "wilm.pl" - modified: "2002-10-03 14:00:00" - license: "Public Domain" - name: "wilm" - version: "1.0.1" - -- authors: "Wouter Coekaerts" - contact: "coekie@irssi.org" - description: "makes switching windows easy" - filename: "window_switcher.pl" - modified: "2007-07-29 00:00:00" - license: "GPLv2 or later" - name: "window_switcher" - url: "http://wouter.coekaerts.be/irssi/" - version: "1.0" - -- authors: "Trevor Slocum" - contact: "tslocum@gmail.com" - description: "Goto a window by its reference number with /##" - filename: "winnum.pl" - modified: "2014-05-01 16:04:00" - license: "GPLv3" - name: "winnum" - url: "https://github.com/tslocum/irssi-scripts" - version: "1.0.0" - -- authors: "Antti Ruokomäki" - contact: "antti.ruokomaki@mbnet.fi" - description: "If timestamp_timeout is used, the text will be indented when the stamp is hidden" - filename: "wisestamp.pl" - modified: "2006-04-12 22:46:00" - license: "Public Domain" - name: "wisestamp" - version: "1.1" - -- authors: "Matti qvr Hiljanen" - contact: "matti@hiljanen.com" - description: "A simple word kickbanner" - filename: "wkb.pl" - modified: "2008-05-17 17:39:09" - license: "Public Domain" - name: "wkb" - url: "http://matin.maapallo.org/softa/irssi" - version: "1.1" - -- authors: "Jesper Lindh" - contact: "rakblad@midgard.liu.se" - description: "Adds words from IRC to your tab-completion list" - filename: "wordcompletition.pl" - modified: "2004-03-12 00:00:00" - license: "Public Domain" - modules: "DBI" - name: "IRC Completion with mysql-database" - url: "http://midgard.liu.se/~n02jesli/perl/" - version: "0.1" - -- authors: "Koenraad Heijlen" - contact: "vipie@ulyssis.org" - description: "A script that scrambles all the letters in a word except the first and last." - filename: "wordscramble.pl" - modified: "2003-09-15 00:00:00" - license: "GNU GPL version 2" - name: "word_scramble" - url: "http://vipie.studentenweb.org/dev/irssi/wordscramble" - version: "0.0.2" - -- authors: "Toshio R. Spoor" - contact: "t.spoor@gmail.com" - description: "Undernet X Service Authentication Program" - filename: "xauth.pl" - modified: "2004-12-17 08:39:47" - license: "GNU GPLv2 or later" - name: "xauth" - version: "1.02" - -- authors: "Clément nodens Hermann" - commands: "xcmd" - contact: "clement.hermann@free.fr" - description: "makes Undernets X commands easier and faster to use" - filename: "xcmd.pl" - modified: "2008-05-17 17:39:11" - license: "GPLv2" - name: "Xcmd" - version: "0.2" - -- authors: "Stefan tommie Tomanek" - commands: "xdccget" - contact: "stefan@pico.ruhr.de" - description: "advances downloading from XDCC bots" - filename: "xdccget.pl" - modified: "2008-05-17 17:39:09" - license: "GPLv2" - name: "XDCCget" - version: "20040509" - -- authors: "Stefan tommie Tomanek" - commands: "xetra" - contact: "stefan@pico.ruhr.de" - description: "brings the stock exchanges of the world to your irssi" - filename: "xetra.pl" - modified: "2008-05-17 17:39:11" - license: "GPLv2" - modules: "LWP::Simple" - name: "Xetra" - version: "20030208" - -- authors: "Matthäus JonnyBG Wander" - contact: "jbg@swznet.de" - description: "Better readable listing of channel names" - filename: "xlist.pl" - modified: "2008-05-17 17:39:09" - license: "GPLv2" - name: "xlist" - url: "http://jbg.swznet.de/xlist/" - version: "1.00" - -- authors: "Simon Shine" - contact: "simon@blueshell.dk" - description: "XMMS-InfoPipe front-end - allow /np [-help] [dest]" - filename: "xmms.pl" - modified: "2004-01-15 00:00:00" - license: "Public Domain" - name: "xmms" - version: "2.0" - -- authors: "simon" - commands: "/np" - contact: "simon@blueshell.dk" - description: "Returns XMMS-InfoPipe data" - filename: "xmms2.pl" - modified: "2006-11-27 18:00:00" - license: "Public Domain" - name: "XMMS-InfoPipe Script" - note: "Make sure InfoPipe is configured!" - url: "http://irssi.dk/" - version: "1.1.3+1" - -- authors: "Tuomas Jormola" - contact: "tjormola@cc.hut.fi" - description: "/xmmsinfo to tell what youre currently playing" - filename: "xmmsinfo.pl" - modified: "2006-10-27 18:00:00" - license: "GPLv2" - modules: "Irssi::XMMSInfo" - name: "XMMSInfo" - url: "http://shakti.tky.hut.fi/stuff.xml#irssi" - version: "1.1.1.2" - -- authors: "mizerou" - commands: "xqf" - contact: "mizerou@telus.net" - description: "automatically sends xqf data to irssi and optionally licq" - filename: "xqf.pl" - modified: "2004-06-05 05:12:00" - license: "GPLv2" - modules: "Socket" - name: "XQF" - url: "none" - version: "0.14" + filename: smartfilter.pl + license: BSD + modified: '2012-10-02 21:05:40' + name: smartfilter + url: none + version: 0.1 +- + authors: 'Jonne Piittinen' + contact: jip@loota.org + description: 'Very useful smiley-flooder' + filename: smiley.pl + license: 'Public Domain' + modified: '2008-05-17 17:39:11' + name: Smiley + version: 0.69 +- + authors: 'Maciek fahren Freudenheim' + contact: fahren@bochnia.pl + description: '/ADDSMS, /DELSMS, /LISTSMS and /SMS - phone address-book with smssender, for now supports only Polish operators' + filename: sms.pl + license: 'GNU GPLv2 or later' + modified: '2003-01-10 03:54:07' + modules: Socket + name: SMS + version: 1.5b +- + authors: 'Rick (strlen) Jansen' + contact: strlen@shellz.nl + description: 'This script queries remote hosts (/snmpup <host1> <host2> <hostN>) running snmpd for its uptime and cpu usage' + filename: snmpup.pl + license: GPL/2 + modified: '2002-04-06 17:57:28' + modules: Net::SNMP + name: snmpup + version: 2.00 +- + authors: 'Daemon @ ircd.foxchat.net' + description: 'Oper script to kill Spam Bots.' + filename: spambot.pl + license: 'Public Domain' + modified: '2008-05-17 17:39:09' + name: 'Spam Bot Killer' + version: 1.2 +- + authors: 'Wouter Coekaerts' + contact: 'wouter@coekaerts.be, coekie@#irssi' + description: '(tab)complete irssi special variables (words that start with $) by evaluating them' + filename: special_complete.pl + license: GPLv2 + modified: '2003-07-28 00:00:00' + name: special_complete + url: http://wouter.coekaerts.be/irssi/ + version: 1.1 +- + authors: 'Michael Kowalchuk' + contact: michael_kowalchuk@umanitoba.ca + description: 'A spell checker for irssi. Hit alt+s and your line will echoed to the active window with mistakes underlined and suggestions noted. /spell is also provided. Requires Lingua::Ispell and Ispell.' + filename: spell.pl + license: MIT + modified: '2006-01-02 17:02:12' + modules: 'List::Util Lingua::Ispell' + name: spell + url: http://home.cc.umanitoba.ca/~umkowa17/ + version: 1.0 +- + authors: 'Jakub Jankowski' + contact: shasta@toxcorp.com + description: 'Checks for spelling errors using Aspell.' + filename: spellcheck.pl + license: GPLv2 + modified: '2008-05-29 00:32:04' + modules: Text::Aspell + name: Spellcheck + url: http://toxcorp.com/irc/irssi/spellcheck/ + version: 0.3 +- + authors: 'Maciek fahren Freudenheim' + contact: fahren@bochnia.pl + description: '/SPING [server] - checks latency between current server and [server]' + filename: sping.pl + license: 'GNU GPLv2 or later' + modified: '2014-06-15 19:11:55' + name: 'Server Ping' + version: 1.0 +- + authors: 'Bjoern fuchs Krombholz' + contact: bjkro@gmx.de + description: 'Split overlong PRIVMSGs to msgs with length allowed by ircd' + filename: splitlong.pl + license: 'Public Domain' + modified: '2003-06-25 00:17:00' + name: splitlong + version: 0.20 +- + authors: 'Örjan Persson' + contact: o@42mm.org + description: 'Lookup spotify uris' + filename: spotify.pl + license: GPLv2 + modified: '2014-10-13 15:22:00' + name: spotify + url: https://github.com/op/irssi-spotify + version: 1.1 +- + authors: 'Marcus darix Rückert, tira, Stefan tommie Tomanek' + contact: 'darix@irssi.de, tira@isx.de, stefan@pico.ruhr.de' + description: 'prints the stats for german stocks' + filename: stocks.pl + license: 'Public Domain' + modified: '2008-05-17 17:39:11' + modules: 'LWP::Simple HTML::Entities' + name: stocks + url: http://irssi.org/scripts/ + version: 0.9 +- + authors: 'Enno Boland' + contact: g@s01.de + description: 'Rename XMPP *vz.net network contacts in bitlbee to human-readable names based on http://github.com/avar/irssi-bitlbee-facebook-rename' + filename: studivz_bitlbee_rename.pl + license: GPL + modified: '2010-07-08 23:39:58' + name: studivz-bitlbee-rename + version: 0.01 +- + authors: 'Marcin Rozycki' + contact: derwan@irssi.pl + description: 'Script checking channel synchronization. Usage: /sync-check [channel (servers)|-stop]' + filename: synccheck.pl + license: 'GNU GPL v2' + modified: '2002-08-09 23:00:00' + name: sync-check + url: http://derwan.irssi.pl + version: 0.4.9.1 +- + authors: 'David Rudie' + contact: david@inexistent.com + description: 'Cross-platform/architecture system information script.' + filename: sysinfo270-irssi.pl + license: BSD + modified: '2003-07-30 22:52:00' + name: SysInfo + url: http://www.inexistent.com/ + version: 2.70 +- + authors: 'David Rudie' + contact: david@inexistent.com + description: 'Cross-platform/architecture system information script.' + filename: sysinfo277-irssi.pl + license: BSD + modified: '2003-09-01 04:20:00' + name: SysInfo + url: http://www.inexistent.com/ + version: 2.77 +- + authors: 'David Leadbeater' + contact: dgl@dgl.cx + description: 'Adds a /sysinfo command which prints system information (linux only).' + filename: sysinfo_dg.pl + license: 'GNU GPLv2 or later' + modified: '2014-01-1 18:01:22' + name: sysinfo-dg + url: http://irssi.dgl.cx/ + version: 1.3 +- + authors: 'Juerd, Tronic' + contact: trn@iki.fi + description: 'Linux system information (with vPenis and other stuff)' + filename: sysinfoplus.pl + license: 'Public Domain' + modified: '2002-11-04 15:17:30' + name: SysinfoPlus + url: http://juerd.nl/irssi/ + version: 2.20 +- + authors: 'Stefan tommie Tomanek' + contact: stefan@pico.ruhr.de + description: 'This script replaces the evil inverted I with a configurable number of whitespaces' + filename: tab_stop.pl + license: GPLv2 + modified: '2008-05-17 17:39:11' + name: tab_stop + version: 2002123102 +- + authors: 'Alexander Mieland' + contact: dma147@mieland-programming.de + description: 'This script talks to you *g*. It reads the chat-msgs for you.' + filename: talk.pl + license: GPL2 + modified: '2008-05-17 17:39:11' + name: Talk + version: 1.01 +- + authors: 'Stefan tommie Tomanek' + commands: target + contact: stefan@pico.ruhr.de + description: 'advances IRC warfare to the next level )' + filename: target.pl + license: GPLv2 + modified: '2008-05-17 17:39:09' + name: Target + url: http://scripts.irssi.org + version: 2003020801 +- + authors: BC-bd + contact: bd@bc-bd.org + description: 'Remembers the last person oping you on a channel' + filename: thankop.pl + license: 'GPL v2' + modified: '2008-05-22 09:10:50' + name: thankop + url: https://bc-bd.org/svn/repos/irssi/trunk/ + version: 0.1.7 +- + authors: 'Teemu Hjelt' + contact: temex@iki.fi + description: 'Keeps information about the most recent topics of the channels you are on.' + filename: thistory.pl + license: 'GNU GPLv2 or later' + modified: '2002-03-10 14:53:59' + name: 'topic history' + url: http://www.iki.fi/temex/ + version: 1.05 +- + authors: 'Kimmo Lehto, Marcus Rueckert' + contact: 'kimmo@a-men.org, darix@irssi.org' + description: 'Provides /timer command for mIRC/BitchX type timer functionality.' + filename: timer.pl + license: 'Public Domain' + modified: '2003-08-27 00:00:00' + modules: Data::Dumper + name: Timer + version: 0.5 +- + authors: 'Jari Matilainen' + contact: 'irc: vague`@freenode' + description: 'timezones displayer' + filename: timezones.pl + license: 'Public Domain' + modified: '2011-02-16 22:50:23' + modules: DateTime + name: timezones + url: http://vague.se + version: 0.1 +- + authors: Atoms + contact: atoms@tups.lv + description: 'create a tinyurl from a long one' + filename: tinyurl.pl + license: GPL + modified: '2008-08-29 13:51:48' + modules: 'IO::Socket LWP::UserAgent' + name: tinyurl + version: 1.0 +- + authors: 'Timo Sirainen, David Leadbeater' + contact: 'tss@iki.fi, dgl@dgl.cx' + description: 'Display configurable title as XTerm title' + filename: title.pl + license: 'GNU GPL' + modified: '2008-05-17 17:39:09' + modules: IO::Handle + name: title + url: http://irssi.dgl.cx/ + version: 3.2 +- + authors: 'Maciek fahren Freudenheim' + contact: fahren@bochnia.pl + description: '/TLOCK [-d] [channel] [topic] - locks current or specified topic on [channel]' + filename: tlock.pl + license: 'GNU GPLv2 or later' + modified: '2002-03-15 15:09:42' + name: 'Topic Lock' + version: 1.1 +- + authors: 'John C. Vernaleo' + contact: john@netpurgatory.com + description: 'Set away/unaway based on tmux status' + filename: tmux_away.pl + license: 'GNU GPLv2' + modified: '2014-08-28 16:50:28' + name: 'tmux away' + version: 2.0 +- + authors: 'Stefan tommie Tomanek' + commands: topics + contact: stefan@pico.ruhr.de + description: 'records a topic history and locks the channel topic' + filename: topics.pl + license: GPLv2 + modified: '2008-05-17 17:39:11' + name: topics + url: http://irssi.org/scripts/ + version: 2003020801 +- + authors: 'Gabor Nyeki' + contact: bigmac@vim.hu + description: 'editing channel topics by regexps' + filename: topicsed.pl + license: 'public domain' + modified: '2004-08-13 19:27:38' + name: topicsed +- + authors: 'Sebastian yath Schmidt' + contact: yath+irssiscripts@yath.de + description: 'This script will automatically detect people using the Tor anonymity network and append .TOR to their hostname, to make things like /ignore -time 3600 *!*@*.TOR possible (e.g. when your favourite channel gets flooded).' + filename: tordetect.pl + license: 'Public domain' + modified: '2008-06-16 10:12:13' + modules: 'Net::DNS constant' + name: 'Tor autodetection for Irssi' + version: 0.0.1 +- + authors: 'Peter kinlo Leurs' + contact: peter@pfoe.be + description: 'Shows a bar where youve last read a window' + filename: trackbar.pl + license: GPLv2 + modified: '2013-11-19 13:44:07' + name: trackbar + url: http://www.pfoe.be/~peter/trackbar/ + version: 1.7 +- + authors: 'Timo Sirainen' + contact: tss@iki.fi + description: 'Are you ever tired of those people who keep changing their nicks? Or maybe you just dont like someones nick? This script lets you see them with the real nick all the time no matter what nick theyre currently using.' + filename: tracknick.pl + license: 'Public Domain' + modified: '2002-03-04 22:47:00' + name: 'track nick' + url: http://irssi.org/ + version: 0.01 +- + authors: dreg + contact: dreg@fine.lv + description: translitiratar + filename: translit.pl + license: GPL + modified: '2008-05-17 17:39:11' + name: translit +- + authors: 'Wouter Coekaerts' + contact: wouter@coekaerts.be + description: 'execute a command or replace text, triggered by an event in irssi' + filename: trigger.pl + license: 'GPLv2 or later' + modified: '2006-01-23 13:10:19' + modules: 'Text::ParseWords IO::File' + name: trigger + url: http://wouter.coekaerts.be/irssi/ + version: 1.0 +- + authors: 'Stefan tommie Tomanek' + commands: trustweb + contact: stefan@pico.ruhr.de + description: 'Illustrates the trust between ops' + filename: trustweb.pl + license: GPLv2 + modified: '2008-05-17 17:39:11' + modules: 'Data::Dumper IO::File' + name: TrustWeb + version: 2003020801 +- + authors: 'Gabor Nyeki' + contact: bigmac@home.sirklabs.hu + description: 'asks for the current tv-lineup from http://www.port.hu/' + filename: tvmusor.pl + license: BSDL + modified: '2003-06-03 18:48:02' + modules: IO::Socket + name: tvmusor +- + authors: 'Sam Stoller' + contact: snstoller@gmail.com + description: 'Assign colors to tweet message components' + filename: twitter_theme.pl + license: 'Public Domain' + modified: 2014-11-10 + name: 'Twitter Theme' + url: https://github.com/samstoller/irssi-twitter-theme + version: 1.0 +- + authors: 'John Engelbrecht' + contact: jengelbr@yahoo.com + description: 'BitchXs CrackRock3 animated prompt bar.' + filename: twprompt.pl + license: 'Public Domain' + modified: '2004-09-29 02:58:28' + name: twprompt.pl + url: http://irssi.darktalker.net.n + version: 1.00 +- + authors: 'John Engelbrecht' + contact: jengelbr@yahoo.com + description: 'IRC version of Social Commands' + filename: twsocials.pl + license: 'Public Domain' + modified: '2004-11-20 18:25:12' + modules: DBI + name: twsocials.pl + url: http://irssi.darktalker.net/ + version: 1.02 +- + authors: 'John Engelbrecht' + contact: jengelbr@yahoo.com + description: 'Animated Topic bar.' + filename: twtopic.pl + license: 'Public Domain' + modified: '2004-11-20 14:15:18' + name: twtopic.pl + url: http://irssi.darktalker.net.n + version: 1.01 +- + authors: Michiel + contact: michiel@dotgeek.org + description: 'BitchX /u clone. Use /u <regex> to show all nicks (including ident@host) matching regex in the current channel.' + filename: u.pl + license: 'GNU GPL' + modified: '2004-06-03 11:04:27' + name: 'List nicks in channel' + url: http://otoria.freecode.nl/~michiel/u.pl + version: 1.3 +- + authors: 'David Leadbeater' + contact: dgl@dgl.cx + description: 'Get infomation about unicode characters' + filename: unicode.pl + license: WTFPL + modified: 2014-07-06 + name: unicode + version: 2 +- + authors: 'Peder Stray' + contact: peder@ninja.no + description: 'Statusbaritem notifying you about updated binary' + filename: upgradeinfo.pl + license: GPL + modified: '2008-05-17 17:39:09' + name: upgradeinfo + url: http://ninja.no/irssi/upgradeinfo.pl + version: 1.7 +- + authors: 'Ivo Schooneman' + contact: ivo@schooneman.net + description: 'Plugin to place text upsidedown' + filename: upsidedown.pl + license: 'GNU GPLv2' + modified: '2012-11-08 23:16:14' + modules: Text::UpsideDown + name: upsidedown + url: https://github.com/Ivo-tje/Irssi-plugin-upsidedown + version: 0.2 +- + authors: 'Peder Stray' + contact: peder@ninja.no + description: 'Try a little harder to figure out client uptime' + filename: uptime.pl + license: GPL + modified: '2008-05-17 17:39:11' + name: uptime + url: http://ninja.no/irssi/uptime.pl + version: 1.6 +- + authors: 'Thomas Graf' + contact: irssi@reeler.org + description: 'logs urls to textfile or/and database, able to list, quote, open or `http head` saved urls.' + filename: url_log.pl + license: 'GNU GPLv2 or later' + modified: '2008-05-17 17:39:11' + modules: 'LWP LWP::UserAgent HTTP::Status DBI' + name: url_log + url: http://irssi.reeler.org/url/ + version: 0.2 +- + authors: 'Jakub Jankowski' + contact: shasta@toxcorp.com + description: 'Provides RSS feeds with URLs pasted on your channels.' + filename: urlfeed.pl + license: 'GNU GPLv2 or later' + modified: '2008-06-16 20:10:41' + modules: XML::RSS + name: URLfeed + url: http://toxcorp.com/irc/irssi/urlfeed/ + version: 1.28 +- + authors: 'David Leadbeater' + contact: dgl@dgl.cx + description: 'Captures urls said in channel and private messages and saves them to a file, also adds a /url command which loads the last said url into mozilla.' + filename: urlgrab.pl + license: 'GNU GPLv2 or later' + modified: '2008-05-17 17:39:11' + name: urlgrab + url: http://irssi.dgl.cx/ + version: 0.2 +- + authors: 'David Leadbeater' + contact: dgl@dgl.cx + description: 'Print short summaries about URLs from known services that are mentioned on IRC. (Including YouTube, etc.)' + filename: urlinfo.pl + license: WTFPL + modified: 2014-08-22 + name: urlinfo + version: 1.3 +- + authors: bwolf + contact: bwolf@geekmind.org + description: 'URL grabber with HTML generation and cmd execution' + filename: urlplot.pl + license: BSD + modified: '2002-06-16 14:00:13' + modules: 'Fcntl DB_File' + name: urlplot + url: http://www.geekmind.net + version: 1.2 +- + authors: 'David Leadbeater, Timo Sirainen, Georg Lukas' + contact: 'dgl@dgl.cx, tss@iki.fi, georg@boerde.de' + description: 'Adds a usercount for a channel as a statusbar item' + filename: usercount.pl + license: 'GNU GPLv2 or later' + modified: '2014-06-15 19:03:11' + name: usercount + url: http://irssi.dgl.cx/ + version: 1.19 +- + authors: 'Jean-Yves Lefort' + contact: 'jylefort@brutele.be, decadix on IRCNet' + description: 'Adds a -cmd option to the /USERHOST builtin command' + filename: userhost.pl + license: BSD + modified: '2002-07-04 13:18:02' + name: userhost + url: http://void.adminz.be/irssi.shtml + version: 0.23 +- + authors: 'Jean-Yves Lefort' + contact: 'jylefort@brutele.be, decadix on IRCnet' + description: 'Implements /USERS' + filename: users.pl + license: BSD + modified: '2003-01-11 14:54:35' + name: users + version: 2.3 +- + authors: c0ffee + contact: c0ffee@penguin-breeder.org + description: 'shows top[0-9]+ irc client versions in a channel' + filename: version-stat.pl + license: 'Public Domain' + modified: '2002-04-14 17:30:00' + name: version-stats + url: http://www.penguin-breeder.org/?page=irssi + version: 0.1 +- + authors: 'Stefan tommie Tomanek' + commands: verstats + contact: stefan@pico.ruhr.de + description: 'Draws a diagram of the used clients in a channel' + filename: verstats.pl + license: GPLv2 + modified: '2008-05-17 17:39:11' + name: VerStats + url: http://scripts.irssi.org + version: 20030208 +- + authors: "Olof 'zibri' Johansson, Cyprien Debu" + contact: 'olof@ethup.se, frey@notk.org' + description: 'Prints some info of a linked video automatically' + filename: vidinfo.pl + license: GPL + modified: '2014-07-05 15:57:51' + name: Vidinfo + version: 1.00 +- + authors: 'Jakub Jankowski' + contact: shasta@atn.pl + description: 'Silly script, removes vowels, idea taken from #linuxnews -)' + filename: vowels.pl + license: 'GNU GPLv2 or later' + modified: '2008-05-17 17:39:11' + name: vowels + url: http://irssi.atn.pl/ + version: 1.0 +- + authors: 'Matti qvr Hiljanen, Piotr Pieta Szymanski' + commands: wa + contact: 'matti@hiljanen.com, pieta@osiedle.net.pl' + description: 'shows what WinAmp is playing with /wa command' + filename: wa.pl + license: 'Public Domain' + modified: '2008-05-25 15:00:42' + modules: 'Socket strict' + name: wa + url: http://matin.maapallo.org/softa/irssi + version: 2.3.1 +- + authors: 'Svante Kvarnström' + contact: 'sjk@ankeborg.nu, svarre@undernet.org' + description: 'warns you if someone kicks you out of a channel' + filename: warnkick.pl + license: GPL + modified: '2004-09-28 03:51:00' + name: warnkick + url: http://ankeborg.nu + version: 0.0.3 +- + authors: ulbkold + contact: solaris@sundevil.de + description: 'Removes annoying characters from nicks' + filename: washnicks.pl + license: GPL + modified: '2002-04-12 14:44:11' + name: washnicks + url: n/a + version: 1.01 +- + authors: ThEbUtChE + contact: thebutche@interec.org + description: 'Uso del comando watch para irssi.' + filename: watch.pl + license: BSD + modified: '2003-01-17 03:19:15' + name: 'Watch script' + url: http://www.nebulosa.org + version: 1.0 +- + authors: GrayWolf + contact: graywolf@i-differ.net + description: 'Put local weather information in your statusbar as well as add a forecast command' + filename: weather.pl + license: 'Public Domain' + modified: '2008-05-17 17:39:09' + modules: Geo::Weather + name: Weather.pl + version: 2.3 +- + authors: 'David ORourke, Karl Siegemund' + contact: 'phyber [at] #irssi, q [at] spuk.de' + description: 'Whitelist specific nicks or hosts and ignore messages from anyone else.' + filename: whitelist.pl + license: GPLv2 + modified: '2007-12-03 15:20:00' + modules: IO::File + name: whitelist + version: 1.0 +- + authors: 'Maciek fahren Freudenheim' + contact: fahren@bochnia.pl + description: 'Hilights @ in whois channel reply' + filename: whois.pl + license: 'GNU GPLv2 or later' + modified: '2002-03-15 15:09:42' + name: cwhois + version: 1.0 +- + authors: 'Michael Kowalchuk' + contact: michael_kowalchuk@umanitoba.ca + description: 'Every time a WHOIS or WHOWAS is run, this script checks the ident and realname for a hex encoded IP address, then decodes it, reverses it, and adds it to the printed WHOIS/WHOWAS result. Useful for looking at CGI::IRC clients.' + filename: whois_hexip.pl + license: MIT + modified: '2005-12-24 00:00:00' + modules: Socket + name: whois_hexip + url: http://home.cc.umanitoba.ca/~umkowa17/junk/whois_hexip.pl + version: 1.4 +- + authors: 'Erik Fears' + contact: strtok@softhome.net + description: 'This script allows you to view all users on a specific server.' + filename: whos.pl + license: GPL + modified: '2008-05-17 17:39:09' + name: whos + version: 1.00 +- + authors: 'Leszek Matok' + contact: lam@lac.pl + description: 'Provides /wilm and /wiilm commands, which do a whois on a person who sent you last private message' + filename: wilm.pl + license: 'Public Domain' + modified: '2002-10-03 14:00:00' + name: wilm + version: 1.0.1 +- + authors: 'Wouter Coekaerts' + contact: coekie@irssi.org + description: 'makes switching windows easy' + filename: window_switcher.pl + license: 'GPLv2 or later' + modified: '2007-07-29 00:00:00' + name: window_switcher + url: http://wouter.coekaerts.be/irssi/ + version: 1.0 +- + authors: 'Trevor Slocum' + contact: tslocum@gmail.com + description: 'Goto a window by its reference number with /##' + filename: winnum.pl + license: GPLv3 + modified: '2014-05-01 16:04:00' + name: winnum + url: https://github.com/tslocum/irssi-scripts + version: 1.0.0 +- + authors: 'Antti Ruokomäki' + contact: antti.ruokomaki@mbnet.fi + description: 'If timestamp_timeout is used, the text will be indented when the stamp is hidden' + filename: wisestamp.pl + license: 'Public Domain' + modified: '2006-04-12 22:46:00' + name: wisestamp + version: 1.1 +- + authors: 'Matti qvr Hiljanen' + contact: matti@hiljanen.com + description: 'A simple word kickbanner' + filename: wkb.pl + license: 'Public Domain' + modified: '2008-05-17 17:39:09' + name: wkb + url: http://matin.maapallo.org/softa/irssi + version: 1.1 +- + authors: 'Jesper Lindh' + contact: rakblad@midgard.liu.se + description: 'Adds words from IRC to your tab-completion list' + filename: wordcompletition.pl + license: 'Public Domain' + modified: '2004-03-12 00:00:00' + modules: DBI + name: 'IRC Completion with mysql-database' + url: http://midgard.liu.se/~n02jesli/perl/ + version: 0.1 +- + authors: 'Koenraad Heijlen' + contact: vipie@ulyssis.org + description: 'A script that scrambles all the letters in a word except the first and last.' + filename: wordscramble.pl + license: 'GNU GPL version 2' + modified: '2003-09-15 00:00:00' + name: word_scramble + url: http://vipie.studentenweb.org/dev/irssi/wordscramble + version: 0.0.2 +- + authors: 'Toshio R. Spoor' + contact: t.spoor@gmail.com + description: 'Undernet X Service Authentication Program' + filename: xauth.pl + license: 'GNU GPLv2 or later' + modified: '2004-12-17 08:39:47' + name: xauth + version: 1.02 +- + authors: 'Clément nodens Hermann' + commands: xcmd + contact: clement.hermann@free.fr + description: 'makes Undernets X commands easier and faster to use' + filename: xcmd.pl + license: GPLv2 + modified: '2008-05-17 17:39:11' + name: Xcmd + version: 0.2 +- + authors: 'Stefan tommie Tomanek' + commands: xdccget + contact: stefan@pico.ruhr.de + description: 'advances downloading from XDCC bots' + filename: xdccget.pl + license: GPLv2 + modified: '2008-05-17 17:39:09' + name: XDCCget + version: 20040509 +- + authors: 'Stefan tommie Tomanek' + commands: xetra + contact: stefan@pico.ruhr.de + description: 'brings the stock exchanges of the world to your irssi' + filename: xetra.pl + license: GPLv2 + modified: '2008-05-17 17:39:11' + modules: LWP::Simple + name: Xetra + version: 20030208 +- + authors: 'Matthäus JonnyBG Wander' + contact: jbg@swznet.de + description: 'Better readable listing of channel names' + filename: xlist.pl + license: GPLv2 + modified: '2008-05-17 17:39:09' + name: xlist + url: http://jbg.swznet.de/xlist/ + version: 1.00 +- + authors: 'Simon Shine' + contact: simon@blueshell.dk + description: 'XMMS-InfoPipe front-end - allow /np [-help] [dest]' + filename: xmms.pl + license: 'Public Domain' + modified: '2004-01-15 00:00:00' + name: xmms + version: 2.0 +- + authors: simon + commands: /np + contact: simon@blueshell.dk + description: 'Returns XMMS-InfoPipe data' + filename: xmms2.pl + license: 'Public Domain' + modified: '2006-11-27 18:00:00' + name: 'XMMS-InfoPipe Script' + note: 'Make sure InfoPipe is configured!' + url: http://irssi.dk/ + version: 1.1.3+1 +- + authors: 'Tuomas Jormola' + contact: tjormola@cc.hut.fi + description: '/xmmsinfo to tell what youre currently playing' + filename: xmmsinfo.pl + license: GPLv2 + modified: '2006-10-27 18:00:00' + modules: Irssi::XMMSInfo + name: XMMSInfo + url: http://shakti.tky.hut.fi/stuff.xml#irssi + version: 1.1.1.2 +- + authors: mizerou + commands: xqf + contact: mizerou@telus.net + description: 'automatically sends xqf data to irssi and optionally licq' + filename: xqf.pl + license: GPLv2 + modified: '2004-06-05 05:12:00' + modules: Socket + name: XQF + url: none + version: 0.14 diff --git a/_testing/README.markdown b/_testing/README.markdown index 0a5b751..7e2f8f1 100644 --- a/_testing/README.markdown +++ b/_testing/README.markdown @@ -42,3 +42,4 @@ The following keys are recognised in config.yml: * broken_modules: - modules to never auto-install, for example because they hang Travis * whitelist: - list of scripts that are allowed to fail +* scripts_yaml_keys: - list of keys to copy from irssi header to scripts.dmp diff --git a/_testing/config.yml b/_testing/config.yml index e5118c4..75998e5 100644 --- a/_testing/config.yml +++ b/_testing/config.yml @@ -1,4 +1,20 @@ --- +scripts_yaml_keys: + # required + - filename + - version + - authors + - contact + - name + - description + - license + # optional + - url + - commands + - note + - modules + # explicit + - modified additional_system_deps: - libconfig-simple-perl - libyaml-perl diff --git a/_testing/report-test.zsh b/_testing/report-test.zsh index ffe536a..6c05f46 100755 --- a/_testing/report-test.zsh +++ b/_testing/report-test.zsh @@ -8,9 +8,13 @@ local T= if [[ $MARKDOWN_REPORT == 1 ]] { echo '## Irssi Scripts Test Report' - failmark=:x: - passmark=:white_check_mark: - skipmark=:construction: + # github started to block excess use of emojis + #failmark=:x: + #passmark=:white_check_mark: + #skipmark=:construction: + failmark=✘ + passmark=✔ + skipmark=☡ T="|" } \ else { diff --git a/_testing/travis/autoinstall-perl-prereqs.zsh b/_testing/travis/autoinstall-perl-prereqs.zsh index 11c9824..4e47b37 100755 --- a/_testing/travis/autoinstall-perl-prereqs.zsh +++ b/_testing/travis/autoinstall-perl-prereqs.zsh @@ -4,22 +4,26 @@ local -a modlist modlist=($(scan-perl-prereqs $filelist)) +echo -n ... >&2 -sudo apt-file update >/dev/null 2>&1 +sudo apt-file update local -a ubu_pkgs local -a cpan_mods for mod ($modlist) { mod=${mod%\~*} if [[ $mod != Irssi* && $mod != feature ]] { + echo -n $mod >&2 if { ! perl -M$mod -E1 2>/dev/null } { local -a ubu_pkg ubu_pkg=($(apt-file -l search "/perl5/${mod//:://}.pm")) - if [[ $#ubu_pkg -gt 0 ]] { ubu_pkgs+=($ubu_pkg) } \ + if [[ $#ubu_pkg -gt 0 ]] { ubu_pkgs+=($ubu_pkg); echo -n '(u)' >&2 } \ else { cpan_mods+=($mod) } } + echo -n ' ' >&2 } } +echo >&2 if [[ $#ubu_pkgs -gt 0 ]] { sudo apt-get install -qq $ubu_pkgs } @@ -29,6 +33,7 @@ typeset -A broken_mods broken_tests=($(perl -MYAML::Tiny=LoadFile -e'print "$_ 1 " for @{LoadFile(+shift)->{cpan}{broken_tests}}' _testing/config.yml)) broken_mods=($(perl -MYAML::Tiny=LoadFile -e'print "$_ 1 " for @{LoadFile(+shift)->{cpan}{broken_modules}}' _testing/config.yml)) +echo ... >&2 for mod ($cpan_mods) { if { ! perl -M$mod -E1 2>/dev/null } { local skip_test= diff --git a/_testing/travis/update-scripts-yaml.pl b/_testing/travis/update-scripts-yaml.pl index d3384a8..5762096 100644 --- a/_testing/travis/update-scripts-yaml.pl +++ b/_testing/travis/update-scripts-yaml.pl @@ -1,5 +1,21 @@ use strict; use warnings; use YAML::Tiny; +use Scalar::Util; +BEGIN { + sub YAML::Tiny::_has_internal_string_value { + !Scalar::Util::looks_like_number($_[0]) + } +} + +my @config; +if (open my $ef, '<:utf8', '_testing/config.yml') { + @config = Load(do { local $/; <$ef> }); +} +my @yaml_keys; +if (@config) { + @yaml_keys = @{ $config[0]{scripts_yaml_keys}//[] }; +} +die "no keys defined in config.yaml\n" unless @yaml_keys; my @docs; { open my $ef, '<:utf8', '_data/scripts.yaml' or die $!; @@ -49,15 +65,20 @@ for my $file (<scripts/*.pl>) { print "MISSING META FOR $base\n"; } } -my @newdoc = map { $newmeta{$_} } sort keys %newmeta; +my @newdoc = map { + my $v = $newmeta{$_}; + +{ + map { + exists $v->{$_} + ? ($_ => $v->{$_}) + : () + } sort @yaml_keys + } +} sort keys %newmeta; { open my $ef, '>:utf8', '_data/scripts.yaml' or die $!; print $ef Dump \@newdoc; } -my @config; -if (open my $ef, '<:utf8', '_testing/config.yml') { - @config = Load(do { local $/; <$ef> }); -} if (@config && @{$config[0]{whitelist}//[]}) { my $changed; my @wl; diff --git a/scripts/email_privmsgs.pl b/scripts/email_privmsgs.pl index 893006c..22216cd 100644 --- a/scripts/email_privmsgs.pl +++ b/scripts/email_privmsgs.pl @@ -32,7 +32,7 @@ $VERSION = '0.5'; %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. " . diff --git a/scripts/emo.pl b/scripts/emo.pl index c1772fa..9b96587 100644 --- a/scripts/emo.pl +++ b/scripts/emo.pl @@ -22,7 +22,7 @@ $VERSION = "0.0.1"; name => "emo", description => "Outputs various unicode emoticons", commands => "emo", - licence => "Public Domain" + license => "Public Domain" ); use Irssi; diff --git a/scripts/fnotify.pl b/scripts/fnotify.pl index 76e46b4..5321ee8 100644 --- a/scripts/fnotify.pl +++ b/scripts/fnotify.pl @@ -7,8 +7,10 @@ $VERSION = '0.0.5'; %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/', ); # diff --git a/scripts/greetignore.pl b/scripts/greetignore.pl index 69f3920..5489671 100644 --- a/scripts/greetignore.pl +++ b/scripts/greetignore.pl @@ -30,7 +30,7 @@ $VERSION = "1.1"; name => "greetignore", description => "Hide the stupid \"greet messages\" posted by some bots". " after someone joins a channel.", - licence => "GPLv2", + license => "GPLv2", changed => "20120914", ); diff --git a/scripts/gsi.pl b/scripts/gsi.pl index d874bd7..c61a247 100644 --- a/scripts/gsi.pl +++ b/scripts/gsi.pl @@ -21,7 +21,7 @@ use vars qw($VERSION %IRSSI); $VERSION = "220904-04:30:00"; -my %IRSSI = ( +%IRSSI = ( authors => "mistr", contact => "mistr\@sensewave.com", name => "gsi", diff --git a/scripts/hipchat_complete.pl b/scripts/hipchat_complete.pl index 54a3c52..0e92474 100644 --- a/scripts/hipchat_complete.pl +++ b/scripts/hipchat_complete.pl @@ -67,8 +67,8 @@ use strict; 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', diff --git a/scripts/notes.pl b/scripts/notes.pl index 99d192d..d1ebae2 100644 --- a/scripts/notes.pl +++ b/scripts/notes.pl @@ -20,8 +20,8 @@ use DBM::Deep; use vars qw($VERSION %IRSSI); -my $VERSION = '0.31'; -my %IRSSI = ( +$VERSION = '0.31'; +%IRSSI = ( authors => 'vague', contact => 'vague!#irssi\@freenode', name => 'notes', diff --git a/scripts/tmux_away.pl b/scripts/tmux_away.pl index a86b0d5..f0f0cce 100644 --- a/scripts/tmux_away.pl +++ b/scripts/tmux_away.pl @@ -6,7 +6,8 @@ use vars qw($VERSION %IRSSI); $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', diff --git a/scripts/trackbar.pl b/scripts/trackbar.pl index 8f38a52..2c5375a 100644 --- a/scripts/trackbar.pl +++ b/scripts/trackbar.pl @@ -127,10 +127,10 @@ use Irssi; 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", diff --git a/scripts/xmms.pl b/scripts/xmms.pl index dcd8278..a18c2b9 100644 --- a/scripts/xmms.pl +++ b/scripts/xmms.pl @@ -29,14 +29,14 @@ use strict; 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]'); |
