UBrowser.UBrowserIRCSetupClient
- Extends
- UWindowDialogClientWindow
Core.Object
|
+-- UWindow.UWindowBase
|
+-- UWindow.UWindowWindow
|
+-- UWindow.UWindowClientWindow
|
+-- UWindow.UWindowDialogClientWindow
|
+-- UBrowser.UBrowserIRCSetupClient
var config bool bHasReadWarning;
var localized string ChannelHelp;
var localized string ChannelText;
var localized string ConnectHelp;
var localized string ConnectText;
var localized string DisconnectHelp;
var localized string DisconnectText;
var config string IRCChannelHistory[10];
var config string IRCServerHistory[10];
var localized string ServerHelp;
var localized string ServerText;
var localized string WarningText;
var localized string WarningTitle;
function BeforePaint (
Canvas C,
float X,
float Y) )
function Created ( ) )
function DoJoin ( ) )
function NewIRCServer ( string S) )
function Paint (
Canvas C,
float X,
float Y) )
function SaveChannelCombo ( ) )
function SaveServerCombo ( ) )
defaultproperties
{
IRCServerHistory(0)="irc.gameslink.net"
IRCChannelHistory(0)="#utgames"
IRCChannelHistory(1)="#utchat"
IRCChannelHistory(2)="#utmods"
IRCChannelHistory(3)="#utlevels"
IRCChannelHistory(4)="#uthelp"
ServerText="IRC Server"
ChannelText="Default Channel"
ServerHelp="Choose an IRC server from the list or type in your own IRC server name or IP address."
ChannelHelp="Choose a default channel to join once the server has connected, or type in your own channel name."
ConnectText="Connect"
DisconnectText="Logoff"
ConnectHelp="Connect to the IRC chat server."
DisconnectHelp="Disconnect from the IRC chat server."
WarningText="The Chat facility will connect you to the Internet Relay Chat (IRC) network.\n\nEpic Games is not responsible for the content of any channels in IRC. You enter these channels at your own risk.\n\nAre you sure you still want to connect?"
WarningTitle="Warning"
}
|
Creation time: Mon 8/11/2021 16:31:17.542 - Created with
UnCodeX