Guest User

Untitled

a guest
Mar 15th, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.53 KB | None | 0 0
  1. alias pred { $iif($me isop $chan, return 5@, $iif($me ishop $chan, return 10%, $iif($me isvoice $chan, return 7+))) }
  2.  
  3. On *:input:#:{
  4.   if / != $left($1-,1) {
  5.     echo -t $active 14« $+ $pred($me) $+ 14 $+ $me $+ » $1-
  6.     .msg $active $1-
  7.     haltdef
  8.   }
  9.   elseif / == $left($1-,1) && $ctrlenter {
  10.     echo -t $active 14« $+ $pred($me) $+ 14 $+ $me $+ » $1-
  11.     .msg $active $1-
  12.     haltdef
  13.   }
  14.   if !addquote == $1 { write quote.txt $2- | echo Quote ajoutée. | halt }
  15.   if !r == $1 { say $read(quote.txt) }
  16. }
Add Comment
Please, Sign In to add comment