Advertisement
Guest User

Untitled

a guest
May 29th, 2015
287
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. on *:TEXT:!slay *:#:{
  2. ; if current connection is not the main connection, skip, change this
  3. if ($me != FoxxiBoxxi) {
  4. return
  5. }
  6.  
  7. if ($nick == underreact || $nick == e_2_da_lectric) {
  8. ; $2 is the nick to timeout
  9. /timeout $2- 1
  10. -ag timeout $2-
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement