mirror of
https://github.com/Xkeeper0/jul.git
synced 2025-05-18 16:20:22 -07:00
Gently redirect people to Discord from irc.php
This commit is contained in:
parent
325fbe2e95
commit
8f69a7f55f
7
irc.php
7
irc.php
@ -9,9 +9,14 @@ require 'lib/layout.php';
|
|||||||
$servers[3] = "irc.tcrf.net";
|
$servers[3] = "irc.tcrf.net";
|
||||||
if ($server > count($servers) || $server <= -1) $server = 0;
|
if ($server > count($servers) || $server <= -1) $server = 0;
|
||||||
|
|
||||||
|
print "$header<br>";
|
||||||
|
|
||||||
|
print " $tblstart<tr>
|
||||||
|
$tccellh><b>Hold up, it's ". '$' ."YEAR.</b></td></tr>
|
||||||
|
<tr>$tccell1>Maybe you want to head straight for our <a href='/thread.php?id=17948'>Discord</a>?
|
||||||
|
$tblend";
|
||||||
|
|
||||||
print " $header<br>$tblstart<tr>
|
print "<br><br>$tblstart<tr>
|
||||||
$tccellh><b>IRC Chat - BadnikZONE, #tcrf, #x</b></td></tr>
|
$tccellh><b>IRC Chat - BadnikZONE, #tcrf, #x</b></td></tr>
|
||||||
<tr>$tccell1>Server List: ";
|
<tr>$tccell1>Server List: ";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user