]> git.99rst.org Git - irssi-scripts.irssi.org.git/commitdiff
Update URL in my scripts
authorDavid Leadbeater <redacted>
Sun, 15 Jun 2014 17:53:08 +0000 (18:53 +0100)
committerDavid Leadbeater <redacted>
Sun, 15 Jun 2014 17:53:08 +0000 (18:53 +0100)
_data/scripts.yaml
scripts/autolimit.pl
scripts/clones.pl
scripts/on.pl
scripts/remote.pl
scripts/servercomplete.pl
scripts/sysinfo_dg.pl
scripts/urlgrab.pl
scripts/usercount.pl

index 9c6d05f970ab0b518f195b1cde48befd54f6587a..7333d10aabada0a600414cfc92aaba5038ae0e37 100644 (file)
   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"
   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"
   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"
   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,"
   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"
   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"
   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"
   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"
index 8989eed7db9459736acc9de91aa6e4f2acb75576..3864bd1bcb3f4f3d3121621215e502d975238969 100644 (file)
@@ -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!
index 9e55a5f13cb057bffe0065f03f5fd62d6bc27d4d..84ba59f440174311ddd5b1438ac83d769715960d 100644 (file)
@@ -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;
index cf37b5fac8906d662c40da38fa10604e406e75b1..a66574cd7a5ce185ede4351b610f1f9a3181e3a0 100644 (file)
@@ -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;
index 3557575ab88a0059fbc0bf3eedfc9a4d8962b0e8..0eb794e456566b8f18cd66dc0fb44c699fbf016e 100644 (file)
@@ -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/',
 );
 
 
index 4d92f968a385d10a427b53e5d1604054f7a71503..2fe5b21a83b58e2f112f4cb378514b5ff31ca505 100644 (file)
@@ -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;
index 1510d33994fda3f592a16ded13f1915a0b542b77..cb1458f920b1617eb41399fb3450164fbde5edd3 100644 (file)
@@ -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
index ad32655293dad25b6fe3c6560cc90803185b3bdd..1fd657f8a927d227135bbafcffa1f46e1891b366 100644 (file)
@@ -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;
index 8bbc9e015f57dd52a4e141942a7f1229f180a4f8..dbdb56d45cfbe9235cd8ae485beb8d4a0117c5df 100644 (file)
@@ -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:
git clone https://git.99rst.org/PROJECT