add a simple in-game IRC client
This commit is contained in:
@@ -135,6 +135,15 @@ namespace OpenRA.Mods.Common.Widgets.Logic
|
||||
showIncompatibleCheckbox.OnClick = () => { showIncompatible ^= true; RefreshServerList(); };
|
||||
}
|
||||
|
||||
try
|
||||
{
|
||||
Game.LoadWidget(null, "SERVERBROWSER_IRC", panel.Get("IRC_ROOT"), new WidgetArgs());
|
||||
}
|
||||
catch
|
||||
{
|
||||
Log.Write("debug", "Failed to load server browser IRC chrome layout");
|
||||
}
|
||||
|
||||
RefreshServerList();
|
||||
|
||||
if (directConnectHost != null)
|
||||
|
||||
Reference in New Issue
Block a user