mIRC Home    About    Download    Register    News    Help

Print Thread
#227479 11/11/10 01:30 PM
Joined: Jan 2010
Posts: 10
B
Pikka bird
OP Offline
Pikka bird
B
Joined: Jan 2010
Posts: 10
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.


Last edited by Khaled; 11/11/10 01:43 PM.
Joined: Jun 2007
Posts: 933
5
Hoopy frood
Offline
Hoopy frood
5
Joined: Jun 2007
Posts: 933
Try...
raw 315:$(* %channel *):{ }
...or some variation on it.

5618 #227482 11/11/10 02:51 PM
Joined: Jul 2007
Posts: 1,129
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Jul 2007
Posts: 1,129
Actually the $+ is needed:
Quote:
raw 315:$(* $+ %channel $+ *):{ }


Link Copied to Clipboard