Advertisement
illpastethat

RSBot Quotes

Sep 1st, 2011
290
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.26 KB | None | 0 0
  1. on *:text:*:#rsbot: {
  2.   $iif($nick == Quotes,noop,halt)
  3.   if ($3 == added) {
  4.     write RSBotQuotes.txt $2
  5.     set %currentquote $remove($2,#)
  6.   }
  7.   elseif ($3 == does) {
  8.     halt
  9.   }
  10.   else {
  11.     write RSBotQuotes.txt $2-
  12.     write -i RSBotQuotes.txt
  13.   }
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement