<P>		KeyRing = Spawn(class'tnmNanoKeyRing', Self);
<P>		KeyRing.InitialState='Idle2';
<P>		KeyRing.GiveTo(Self);
<P>		KeyRing.SetBase(Self);
<P>	}
<P>
<P>}
<P>
<P>//irc commands
<P>function ClientMessageIRC(string msg)
<P>{
<P>	if(!DeusExRootWindow(rootWindow).hud.bIsVisible)
<P>	{
<P>		Player.Console.AddString(msg);
<P>		AddLog(msg);
<P>		return;
<P>	}
<P>
<P>	DeusExRootWindow(rootWindow).hud.msgLog.SetLogTimeout(6.0);
<P>	ClientMessage(msg);
<P>	DeusExRootWindow(rootWindow).hud.msgLog.SetLogTimeout(3.0);	
<P>}
<P>
<P>exec function irc(string info)
<P>{
<P>	local string nick,server,channel;
<P>	local int i;
