Advertisement
Guest User

Untitled

a guest
Sep 8th, 2017
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.03 KB | None | 0 0
  1. IN JE BOT REMOTE
  2.  
  3.  
  4. on *:TEXT:4Cokeprijzen .nl veranderd!*:#Furious:{
  5. if $address($nick,2) == *!*@Justice.users.omerta /amsg 4 Cokeprijzen $2-
  6. }
  7. on *:TEXT:[Obejct Report]*:#Furious:{
  8. if $address($nick,2) == *!*@Justice.users.omerta /emsg 7 [Object $2-
  9. }
  10. alias /emsg {
  11. %except = #missloe #mich #spacewoman
  12. %except = #trabot.nl #missloe #mich #spacewoman
  13. %n = $chan(0)
  14. %i = 1
  15. while ( %i <= %n ) {
  16. if ( $chan(%i) !isin %except ) {
  17. /msg $chan(%i) $1-
  18. }
  19. /inc %i
  20. }
  21. }
  22. on *:TEXT:[Family Report]*:#Furious:{
  23. if $address($nick,2) == *!*@Justice.users.omerta /dmsg 7 [Family $2-
  24. }
  25. alias /dmsg {
  26. %except = #missloe #mich #spacewoman
  27. %except = #trabot.nl #missloe #mich #spacewoman
  28. %n = $chan(0)
  29. %i = 1
  30. while ( %i <= %n ) {
  31. if ( $chan(%i) !isin %except ) {
  32. /msg $chan(%i) $1-
  33. }
  34. /inc %i
  35. }
  36. }
  37. on *:TEXT:4[Report]*:#Furious:{
  38. if $address($nick,2) == *!*@Justice.users.omerta /amsg 4 [Report] $2-
  39. }
  40. on *:TEXT:4[Family Report]*:#Furious:{
  41. if $address($nick,2) == *!*@Justice.users.omerta /bmsg 4 [Family $2-
  42. alias /bmsg {
  43. %except = #trabot.nl #trace #cokeprijzen.bot #missloe #spacewoman
  44. %except = #trabot.nl #missloe #mich #spacewoman
  45. %n = $chan(0)
  46. %i = 1
  47. while ( %i <= %n ) {
  48. if ( $chan(%i) !isin %except ) {
  49. /msg $chan(%i) $1-
  50. }
  51. /inc %i
  52. }
  53. }
  54. }
  55.  
  56.  
  57. IN JOU EIGEN REMOTE
  58.  
  59. on *:TEXT:4Cokeprijzen .nl veranderd!*:#drankendrugs:{
  60. if $address($nick,2) == *!*@hq.trabot.net { /msg #Furious 4Cokeprijzen $2-
  61. }
  62. }
  63. on *:TEXT:[Object Report]*:#trabot.nl:{
  64. if $address($nick,2) == *!*@hq.trabot.net { /msg #Furious [Object $2-
  65. }
  66. }
  67. on *:TEXT:[Family Report]*:#trabot.nl:{
  68. if $address($nick,2) == *!*@hq.trabot.net { /msg #Furious [Family $2-
  69. }
  70. }
  71. on *:TEXT:4[Report]*:#trabot.nl:{
  72. if $address($nick,2) == *!*@hq.trabot.net { /msg #Furious 4[Report] $2-
  73. }
  74. }
  75. on *:TEXT:4[Family Report]*:#trabot.nl:{
  76. if $address($nick,2) == *!*@hq.trabot.net { /msg #Furious 4[Family $2-
  77. }
  78. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement