Advertisement
westor

mirc RAW CAP bug

Jun 16th, 2021
2,058
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.20 KB | None | 0 0
  1. RAW CAP:*LS*: {
  2.   var %m = $1-
  3.   var %d = draft/chathistory
  4.  
  5.   if ($istok(%d,%m,32)) { echo 4 -s cap REQ %d }
  6.  
  7.   set -e %capls $1-
  8.  
  9.   echo 7 -s IS: $istok(%d,%m,32) --> $istok(%capls,%d,32) --> $1-
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement