/*
-----------------------------------------------------
; mIRC Commands ;
;------------------------------------------------------;
/smsg (servername) (channelname) (message)
part of irc servername
#channel
message
will send a chat message to channel channelname on irc server servername
/scmd (servername) (command)
;part of irc servername
;command
will preform the command on irc server servername
/ingameirc_start (0 1 2)
;scriptmode 0 = disabled 1 = enabled 2 = enabled whit reading console
starts sending messages
/ingameirc_stop
stops the script from sending messages
/ingameirc_sendtoconsole (cmd parameters)
;conosle command
send the entire message to your ingame conosle
/ingameirc_readconsole
read the console and prefrom any irc commands
/ingameirc_clearconsole
clears the hidden console
/ingameirc_addchan (channel nane including #) (channel flags)
;#channel
;flags (cnatijqpkbm)
add the channel for use in ingameirc
/ingameirc_togglechanflag (flag)
toggle the flag on or off
/ingameirc_removechan (channel name including #)
;#channel
removes the channel from the list
/ingameirc_addgame (RTCW ET Q3 COD CODUO ALL)
;game
adds a game to send to / read from
/ingameirc_togglegame (RTCW ET Q3 COD CODUO ALL)
;game
toggles a game on / off for ingameirc
/ingameirc_removegame (RTCW ET Q3 COD CODUO ALL)
;game
removes a game to send to / read from
;------------------------------------------------------;
----------------------------------------------------
----------------------------------------------------
; ingame command ;
;------------------------------------------------------;
/irc (command)
;mirc command
will send command to irc whit its parameters and, echo's a message back when console gets readed to see if the command was readed sucsesfully
;------------------------------------------------------;
----------------------------------------------------
*/