irc.server1.com = 1st open server
irc.server2.com = 2nd opened server

script:>

example
on *:TEXT:!Users*:*: {
scid 2 //c.users $2
}

Code:
alias c.users {
  var %c.calc = $nick($1,0)
  scid 1 //msg #ChanYouWantToPost %c.calc
}


usage is has follows, the first server you are on = $CID (1) you can do a test in your mirc window liek //echo -a $cid if it says 1 that means its your first connect if its any other adjust script accordingly

so someone types !users #testchan

which #testchan is on the other server

your script performs the alias which calcs the users on specified chan

so we work with SCID 1 and 2 ... youll learn by looking at my script what i mean by that


Code:
if $reality > $fiction { set %sanity Sane }
Else { echo -a *voices* }