menu channel {
-
Ingame Irc
.Options
..Menu: ingameirc
..$iif(%ingameirc_script > 0,$style(1)) Run/Stop
...$iif(%ingameirc_script > 0,$style(2)) Start (mirc>console): ingameirc_start 1
...$iif(%ingameirc_script > 1,$style(2)) Start (mirc><console): ingameirc_start 2
...$iif(%ingameirc_script == 0,$style(2)) Stop: ingameirc_stop
..Game
...$iif(%ingameirc_game == RTCW,$style(1)) RTCW: ingameirc_setgame RTCW
...$iif(%ingameirc_game == ET,$style(1)) ET: ingameirc_setgame ET
...$iif(%ingameirc_game == Q3,$style(1)) Q3: ingameirc_setgame Q3
...$iif(%ingameirc_game == COD,$style(1)) COD: ingameirc_setgame COD
...$iif(%ingameirc_game == CODUO,$style(1)) CODUO: ingameirc_setgame CODUO
...$iif(%ingameirc_game == ALL,$style(1)) All: ingameirc_setgame ALL
..Ingame Nick: %ingameirc_nickname = $?="Ingame Nicknam:"
..Ingame Prefix: %ingameirc_prefix = $?="Ingame Prefix:"
..$iif(%ingameirc_sendquery == 1,$style(1)) Send Querys: %ingameirc_sendquery = $ingameirc_switch(%ingameirc_sendquery)
..$iif(%ingameirc_senddcc == 1,$style(1)) Send DCCs: %ingameirc_senddcc = $ingameirc_switch(%ingameirc_senddcc)
..
.Channel
..$iif($ingameirc_checkchan($chan) >= 0,$style(1)) Add/Remove
...$iif($ingameirc_checkchan($chan) >= 0,$style(2)) Add (chat): $ingameirc_addchan(%ingameirc_chanptr,$chan,c)
...$iif($ingameirc_checkchan($chan) >= 0,$style(2)) Add (chat+notic+action): $ingameirc_addchan(%ingameirc_chanptr,$chan,cna)
...$iif($ingameirc_checkchan($chan) >= 0,$style(2)) Add (full): $ingameirc_addchan(%ingameirc_chanptr,$chan,ctnaijqpkbm)
...$iif($ingameirc_checkchan($chan) >= 0,,$style(2)) Remove: $ingameirc_removechan($chan)
..Flags
...$iif($ingameirc_checkflags(c),$style(1)) Chat:
...$iif($ingameirc_checkflags(n),$style(1)) Notice:
...$iif($ingameirc_checkflags(a),$style(1)) Action:
...$iif($ingameirc_checkflags(t),$style(1)) Topic:
...$iif($ingameirc_checkflags(i),$style(1)) nIck:
...$iif($ingameirc_checkflags(j),$style(1)) Join:
...$iif($ingameirc_checkflags(q),$style(1)) Quit:
...$iif($ingameirc_checkflags(p),$style(1)) Part:
...$iif($ingameirc_checkflags(k),$style(1)) Kick:
...$iif($ingameirc_checkflags(b),$style(1)) Ban:
...$iif($ingameirc_checkflags(m),$style(1)) Modes:
.Send to Ingame: ingameirc_sendtoconsole $?="Command:"
}