Quote:
Originally posted by Da_GoTTi
problem with script...
in the new versions of mirc, you can multi server connect, instead of opening multiple mIRC's to be on different servers...well i use this option...
when on 2 or more servers, but in the channel I use the script for, it records the data as 0 being no1 in the channel...
What would need to be added to the script or whatever, to make it look on 1 server and in that 1 channel? IN a multi load situation.
|
Yes, multiserver works like this: The first server you connect to, has the id '1', the second server has the id '2', etc.
The identifier to get the connection ID of the current active server is $cid. So you might use
if ($cid == 1) { blah | blah }.
Dave.
PS: The above is for people with version 6.* of mIRC.