Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*
- This script is one i found on hawkee.com a long time ago.
- there was one window for each event, i compressed everything in the
- same window, for easier reading.
- Credits to: Unknown user (if i find it out, i will edit this paste)
- */
- on ^*:snotice:*:{
- if (!@Notice) { window -nek @Notice }
- if (is now a isin $1-) { aline -hp 0 @Notice 14[8OperUp14] $1- | haltdef }
- if (Client connecting isin $1-) { aline -hp 0 @Notice 14[12Connecting14] $9- | haltdef }
- if (Client exiting isin $1-) { aline -hp 0 @Notice 14[7Exiting14] $6- | haltdef }
- if (! $+ $nick $+ ! WallOps Notice isin $1-) { echo -a 14[4Wallops14] $1- | haltdef }
- if (HelpOps isin $1-) { aline -hp 0 @Notice 14[8Helpops14] $1- | haltdef }
- if (ChatOps isin $1-) { aline -hp 0 @Notice 14[8ChatOps14] $1- | haltdef }
- if (LocOps isin $1-) { aline -hp 0 @Notice 14[8LocOps14] $1- | haltdef }
- if (GlobalOps isin $1-) { aline -hp 0 @Notice 18[4GlobalOps14] $1- | haltdef }
- if (Global isin $1-) { aline -hp 0 @Notice 14[0Global14] $1- | haltdef }
- if (Received KILL isin $1-) { aline -hp 4 @Notice 14[6KILL14] $1- | haltdef }
- if (Forbidding Q-lined nick isin $1-) { aline -hp 4 @Notice $1- | haltdef }
- if (Q:lined isin $1-) { aline -hp 4 @Notice $1- | haltdef }
- if (Ban active isin $1-) { aline -hp 4 @Notice $1- | haltdef }
- if (added a temporary user ban isin $1-) { aline -hp 4 @Notice $1- | haltdef }
- if (removed temporary user ban isin $1-) { aline -hp 4 @Notice $1- | haltdef }
- if (Temporary user ban $$5 is now removed. isin $1-) { aline -hp 4 @Notice $1- | haltdef }
- if (added a temp z:line isin $1-) { aline -hp 4 @Notice $1- | haltdef }
- if (removed z:line isin $1-) { aline -hp 4 @Notice $1- | haltdef }
- if (Got signal SIGHUP isin $1-) { aline -hp 4 @Notice $1- | haltdef }
- 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 }
- if (Failed isin $1-) { aline -hp 4 @Notice $1- | haltdef }
- if (NOOP isin $1-) { aline -hp 4 @Notice $1- | haltdef }
- if (No response from isin $1-) { aline -hp 4 @Notice $1- | haltdef }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement