Advertisement
Guest User

Untitled

a guest
Oct 29th, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.36 KB | None | 0 0
  1. on ^*:SNOTICE:*:{
  2.   if (o !isincs $usermode) return
  3.   set -l %window
  4.   if ($regex($1-,/\*\*\* (?:REMOTE)?(\S+?):/i)) %window = $regml(1)
  5.   elseif (/whois isin $1-) %window = WHOIS
  6.   else return
  7.   haltdef
  8.   %window = $+(@IRCOP,$chr(160),%window,$chr(160),$network,$chr(160),$cid)
  9.   if (!$window(%window)) window -n2 %window
  10.   echo -te %window $+(-,$nick,-) $1-
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement