BigSteve commented on a Page, Simple Theme  -  Jan 11, 2011

this is from my script


on ^*:TEXT:*:#:{
  if ($left($nick($chan,$nick).pnick,1) == ~) {
    echo $chan $darkestirc $timestampdirc 14/|13~ $+ $nick $+ 14|\15 $1-
  }
  elseif ($left($nick($chan,$nick).pnick,1) == &) {
    echo $chan $darkestirc $timestampdirc 14/|9& $+ $nick $+ 14|\15 $1-
  }
  elseif ($left($nick($chan,$nick).pnick,1) == @) {
    echo $chan $darkestirc $timestampdirc 14/|7@ $+ $nick $+ 14|\15 $1-
  }
  elseif ($left($nick($chan,$nick).pnick,1) == %) {
    echo $chan $darkestirc $timestampdirc 14/|10% $+ $nick $+ 14|\15 $1-
  }
  elseif ($left($nick($chan,$nick).pnick,1) == +) {
    echo $chan $darkestirc $timestampdirc 14/|11+ $+ $nick $+ 14|\15 $1-
  }
  else {
    echo $chan $darkestirc $timestampdirc 14/|6 $+ $nick $+ 14|\15 $1-
  }
  haltdef
}
on ^*:TEXT:*:?:{

  echo $nick $darkestirc $timestampdirc 14/|8 $+ $nick $+ 14|\15 $1-

  if ($active != $nick) { flash -b5 $nick }
  haltdef
}
 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.