Paste von Anonym am 2010-09-05 01:02:01 Syntax:

on *:ACTION:*:*:{
  if ($me isin $1-) && (slaps isin $1-) {
    if ($spamcheck) {
      inc %totalslap
      describe $chan $read(Slaps.txt) No. %totalslap
      inc %reslap_spam
    }
  }
}
alias -l spamcheck {
  if (%reslap_spam == $null) { set -u10 %reslap_spam 0 }
  if (%reslap_spam < 3) { return $true }
  else { return $false }
} 


» ohne Titel
« ohne Titel