can someone help me pls.
i have wrote this mirc script, mirc is connecting to both servers but
don't join the channels, what do i wrong?
[script]
n0=on *:START: {
n1= server 192.168.81.220:6667 password
n2= server -m 192.168.82.320:6667 password
n3=}
n4=
n5=on *:CONNECT: {
n6= if (192.168.81.220 isin $server) {
n7= /nick tom
n8= /join #myfirst
n9= /join #mysecond
n10= }
n11= if (192.168.82.320 isin $server) {
n12= /nick tom
n13= /join #myother
n14= }
n15=}
thx,
tom
There's alt.mirc and other related groups related do mIRC IRC client,
there your question will be best addressed.