Advertisement
Guest User

Untitled

a guest
Jun 27th, 2017
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.41 KB | None | 0 0
  1. on *:TEXT:!dquote *:#:{
  2.   if ($1 == !dquote && $nick == Quicksilver) {
  3.     if ($2) {
  4.       if ($2 isin $read(quote.txt,w, $2)) {
  5.         write -dl $+ $readn quote.txt
  6.         msg $chan 4Quote 1deleted succesfully!
  7.       }
  8.       else { msg $chan I don't see such quotes. }
  9.     }
  10.     else { msg $chan 4Usage:1 !dquote <ur quote> }
  11.   }
  12.   elseif ($1 == !dqoute) { msg $chan You cannot use this command }
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement