mIRC Homepage
Posted By: Deep3D Remove + - 10/06/05 10:01 PM
Code:
  .Auto Mode (+ $+ %join.mode $+ ):set %join.mode [color:red] $$input(Enter new mode:, e, , %join.mode)[/color] 


If I type +nt then remove the + and write nt to the %var..

and If typed nt then write nt to the %var need the script in popup line.. I crazy
Posted By: xMIRCd Re: Remove + - 10/06/05 10:15 PM
try
Code:
menu * {
.Auto Mode ( $+ %join.mode $+ ):set %join.mode $remove($$?="What mode?",+,-)
}
on *:CONNECT:{
mode $me $+(+,%join.mode)
echo 6 Set modes to $usermode
}
  

-xMIRCd
Posted By: Deep3D Re: Remove + - 10/06/05 10:20 PM
thanks! perfect! grin
© mIRC Discussion Forums