mIRC Homepage
Having difficulty obtaining some information on processing these events.

On Topic: how do I (programmatically) get the information on who changed the topic message ?

It doesn't show up in the $rawmsg or in $nick, nor does it get a separate raw 333 like happens with Topic message on join, raw 332, or the same from the use of the /list command, raw 322.

Note: mIRC manages to display this as <nick> changes topic to ...

On Disconnect: how can I get the cid of the connection that disconnected ?

ANy help would be greatfully appreciated.
https://en.wikichip.org/wiki/mirc/on_events/on_topic

For the cid, use $cid within the ON DISCONNECT event
Thanks for the On Disconnect info, implementing it now. I needed to 'steer' the messages about that event to the relevant status window when multi-networking/servering.

I have read the wikichip page for on topic, and the subsequent linked page 'Local Identifiers (https://en.wikichip.org/wiki/mirc/local_identifiers) which suggests that $nick should identify who triggered the event, but it just failed with an error.

I just retried it to quote the error and it worked. I must have made a mistake on my previous test.

Thanks .. That gets me ever onward smile
© mIRC Discussion Forums