Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- raw *:*: {
- if $istok(354 315,$numeric,32) && %tmp.watch.user != $null {
- if $numeric == 354 && $2 == 600 {
- if $4 == %tmp.watch.user {
- set %tmp.watch.nick $3
- msg X kick %tmp.watch.chan $3 Why would you feel the need to use X to do your damm business?
- }
- halt
- }
- elseif $numeric == 315 && $2 == %tmp.watch.user {
- if %tmp.watch.nick == $null {
- echo -as Nick Not found!! However, username that kicked was %tmp.watch.user
- }
- unset %tmp.watch.*
- halt
- }
- }
- }
- on !*:KICK:#: {
- if $nick == X && $knick == $me {
- set %tmp.watch.chan $chan
- set %tmp.watch.user $mid($1,2,-1)
- who %tmp.watch.user $+(xad,%,nat,$chr(44),600)
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement