mirror of
https://github.com/moparisthebest/moparscape.org-smf
synced 2024-11-24 09:42:20 -05:00
Rename "IRC Chat" to "Chat"
This commit is contained in:
parent
417facb436
commit
21ddeee262
@ -4187,9 +4187,9 @@ function setupMenuContext()
|
|||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
//xxx IRC Chat button
|
//xxx IRC button
|
||||||
'irc' => array(
|
'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']) : ''),
|
'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,
|
'show' => true,
|
||||||
),
|
),
|
||||||
|
Loading…
Reference in New Issue
Block a user