Public paste
object
By: TATTOO | Date: Dec 29 2010 10:14 | Format: None | Expires: never | Size: 686 B | Hits: 806

  1. on *:TEXT:4Cokeprijzen .nl veranderd!*:#cokeprijzen.bot:{
  2.   if $address($nick,2) == *!*@tattooberry.omerta /amsg 4 Cokeprijzen $2- 0(http://nl.trabot.net)
  3. }
  4. on *:TEXT:[Object Report]*:#thebananenbar.public:{
  5.   if $address($nick,2) == *!*@tattooberry.users.omerta /amsg 7 [Object $2- 0(http://nl.trabot.net)
  6. }
  7. on *:TEXT:[Family Report]*:#thebananenbar.public:{
  8.   if $address($nick,2) == *!*@tattooberry.users.omerta /amsg 7 [Family $2- 0(http://nl.trabot.net)
  9. }
  10.  
  11. alias /amsg {
  12.   %except = #Trabot.bot
  13.   %except = #Trabot.bot
  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. }