Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- on *:TEXT:!reset:#:{
- if (!$hget(awesome1, $wildsite)) {
- if ($nick == $wildtok(%spamwild,$nick,1,46)) {
- var %manualspamfiltz = $rand(1,10000)
- set %aspamfilter $read(spamfilter.txt,%manualspamfiltz)
- msg $chan !awesome cool-down has been reset by $nick $+ !
- .hadd -mu45 awesome1 $str($wildsite $chr(32),2)
- }
- else { notice $nick Permission denied! }
- }
- else { notice $nick You've only just used this script! Stop trying to spam, $nick $+ ! }
- }
- alias addspam { ;syntax /addspam [nick]
- set %spamwild $addtok(%spamwild,$$2,46)
- }
Advertisement
Add Comment
Please, Sign In to add comment