Advertisement
ReubenMcHawk

Greentext Script

Apr 22nd, 2012
310
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.32 KB | None | 0 0
  1. ;Greentext Script
  2. ;By {RoT}ReubenMcHawk
  3. ;Save the below as "greentext.mrc" in C:\Users\<username>\AppData\Roaming\mIRC\scripts
  4.  
  5. alias greentext {
  6.   set %imply $1-
  7.   say 3> $+ %imply
  8.   unset %imply
  9. }
  10.  
  11.  
  12. alias imply {
  13.   set %implications $1-
  14.   say 3>implying  $+ %space $+ %implications
  15.   unset %implications
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement