Advertisement
patate

Trout saver

Oct 4th, 2022 (edited)
2,295
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.58 KB | None | 0 0
  1. On *:action:*slaps*with*a*:*:{
  2.   if ((%antiflood != on) && ($me isin $1-)) {
  3.     if (fish isin $1-) { /describe $chan releases the fish into the wild and has $nick arrested for animal abuse - %animals animals saved by $me
  4.     set %antiflood on
  5.     .timerflood 1 300 unset %antiflood
  6.     set %animals $calc(%animals + 1)
  7. }
  8.     elseif (trout isin $1-) { /describe $chan releases the trout into the wild and has $nick arrested for animal abuse - %animals animals saved by $me
  9.     set %antiflood on
  10.     .timerflood 1 300 unset %antiflood
  11.     set %animals $calc(%animals + 1)
  12.  }
  13. }
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement