Guest
Public paste!

Untitled

By: a guest | Mar 21st, 2010 | Syntax: None | Size: 0.15 KB | Hits: 84 | Expires: Never
This paste has a previous version, view the difference. Copy text to clipboard
  1. on *:TEXT:*!yousay*:#: {
  2.   if ( $nick == Robo-Cop && $4 == !yousay && $3 == - ) {
  3.      msg $chan !say $5-
  4.   }
  5.   else {
  6.     msg $chan $2-
  7.   }
  8. }