Public paste
Undefined
By: Guest | Date: Mar 3 2010 18:41 | Format: None | Expires: never | Size: 793 B | Hits: 804

  1. on *:TEXT:4Cokeprijzen .nl veranderd!*:#Furious:{
  2.   if $address($nick,2) == *!*@Justice.users.omerta /amsg 4 Cokeprijzen $2- 0(http://nl.trabot.net)
  3. }
  4. on *:TEXT:[Object Report]*:#Furious:{
  5.   if $address($nick,2) == *!*@Justice.users.omerta /amsg 7 [Object $2- 0(http://nl.trabot.net)
  6. }
  7. on *:TEXT:[Family Report]*:#Furious:{
  8.   if $address($nick,2) == *!*@Justice.users.omerta /amsg 7 [Family $2- 0(http://nl.trabot.net)
  9. }
  10.  
  11. alias /amsg {
  12.   %except = #missloe #mich #spacewoman #SettoreScuro.pub #SettoreScuro.fam #Trabot.bot #newmix.de
  13.   %except = #missloe #mich #spacewoman #SettoreScuro.pub #SettoreScuro.fam #Trabot.bot #newmix.de
  14.   %n = $chan(0)
  15.   %i = 1
  16.   while ( %i <= %n ) {
  17.     if ( $chan(%i) !isin %except ) {
  18.       /msg $chan(%i) $1-
  19.     }
  20.     /inc %i
  21.   }
  22. }