$chan.topicsetby
Returns the author of the topic of a channel
Usage
<string> $chan.topicsetby
<string> $chan.topicsetby(<window_id:string>)
Description
The first form returns the author of the topic of the current channel (assuming that the current window is a channel at all). If the current window is not a channel, a warning is printed and an empty string is returned.
The second form returns the author of the topic of the channel specified by <window_id>.
The topic author nickname is returned if it is known form at the call time: this means that if the channel is not synchronized with the server (as just after the join, for example) you might get an empty string (the topic is not yet known).
This function works also on dead channels although the information returned is the last information seen while the channel wasn't dead.

Index, Functions