PuNkTuReD commented on a Page, Pandoras Talking Bot  -  Jul 02, 2011

im sure this can be cleaned up,
and i cant guarantee its going to work ( i didnt test it )...
but try this...
note: this may need to go into a seperate blank remote file,
triggers are !boton !botoff
for channel ops only...

on *:text:*:#: {
  if ($1 == !boton) && ($nick isop $chan) { 
    hadd Pandora $+($network,$chan) $puttok($hget(Pandora,$+($network,$chan)),$wildsite,6,32) }
  elseif ($1 == !botoff) && ($nick isop $chan) { 
    .msg $chan I will not be silenced forever :P
    hadd Pandora $+($network,$chan) $puttok($hget(Pandora,$+($network,$chan)),0,6,32)
    return 
  }
  if ($gettok($hget(Pandora,$+($network,$chan)),6,32) == $wildsite) {
    var %sockname $+(pandora,$nick,$ticks,$r(1,1000))
    sockopen %sockname $gettok($hget(Pandora,$+($network,$chan)),1,32) 80
    sockmark %sockname $+($chan,,04<,07,$nick,04>) $fixurl($wildsite) $fixurl($replace(%text,$me,$gettok($hget(Pandora,$+($network,$chan)),5,32))) $hget(Pandora,$+($network,$chan))
  }
}
 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.