mIRC Homepage
Posted By: bebegood raws, vars help - 11/11/10 01:30 PM
Example:

raw 315:& %channel End of /WHO list.: { .. }

or

raw 315:& %channel* (or $+ *): { .. }

i am trying all, but everything with var doesnt work


server quakenet
i use //who %channel n%nathi,1
i am getting this reply from server: "mynick #artcore.dota :End of /WHO list."

and my %channel global variable has value #artcore.dota ofcourse.

can you fix it, please.

regards.

Posted By: 5618 Re: raws, vars help - 11/11/10 02:00 PM
Try...
raw 315:$(* %channel *):{ }
...or some variation on it.
Posted By: Tomao Re: raws, vars help - 11/11/10 02:51 PM
Actually the $+ is needed:
Quote:
raw 315:$(* $+ %channel $+ *):{ }
© mIRC Discussion Forums