mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Mar 2004
Posts: 26
U
Ameglian cow
OP Offline
Ameglian cow
U
Joined: Mar 2004
Posts: 26
I am sure it is simple, and I did search, but I am having a heck of a time finding/doing this.

I merely want to output the text from(for example) /stats c to a list box within a dialog.

I for the life of me cannot get anything to work.

Any ideas/thoughts are appreciated!

Joined: Dec 2002
Posts: 1,321
H
Hoopy frood
Offline
Hoopy frood
H
Joined: Dec 2002
Posts: 1,321
You will have to be proficient with raw 212-219,225-227,241-246,250 events to capture the numerics generated by /stats commands and then also with /did commands to update your listbox.

212 RPL_STATSCOMMANDS
213 RPL_STATSCLINE
214 RPL_STATSNLINE
215 RPL_STATSILINE
216 RPL_STATSKLINE
217 RPL_STATSQLINE
218 RPL_STATSYLINE
219 RPL_ENDOFSTATS
225 RPL_STATSZLINE
226 RPL_STATSCOUNT
227 RPL_STATSGLINE
241 RPL_STATSLLINE
242 RPL_STATSUPTIME
243 RPL_STATSOLINE
244 RPL_STATSHLINE
245 RPL_STATSSLINE
246 RPL_STATSXLINE
250 RPL_STATSCONN


DALnet: #HelpDesk and #m[color:#FF0000]IR[color:#EEEE00]C

Link Copied to Clipboard