send diy to installgentoo

This commit is contained in:
James Campos 2011-11-19 22:48:50 -08:00
parent fd74e31ecf
commit 1362b76dfd
2 changed files with 3 additions and 3 deletions

View File

@ -2660,6 +2660,7 @@
case 'lit': case 'lit':
url = "http://archive.gentoomen.org/cgi-board.pl/" + g.BOARD + "/thread/" + g.THREAD_ID; url = "http://archive.gentoomen.org/cgi-board.pl/" + g.BOARD + "/thread/" + g.THREAD_ID;
break; break;
case 'diy':
case 'g': case 'g':
case 'sci': case 'sci':
url = "http://archive.installgentoo.net/" + g.BOARD + "/thread/" + g.THREAD_ID; url = "http://archive.installgentoo.net/" + g.BOARD + "/thread/" + g.THREAD_ID;
@ -2669,7 +2670,6 @@
case 'an': case 'an':
case 'ck': case 'ck':
case 'co': case 'co':
case 'diy':
case 'fa': case 'fa':
case 'fit': case 'fit':
case 'int': case 'int':

View File

@ -2044,9 +2044,9 @@ redirect = ->
url = "http://archive.foolz.us/#{g.BOARD}/thread/#{g.THREAD_ID}" url = "http://archive.foolz.us/#{g.BOARD}/thread/#{g.THREAD_ID}"
when 'lit' when 'lit'
url = "http://archive.gentoomen.org/cgi-board.pl/#{g.BOARD}/thread/#{g.THREAD_ID}" url = "http://archive.gentoomen.org/cgi-board.pl/#{g.BOARD}/thread/#{g.THREAD_ID}"
when 'g', 'sci' when 'diy', 'g', 'sci'
url = "http://archive.installgentoo.net/#{g.BOARD}/thread/#{g.THREAD_ID}" url = "http://archive.installgentoo.net/#{g.BOARD}/thread/#{g.THREAD_ID}"
when '3', 'adv', 'an', 'ck', 'co', 'diy', 'fa', 'fit', 'int', 'k', 'mu', 'n', 'o', 'p', 'po', 'pol', 'soc', 'sp', 'toy', 'trv', 'v', 'vp', 'x' when '3', 'adv', 'an', 'ck', 'co', 'fa', 'fit', 'int', 'k', 'mu', 'n', 'o', 'p', 'po', 'pol', 'soc', 'sp', 'toy', 'trv', 'v', 'vp', 'x'
url = "http://archive.no-ip.org/#{g.BOARD}/thread/#{g.THREAD_ID}" url = "http://archive.no-ip.org/#{g.BOARD}/thread/#{g.THREAD_ID}"
else else
url = "http://boards.4chan.org/#{g.BOARD}" url = "http://boards.4chan.org/#{g.BOARD}"