The WID Array

This array contains the names of all the widgets.

The Channel Window

$wid($active($me(id)),text).  This gives you the path to the text widget for the channels. One way to utilize this is to detect when a certain word is said.

$wid($active($me(id)),list).  The path to the nicklist for the channel.

$wid($active($me(id)),modes).  The path to the modes label; it is the label which tells you what modes for the channel is set.

$wid($active($me(id)),topic).  The path to the topic entry.

$wid($active($me(id)),command).  The path to the command line.

Query and DCC Chat Window

$wid($active($me(id)),text)).  This gives you the path to the text widget for Query/Dcc chats. One way to utilize this is to detect when a certain word is said.

$wid($active($me(id)),titlebar).  The path to the titlebar; this is useful if you want to put more information into the titlebar.

$wid($active($me(id)),command).  The path to the command line.

Status Window

Note

The Status Window is static, unlike the the other windows.

$wid(status,text).  This gives you the path to the text widget for the channels. One way to utilize this is to detect when a certain word is said.

$wid(status,tab).  The path to the tabs; this is useful if you want to create another tab window.

$wid(status,notify).  The path to the notify list.

$wid(status,url).  The path to the urls list.

$wid(status,info).  The path to the drop down listbox in the Status window.

$wid(status,command).  The command line.