Advertisement
HeilTec

singleChanCID

Aug 10th, 2012
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.23 KB | None | 0 0
  1. ; Call singleChanCID to ensure only a single response when using multi connections (clones)
  2. alias singleChanCID {
  3.   if ($hget(single,$chan)) {
  4.     if ($v1 != $cid) {
  5.       halt
  6.     }
  7.   }
  8.   else hadd -mu1 single $chan $cid
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement