mIRC Home    About    Download    Register    News    Help

Print Thread
#30372 17/06/03 08:28 AM
Joined: Apr 2003
Posts: 414
Fjord artisan
OP Offline
Fjord artisan
Joined: Apr 2003
Posts: 414
When do you place the cursor at some word .. Popup a message(mean description) ..
Like in the explorer the Alt tag
<IMG SRC="http://www.mirc.com/logo.gif" WIDTH="100" HEIGHT="55" ALT="Welcome to the mIRC Homepage!"> - when you place the cursor at the mirc logo when appeare the description "Welcome to the mIRC Homepage" ..
Sorry for my bad description ..
A banal example ..
on ^1:HOTLINK:*#*:#:{
If ($me ison $1) {
alt $nick(#,0) ;popup a message(at the cursor position) with number of nicks in that channel
}
}


mIRC Chm Help 6.16.0.3 Full Anchored!
Joined: Dec 2002
Posts: 19
M
Pikka bird
Offline
Pikka bird
M
Joined: Dec 2002
Posts: 19
This sounds nice...

Except that you may use this...
on ^1:HOTLINK:#*:*:{

...instead of that:
on ^1:HOTLINK:*#*:#:{

since someone may private message his channel name... (to avoid spam in the main channel), and as a channel name may not look like some#channel-name (which explain why the *#* should be replaced by #* ...)

++, MiSsInGnO
Tournent les vies, oh! les vies, oh! les violons...

Note: sorry for my bad english


Link Copied to Clipboard