mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Mar 2005
Posts: 2
S
slon Offline OP
Bowl of petunias
OP Offline
Bowl of petunias
S
Joined: Mar 2005
Posts: 2
Under Tools-->Options-->Display-->Options-->Tray, you can choose to place mIRC in tray when minimized.

I suggest implementing an option allowing the user to pick a second icon for the system tray if he is set to /away.

Then the user could select his own icon (or perhaps a default icon).

AIM and MSN Messenger both show a different icon in the system tray when the user is away. I have difficulty, sometimes, remembering to turn off my mIRC /away message when I return to my computer. ;-)

Joined: Aug 2004
Posts: 7,252
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Aug 2004
Posts: 7,252
simply go to mIRC Options - IRC - Options, and check Cancel Away on Message. As soon as you send a message through mIRC, your Away status and message will be cancelled until the next time you set it. I realize that technically that's not what you were talking about, but it'll save you from having to remember to turn off your away message

Joined: Jan 2005
Posts: 192
Vogon poet
Offline
Vogon poet
Joined: Jan 2005
Posts: 192
Code:
RAW 306:*: { tray -i path_to_icon_file\awayicon.ico }
RAW 305:*: { tray -i }


that could fix the away/here icon very simple way
:tongue:

---edit---

I add my suggestion here... smile

how about on 1:AWAY: and on 1:BACK: events
though I understand that it can be catched with raw and/or /away

Last edited by Brax; 11/07/05 05:34 AM.
Joined: Mar 2005
Posts: 2
S
slon Offline OP
Bowl of petunias
OP Offline
Bowl of petunias
S
Joined: Mar 2005
Posts: 2
Quote:

that could fix the away/here icon very simple way


And it did!

I suppose I could do the same thing (have a separate system tray icon using RAW) for when I get disconnected?


Link Copied to Clipboard