Advertisement
pony

this is what im working on

Jun 29th, 2011
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.81 KB | None | 0 0
  1. on *:text:*:#:{
  2. if ($nick != $me) && (!$hget(flood,#)) && ($userlists(status) == on) && (!$readini($userlists(file),halt,#)) {
  3. if ($me isowner #) || if($nick($chan,p-o-n-y,') || if($nick($chan,pony_1,') || if($nick($chan,pony,') {
  4. if ($readini($userlists(file),Protect,$ial($nick).addr)) {
  5. if (! !isin $1-) halt
  6. if (!Bob isin $1-) goto Bob return
  7. if (!Dan isin $1-) goto Dan return
  8. if (!j isin $1-) msg # NOPE lol halt
  9. if (!Lban isin $1-) { msg # Last ban was on %listdeny.nick with Gate of %list.deny in %list.denyRm }
  10. if (!gate isin $1-) { msg # $2 gate is: $address($2,3) }
  11. if (!ag isin $1-) { msg # $2 gate is: $address($2,3) | msg # Adding $2 to Grant access | access # add Grant $address($2,3) 0 }
  12. if (!rg isin $1-) { msg # $2 gate is: $address($2,3) | msg # Deleting Grant access of $2 | access # delete Grant $address($2,3) }
  13. if (!aban isin $1-) { msg # $2 gate is: $address($2,3) | /set %list.denyRm $chan | /set %list.deny $address($2,3) | /set %listdeny.nick $2 | msg # Adding $2 to Deny access | access # add Deny $address($2,3) 0 | kick %list.denyRm %listdeny.nick | halt }
  14. if (!rban isin $1-) { msg # Removing %listdeny.nick From Deny access in %list.denyRm | access %list.denyRm delete Deny %list.deny | halt }
  15. if (!owner isin $1-) { raw mode $chan +q $2 | halt }
  16. if (!host isin $1-) { raw mode $chan +o $2 | halt }
  17. if (!auto isin $1-) { msg # $2 gate is $ial($2).addr | /set %list.pronick $nick | /set %list.pronickdate $fulldate | set %list.autogate $ial($2).addr | /set %listdeny.nick $2 | /set %list.denyRm $chan | writeini -n $userlists(file) kick %list.autogate %listdeny.nick %list.pronick %list.pronickdate | echo -a %list.pronick %list.pronickdate %list.autogate | kick %list.denyRm %listdeny.nick You have been added to auto kick by %list.pronick | halt }
  18. if (!rauto isin $1-) { msg # $2 gate is $ial($2).addr Being removed from auto kick | /set %list.pronick $nick | /set %list.pronickdate $fulldate | /set %listdeny.nick $2 | /set %list.denyRm $chan | remini $userlists(file) kick %list.autogate | access %list.denyRm delete deny %list.autogate | msg %list.denyRm %listdeny.nick with gate %list.autogate has been removed from deny in %list.denyRm | halt
  19. if (!deop isin $1-) { raw mode $chan -q $2 | raw mode $chan -o $2 | halt }
  20. if (!away isin $1-) { /away $2- | halt }
  21. {
  22. :Bob {
  23. echo -a This one worked haha Bob | halt
  24. }
  25. :Dan {
  26. echo -a This one worked haha Dan | halt }
  27. }
  28. hadd -mu1 flood $chan $true
  29. }
  30. }
  31. }
  32. }
  33. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement