mIRC Homepage
Posted By: Pariah MultiServ Messaging - 27/06/05 05:10 PM
I've got this code for messaging channels i've stored in a hash table, but i'd like it to msg across all the servers im connected to, so long ass the channel exists anyway.
Code:
  var %a = $numtok($hget(table,chans),44)
  while (%a) {
    msg $gettok($hget(outcast,chans),%a,44) <my message>
    dec %a
  }  
Posted By: mIRCManiac Re: MultiServ Messaging - 27/06/05 05:13 PM
var %a = $numtok($hget(table,chans),44)
while (%a) {
scon -at1 gmsg $gettok($hget(outcast,chans),%a,44) <my message>
dec %a
}

alias gmsg if ($1 ischan) msg $1-
Posted By: Pariah Re: MultiServ Messaging - 27/06/05 05:17 PM
thank you!! i've been scratching my head over this for 2 days now
© mIRC Discussion Forums