diff options
| -rw-r--r-- | _data/scripts.yaml | 16 | ||||
| -rw-r--r-- | scripts/autolimit.pl | 2 | ||||
| -rw-r--r-- | scripts/clones.pl | 2 | ||||
| -rw-r--r-- | scripts/on.pl | 2 | ||||
| -rw-r--r-- | scripts/remote.pl | 2 | ||||
| -rw-r--r-- | scripts/servercomplete.pl | 2 | ||||
| -rw-r--r-- | scripts/sysinfo_dg.pl | 2 | ||||
| -rw-r--r-- | scripts/urlgrab.pl | 2 | ||||
| -rw-r--r-- | scripts/usercount.pl | 2 | 
9 files changed, 16 insertions, 16 deletions
| diff --git a/_data/scripts.yaml b/_data/scripts.yaml index 9c6d05f..7333d10 100644 --- a/_data/scripts.yaml +++ b/_data/scripts.yaml @@ -298,7 +298,7 @@    modified: "2008-05-17 17:39:09"    license: "GNU GPLv2 or later"    name: "autolimit" -  url: "http://irssi.dgl.yi.org/" +  url: "http://irssi.dgl.cx/"    version: "1.00"  - authors: "Timo Sirainen" @@ -961,7 +961,7 @@    modified: "2008-05-17 17:39:09"    license: "Same as Irssi"    name: "clones" -  url: "http://irssi.dgl.yi.org/" +  url: "http://irssi.dgl.cx/"    version: "2.01"  - authors: "Gabor Nyeki" @@ -2965,7 +2965,7 @@    modified: "2008-05-17 17:39:11"    license: "GNU GPLv2 or later"    name: "on.pl" -  url: "http://irssi.dgl.yi.org/" +  url: "http://irssi.dgl.cx/"    version: "1.12"  - authors: "Stefan tommie Tomanek" @@ -3386,7 +3386,7 @@    modified: "2008-05-17 17:39:09"    license: "GNU GPLv2 or later"    name: "remote" -  url: "http://irssi.dgl.yi.org/" +  url: "http://irssi.dgl.cx/"    version: "1"  - authors: "Isaac G," @@ -3593,7 +3593,7 @@    modified: "2008-05-17 17:39:11"    license: "GNU GPLv2 or later"    name: "servercomplete" -  url: "http://irssi.dgl.yi.org/" +  url: "http://irssi.dgl.cx/"    version: "2"  - authors: "optical" @@ -3819,7 +3819,7 @@    modified: "2008-05-17 17:39:11"    license: "GNU GPLv2 or later"    name: "sysinfo-dg" -  url: "http://irssi.dgl.yi.org/" +  url: "http://irssi.dgl.cx/"    version: "1.2"  - authors: "Juerd, Tronic" @@ -4154,7 +4154,7 @@    modified: "2008-05-17 17:39:11"    license: "GNU GPLv2 or later"    name: "urlgrab" -  url: "http://irssi.dgl.yi.org/" +  url: "http://irssi.dgl.cx/"    version: "0.2"  - authors: "bwolf" @@ -4176,7 +4176,7 @@    modified: "2008-05-17 17:39:11"    license: "GNU GPLv2 or later"    name: "usercount" -  url: "http://irssi.dgl.yi.org/" +  url: "http://irssi.dgl.cx/"    version: "1.16"  - authors: "Jean-Yves Lefort" diff --git a/scripts/autolimit.pl b/scripts/autolimit.pl index 8989eed..3864bd1 100644 --- a/scripts/autolimit.pl +++ b/scripts/autolimit.pl @@ -6,7 +6,7 @@ $VERSION = "1.00";      name        => 'autolimit',      description => 'does an autolimit for a channel, set variables in the script',      license     => 'GNU GPLv2 or later', -    url         => 'http://irssi.dgl.yi.org/', +    url         => 'http://irssi.dgl.cx/',  );  # Change these! diff --git a/scripts/clones.pl b/scripts/clones.pl index 9e55a5f..84ba59f 100644 --- a/scripts/clones.pl +++ b/scripts/clones.pl @@ -5,7 +5,7 @@ $VERSION = "2.01";      name        => 'clones',      description => '/CLONES - Display clones in the active channel (with added options)',      license     => 'Same as Irssi', -    url         => 'http://irssi.dgl.yi.org/', +    url         => 'http://irssi.dgl.cx/',  );  use strict; diff --git a/scripts/on.pl b/scripts/on.pl index cf37b5f..a66574c 100644 --- a/scripts/on.pl +++ b/scripts/on.pl @@ -6,7 +6,7 @@ $VERSION = "1.12";      name        => 'on.pl',      description => '/on command - this is very simple and not really designed to be the same as ircII - it tries to fit into Irssi\'s usage style more than emulating ircII.',      license     => 'GNU GPLv2 or later', -    url         => 'http://irssi.dgl.yi.org/', +    url         => 'http://irssi.dgl.cx/',  );  use strict; diff --git a/scripts/remote.pl b/scripts/remote.pl index 3557575..0eb794e 100644 --- a/scripts/remote.pl +++ b/scripts/remote.pl @@ -7,7 +7,7 @@ $VERSION = "1";      name        => 'remote',      description => 'Lets you run commands remotely via /msg and a password',      license     => 'GNU GPLv2 or later', -    url         => 'http://irssi.dgl.yi.org/', +    url         => 'http://irssi.dgl.cx/',  ); diff --git a/scripts/servercomplete.pl b/scripts/servercomplete.pl index 4d92f96..2fe5b21 100644 --- a/scripts/servercomplete.pl +++ b/scripts/servercomplete.pl @@ -6,7 +6,7 @@ $VERSION = "2";      name        => 'servercomplete',      description => 'Tab complete servers and userhosts (irc. -> irc server, user@ -> user@host). Useful for lazy ircops for /squit and so on :)',      license     => 'GNU GPLv2 or later', -    url         => 'http://irssi.dgl.yi.org/', +    url         => 'http://irssi.dgl.cx/',  );  use strict; diff --git a/scripts/sysinfo_dg.pl b/scripts/sysinfo_dg.pl index 1510d33..cb1458f 100644 --- a/scripts/sysinfo_dg.pl +++ b/scripts/sysinfo_dg.pl @@ -7,7 +7,7 @@ $VERSION = "1.2";      name        => 'sysinfo-dg',      description => 'Adds a /sysinfo command which prints system information (linux only).',      license     => 'GNU GPLv2 or later', -    url         => 'http://irssi.dgl.yi.org/', +    url         => 'http://irssi.dgl.cx/',  );  #This script is mostly my own work but some ideas where taken from /sinfo by diff --git a/scripts/urlgrab.pl b/scripts/urlgrab.pl index ad32655..1fd657f 100644 --- a/scripts/urlgrab.pl +++ b/scripts/urlgrab.pl @@ -7,7 +7,7 @@ $VERSION = "0.2";      name        => 'urlgrab',      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.',      license     => 'GNU GPLv2 or later', -    url         => 'http://irssi.dgl.yi.org/', +    url         => 'http://irssi.dgl.cx/',  );  use strict; diff --git a/scripts/usercount.pl b/scripts/usercount.pl index 8bbc9e0..dbdb56d 100644 --- a/scripts/usercount.pl +++ b/scripts/usercount.pl @@ -6,7 +6,7 @@ $VERSION = "1.16";      name        => 'usercount',      description => 'Adds a usercount for a channel as a statusbar item',      license     => 'GNU GPLv2 or later', -    url         => 'http://irssi.dgl.yi.org/', +    url         => 'http://irssi.dgl.cx/',  );  # Once you have loaded this script run the following command: | 
