Advertisement
Seb

Server notices (Oper window)

Seb
Apr 17th, 2011
859
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 2.15 KB | None | 0 0
  1. /*
  2. This script is one i found on hawkee.com a long time ago.
  3. there was one window for each event, i compressed everything in the
  4. same window, for easier reading.
  5. Credits to: Unknown user (if i find it out, i will edit this paste)
  6. */
  7.  
  8. on ^*:snotice:*:{
  9.   if (!@Notice) { window -nek @Notice }
  10.   if (is now a isin $1-) { aline -hp 0 @Notice 14[8OperUp14] $1- | haltdef }
  11.   if (Client connecting isin $1-) { aline -hp 0 @Notice 14[12Connecting14] $9- | haltdef }
  12.   if (Client exiting isin $1-) { aline -hp 0 @Notice 14[7Exiting14] $6- | haltdef }
  13.   if (! $+ $nick $+ ! WallOps Notice isin $1-) { echo -a 14[4Wallops14] $1- | haltdef }
  14.   if (HelpOps isin $1-) { aline -hp 0 @Notice 14[8Helpops14] $1- | haltdef }
  15.   if (ChatOps isin $1-) { aline -hp 0 @Notice 14[8ChatOps14] $1- | haltdef }
  16.   if (LocOps isin $1-) { aline -hp 0 @Notice 14[8LocOps14] $1- | haltdef }
  17.   if (GlobalOps isin $1-) { aline -hp 0 @Notice 18[4GlobalOps14] $1- | haltdef }
  18.   if (Global isin $1-) { aline -hp 0 @Notice 14[0Global14] $1- | haltdef }
  19.   if (Received KILL isin $1-) { aline -hp 4 @Notice 14[6KILL14] $1- | haltdef }
  20.   if (Forbidding Q-lined nick isin $1-) { aline -hp 4 @Notice  $1- | haltdef }
  21.   if (Q:lined isin $1-) { aline -hp 4 @Notice  $1- | haltdef }
  22.   if (Ban active isin $1-) { aline -hp 4 @Notice  $1- | haltdef }
  23.   if (added a temporary user ban isin $1-) { aline -hp 4 @Notice  $1- | haltdef }
  24.   if (removed temporary user ban isin $1-) { aline -hp 4 @Notice  $1- | haltdef }
  25.   if (Temporary user ban $$5 is now removed. isin $1-) { aline -hp 4 @Notice  $1- | haltdef }
  26.   if (added a temp z:line isin $1-) { aline -hp 4 @Notice  $1- | haltdef }
  27.   if (removed z:line isin $1-) { aline -hp 4 @Notice  $1- | haltdef }
  28.   if (Got signal SIGHUP isin $1-) { aline -hp 4 @Notice $1- | haltdef }
  29.   if (did a /whois on you isin $1-) { aline -hp 4 @Notice $1- | notice $2 Why do you /whois me? | echo $color(notice) -at $2 Did a /whois on you. | haltdef }  
  30.   if (Failed isin $1-) { aline -hp 4 @Notice $1- | haltdef }
  31.   if (NOOP isin $1-) { aline -hp 4 @Notice $1- | haltdef }
  32.   if (No response from isin $1-) { aline -hp 4 @Notice $1- | haltdef }
  33. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement