Merge pull request #1 from Tom5001/master

IRC Chat button renamed
This commit is contained in:
Travis Burtrum 2014-02-21 13:09:16 -05:00
commit 7237788bb6
1 changed files with 1 additions and 1 deletions

View File

@ -4189,7 +4189,7 @@ function setupMenuContext()
),
//xxx IRC Chat 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,
),