Advertisement
Guest User

Untitled

a guest
Jun 24th, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. on $*:TEXT:/^[.@!]setspam/Si:#:{
  2. if (($chr(36) isin $1-) || ($chr(124) isin $1-) || (*.txt isin $1-) || (*.ini isin $1-)) { halt }
  3. if ($me == [Elit3-Bot]) && (($nick == Elit3|AFK || $nick isop $chan)) {
  4. if (!$4) { notice $nick Syntax: 10[14!setspam <how many times> <seconds> <message>10]
  5. halt
  6. }
  7. timer $+ $chan $2 $3 msg $chan $4-
  8. msg $chan 10[14AutoTimer10] 9410 $+ $nick 14have turn for $2 times and set by10 $nick | msg $chan 14(Made by 10Elit3|AFK) }
  9. }
  10.  
  11. on $*:TEXT:/^[.@!]stopspam/Si:#:{
  12. if ($me == [Elit3-Bot]) && (($nick == Elit3|AFK || $nick isop $chan)) {
  13. timer $+ $chan off
  14. msg $chan 10[14StopSpam10] 9410 $+ $nick 14have turn off the spam
  15. }
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement