mIRC Home    About    Download    Register    News    Help

Print Thread
#228355 19/12/10 09:24 PM
Joined: Jul 2003
Posts: 16
X
xamp Offline OP
Pikka bird
OP Offline
Pikka bird
X
Joined: Jul 2003
Posts: 16
Hello
Need some help with popups

i want an option when clicking channel with right click "show topic" and pressing by pressing that i would show the topic of the current channel.

-X

xamp #228359 20/12/10 12:15 AM
Joined: Aug 2004
Posts: 7,252
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Aug 2004
Posts: 7,252
Code:
menu channel,nicklist {
Show topic : echo -a $chan($chan).topic
}


If you want something a bit more advanced, see my Scrolling Titlebar
It is designed to show the current topic of your active channel in the window titlebar, and it scrolls in case the topic is too long to fit.


Link Copied to Clipboard