Paste von Anonym am 2010-09-04 23:48:30 Syntax:
on *:ACTION:*:*:{
if ($spamcheck) {
if ($me isin $1-) {
inc %count
inc %reslap_spam
set %text $1-
%text = $reptok(%text,$me,$nick,$me,32)
describe $chan %text
describe $chan wurde schon %count Mal Geschlagen. :(
}
}
}
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

