mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-10 18:00:15 +01:00
8 lines
107 B
JavaScript
8 lines
107 B
JavaScript
function toIRC()
|
|
{
|
|
|
|
toOpenWindowByType("irc:chatzilla", "chrome://chatzilla/content/chatzilla.xul");
|
|
|
|
}
|
|
|