From 965d815cfeafac5fc7430a7c7cbb7ffd29c541f1 Mon Sep 17 00:00:00 2001 From: moparisthebest Date: Tue, 25 Feb 2014 00:49:01 -0600 Subject: [PATCH] Change IRC link to point at new client --- Sources/Subs.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Sources/Subs.php b/Sources/Subs.php index 1f09837..7999926 100644 --- a/Sources/Subs.php +++ b/Sources/Subs.php @@ -4190,7 +4190,8 @@ function setupMenuContext() //xxx IRC Chat button 'irc' => array( 'title' => 'Chat', - 'href' => "//www.moparisthebest.com/irc.php?img=0&host=irc.moparscape.org&channel=moparscape".($context['user']['is_logged'] ? '&nick='.str_replace(" ","_",$context['user']['name']) : ''), + #'href' => "//www.moparisthebest.com/irc.php?img=0&host=irc.moparscape.org&channel=moparscape".($context['user']['is_logged'] ? '&nick='.str_replace(" ","_",$context['user']['name']) : ''), + 'href' => '/irc/?autoconnect=1&channel=moparscape'.($context['user']['is_logged'] ? '&nick='.str_replace(" ","_",$context['user']['name']) : ''), 'show' => true, ), //xxx RS Wiki button