diff options
| -rw-r--r-- | _data/scripts.yaml | 21 | 
1 files changed, 11 insertions, 10 deletions
| diff --git a/_data/scripts.yaml b/_data/scripts.yaml index a55aa73..27b4775 100644 --- a/_data/scripts.yaml +++ b/_data/scripts.yaml @@ -1,13 +1,4 @@ -- -  authors: 'Ziddy' -  contact: 'irc.dal.net @ Ziddy' -  description: 'Builds a database on users; search by hostmask/ip/nick/ident - Can import AKA-users (mIRC script) and export to AKA as well' -  filename: 'track.pl' -  license: 'Public Domain' -  modified: '9-19-2015 02:11:00' -  name: 'track' -  url: 'none' -  version: '2.1' +---  -    authors: 'Patrik Akerfeldt'    contact: patrik.akerfeldt@gmail.com @@ -3885,6 +3876,16 @@    name: 'Tor autodetection for Irssi'    version: 0.0.1  - +  authors: Ziddy +  contact: DALnet +  description: 'Keeps track of users by building a databaseof online, joining and nickchanges. Regex-cabablefor the most part, AKA import available. Search byident, nick or host' +  filename: track.pl +  license: 'Public Domain' +  modified: '9-19-2015 02:11:00' +  name: track.pl +  url: none +  version: '2.1' +-    authors: "Peter 'kinlo' Leurs, Uwe Dudenhoeffer, Michiel Holtkamp, Nico R. Wohlgemuth"    contact: irssi-trackbar@supermind.nl    description: "Shows a bar where you've last read a window" | 
