HeilTec commented on a Page, Common Chans for mIRC   -  Feb 05, 2015

As I read this I am reminded of an old script I made using the built-in mIRC variable $comchan - pasted a long time ago - http://pastebin.com/dNQjvM4g

menu nicklist {
  Common channels $1: /comchans $1
}
alias comchans {
  var %n $comchan($1,0)
  var %i 0
  var %t %n common channels for $1 $+ :
  while (%i < %n) {
    inc %i 1
    var %t %t $comchan($1,%i)
  }
  echo -a %t
}

More primitive output directly in the channel but it has served me well showing a single user at the time.
Scanning all users could be useful - sometimes.

Tritonio  -  Mar 02, 2015

Thanks for pointing out $comchan. Never seen it before. I wonder if it spans multiple servers too like my version of it.

Sign in to comment

Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.