Advertisement
Guest User

Untitled

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