       , .. 1  - 1 .
      2 .        150-200   1  - IRCSendMsg(),   30-40 float.

:

IRCOpenStream(, ,  )	; 
IRCCloseStream() 			; 
IRCJoinGame( , [=""])	;   (   )
IRCRecvMsg()				;  (  )
IRCSendMsg()				;    

IRCReadAvail%()				;    
IRCEof%()				;True    
IRCMsgFrom$()				;   

;
IRCReadByte(byte%)
IRCReadShort(short%)
IRCReadInt(Int%)
IRCReadFloat(Float#)
IRCReadString(String$)

;
IRCWriteByte%(byte%)
IRCWriteShort%(short%)
IRCWriteInt%(Int%)
IRCWriteFloat#(Float#)
IRCWriteString$(String$)


;
IRCSendMsgSize%()		;      
IRCImInGame%()			;True     ( )  
IRCWhoJoin$()			;  
IRCWhoQuit$()			;   
IRCConnectionLost%		;True     ( )
				;        

;   
For User.IRCUsers=Each IRCUsers
	Print User\Nick$
Next