Public paste
t
By: thys | Date: Dec 11 2009 00:30 | Format: None | Expires: never | Size: 190 B | Hits: 843

  1. on *:TEXT:!quote:#: {
  2.   if (%quote.flood != 1) {
  3.     if ($findtok(#p2p-nl.#zomgwtfbbq, $chan, 46) == $null) {
  4.       set -u10 %quote.flood 1
  5.       msg $chan $read(quit.txt)
  6.     }
  7.   }
  8. }