diff options
| author | David Leadbeater | 2014-06-15 18:53:08 +0100 |
|---|---|---|
| committer | David Leadbeater | 2014-06-15 18:53:08 +0100 |
| commit | da3eba729ba23994c3b1a68c91583176b609438f (patch) | |
| tree | ced9a59a71a2cbe99ca5a0b7e435f63437ab044b /scripts | |
| parent | 966e4340d609179ce7908a60040d0657dbb9f91b (diff) | |
| download | scripts.irssi.org-da3eba729ba23994c3b1a68c91583176b609438f.tar.bz2 | |
Update URL in my scripts
Diffstat (limited to 'scripts')
| -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 |
8 files changed, 8 insertions, 8 deletions
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: |
