Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

mirc script

0 views
Skip to first unread message

Thomas Schneider

unread,
Nov 25, 2009, 10:46:25 AM11/25/09
to
hi,

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

jvdm

unread,
Nov 26, 2009, 7:11:26 AM11/26/09
to
Thomas Schneider wrote:
> hi,
>
> 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?

There's alt.mirc and other related groups related do mIRC IRC client,
there your question will be best addressed.

0 new messages