diff --git a/Sources/Subs.php b/Sources/Subs.php index db542e0..fd890f4 100644 --- a/Sources/Subs.php +++ b/Sources/Subs.php @@ -4187,9 +4187,9 @@ function setupMenuContext() ), ), ), - //xxx IRC Chat button + //xxx IRC button 'irc' => array( - 'title' => 'IRC Chat', + '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']) : ''), 'show' => true, ), @@ -4554,4 +4554,4 @@ function remove_integration_function($hook, $function) $modSettings[$hook] = implode(',', $functions); } -?> \ No newline at end of file +?>