Guest User

Untitled

a guest
May 23rd, 2018
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.95 KB | None | 0 0
  1. on *:text:*:#iphonehelpers:{
  2. if $1 == !ihop { if $address($nick,2) == *!*@cpe-98-151-27-109.socal.res.rr.com || *!*@c-69-243-173-56.hsd1.in.comcast.net || *!*@76-14-115-61.rk.wavecable.com || *!*@pool-71-177-215-235.lsanca.fios.verizon.net {
  3. if $2 == me { /op $chan $nick }
  4. else { /op $chan $2 } } }
  5. if $1 == !ihdeop { if $address($nick,2) == *!*@cpe-98-151-27-109.socal.res.rr.com || *!*@c-69-243-173-56.hsd1.in.comcast.net || *!*@76-14-115-61.rk.wavecable.com || *!*@pool-71-177-215-235.lsanca.fios.verizon.net {
  6. if $2 == me { /dop $chan $nick }
  7. else { /dop $chan $2 } } }
  8. if $1 == !ihkick { if $address($nick,2) == *!*@cpe-98-151-27-109.socal.res.rr.com || *!*@c-69-243-173-56.hsd1.in.comcast.net || *!*@76-14-115-61.rk.wavecable.com || *!*@pool-71-177-215-235.lsanca.fios.verizon.net {
  9. /kick $chan $2 } }
  10. if $1 == !ihban { if $address($nick,2) == *!*@cpe-98-151-27-109.socal.res.rr.com || *!*@c-69-243-173-56.hsd1.in.comcast.net || *!*@76-14-115-61.rk.wavecable.com || *!*@pool-71-177-215-235.lsanca.fios.verizon.net {
  11. /mode $chan +b $2 } }
  12. if $1 == !ihunban { if $address($nick,2) == *!*@cpe-98-151-27-109.socal.res.rr.com || *!*@c-69-243-173-56.hsd1.in.comcast.net || *!*@76-14-115-61.rk.wavecable.com || *!*@pool-71-177-215-235.lsanca.fios.verizon.net {
  13. /mode $chan -b $2 } }
  14. if $1 == !ihvoice { if $address($nick,2) == *!*@cpe-98-151-27-109.socal.res.rr.com || *!*@c-69-243-173-56.hsd1.in.comcast.net || *!*@76-14-115-61.rk.wavecable.com || *!*@pool-71-177-215-235.lsanca.fios.verizon.net {
  15. /mode $chan +v $2 } }
  16. if $1 == !ihdevoice { if $address($nick,2) == *!*@cpe-98-151-27-109.socal.res.rr.com || *!*@c-69-243-173-56.hsd1.in.comcast.net || *!*@76-14-115-61.rk.wavecable.com || *!*@pool-71-177-215-235.lsanca.fios.verizon.net {
  17. /mode $chan -v $2 } }
  18. if $1 == !ihmop { if $address($nick,2) == *!*@cpe-98-151-27-109.socal.res.rr.com || *!*@c-69-243-173-56.hsd1.in.comcast.net || *!*@76-14-115-61.rk.wavecable.com || *!*@pool-71-177-215-235.lsanca.fios.verizon.net {
  19. /mode $chan +ooooo $2-7 } }
  20. if $1 == !ihmdop { if $address($nick,2) == *!*@cpe-98-151-27-109.socal.res.rr.com || *!*@c-69-243-173-56.hsd1.in.comcast.net || *!*@76-14-115-61.rk.wavecable.com || *!*@pool-71-177-215-235.lsanca.fios.verizon.net {
  21. /mode $chan -ooooo $2-7 } }
  22. if $1 == !ihtopic { if $address($nick,2) == *!*@cpe-98-151-27-109.socal.res.rr.com || *!*@c-69-243-173-56.hsd1.in.comcast.net || *!*@76-14-115-61.rk.wavecable.com || *!*@pool-71-177-215-235.lsanca.fios.verizon.net {
  23. /topic $chan $2- } }
  24. if $1 == !ihakick { if $address($nick,2) == *!*@cpe-98-151-27-109.socal.res.rr.com || *!*@c-69-243-173-56.hsd1.in.comcast.net || *!*@76-14-115-61.rk.wavecable.com || *!*@pool-71-177-215-235.lsanca.fios.verizon.net {
  25. if %ihakick == $null { %ihakick = $2 }
  26. elseif $ihakick != $null { %ihakick = %ihkick || $2 } } }
  27. }
  28.  
  29. on *:join:#iphonehelpers:{ if $nick == %ihakick { /kick $chan $nick } }
  30.  
  31. on *:text:*b3ll*:#iphonehelpers:{ .notice $nick xXb3LLXx has Master Chief status on this channel ( $+ $chan $+ ). }
Add Comment
Please, Sign In to add comment