Advertisement
Guest User

Untitled

a guest
Jan 15th, 2019
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.52 KB | None | 0 0
  1. on ^*:SNOTICE:*:{
  2.   if (o !isincs $usermode) return
  3.   haltdef
  4.   set -l %window SNOTICE
  5.   if (*did a /whois on you* iswm $1-) %window = WHOIS
  6.   elseif (*used SA* iswm $1-) %window = SaCommands
  7.   elseif (*used PRETENDUSER* iswm $1-) %window = PretendUser
  8.   elseif (*GLOBOPS* iswm $1-) %window = GlobOps
  9.   elseif (*OPER:* iswm $1-) %window = Oper
  10.   ; elseif (*gline* iswm $1-) %window = GLINE
  11.   %window = $+(@,%window,$chr(160),$network)
  12.   if (!$window(%window)) window -n2 %window
  13.   echo -te %window $+(-,$nick,-) $1-
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement