Hi!
My objective is the following: I want to create a partyline command ".foo #channel" that returns the timestamp of when the topic on the channel was set to the partyline.
I have a *rough* understanding of how to do this: I have to bind a partyline command that, when it is issued, binds the raw numerical 333, issues a topic command, catches the raw server reply, scans it for the unixtime field in the reply and puts it on the partyline via putlog.
Now, I'm a total TCL beginner, and while I think I understand what I have to do here on a conceptual level, I will never ever get the syntax right. Can anybody help me?