mIRC Home    About    Download    Register    News    Help

Print Thread
#197124 29/03/08 04:53 PM
Joined: Feb 2005
Posts: 344
B
Fjord artisan
OP Offline
Fjord artisan
B
Joined: Feb 2005
Posts: 344
Hi,

Is there a way to let the tips in mirc stay longer then 60 secs?
Let say untill you click them?
That way i would know if my name was said in a room when i was gone for 45 minutes.

Greetings
Bullseye

Bullseye #197125 29/03/08 05:07 PM
Joined: Jan 2006
Posts: 468
Fjord artisan
Offline
Fjord artisan
Joined: Jan 2006
Posts: 468
//noop $tip(Name,Title,Data,600,,,,)

See, this one will remain for 10 minutes. You can set any delay you like. /help $tip smile

Last edited by symphony; 29/03/08 05:12 PM.
symphony #197126 29/03/08 05:41 PM
Joined: Feb 2005
Posts: 344
B
Fjord artisan
OP Offline
Fjord artisan
B
Joined: Feb 2005
Posts: 344
thank you very much

Bullseye #197208 31/03/08 04:03 AM
Joined: Feb 2005
Posts: 344
B
Fjord artisan
OP Offline
Fjord artisan
B
Joined: Feb 2005
Posts: 344
Somehow the delay doesn't work.
i can set it 600 or 6000 or whatever i want it will not stay longer then one minute.
/help $tip says you can set the delay 3-60 seconds.
Perhaps my code is wrong?
Code:
on *:TEXT:$(* $+ $me $+ *):*: /noop $tip(Name,Highlight,Server: $server $crlf Kamer: $chan $crlf Tekst: $1- $+  $crlf Tijd: $timestamp , 600)

Bullseye #197209 31/03/08 05:22 AM
Joined: Oct 2003
Posts: 3,918
A
Hoopy frood
Offline
Hoopy frood
A
Joined: Oct 2003
Posts: 3,918
So if it says the delay can be a max of 60 seconds why would you expect any value to make the delay last longer than 60 seconds? That sort of contradicts exactly what you just acknowledged.


- argv[0] on EFnet #mIRC
- "Life is a pointer to an integer without a cast"
argv0 #197229 31/03/08 06:31 PM
Joined: Feb 2005
Posts: 344
B
Fjord artisan
OP Offline
Fjord artisan
B
Joined: Feb 2005
Posts: 344
i was hoping there would some code working around the max delay time.

Bullseye #197230 31/03/08 06:56 PM
Joined: Oct 2003
Posts: 3,918
A
Hoopy frood
Offline
Hoopy frood
A
Joined: Oct 2003
Posts: 3,918
Nope, you'd have to make a feature suggestion for an infinite delay, perhaps..


- argv[0] on EFnet #mIRC
- "Life is a pointer to an integer without a cast"
argv0 #199382 13/05/08 02:58 PM
Joined: May 2008
Posts: 4
T
Self-satisified door
Offline
Self-satisified door
T
Joined: May 2008
Posts: 4
What about showing tips when mIRC is the active application?
I would like to receive a popup when the topic changes in a channel, for instance.
I am still using echoes for this purpose, but they're so 2006.. :P

Toxik83 #199402 13/05/08 10:31 PM
Joined: Aug 2004
Posts: 7,252
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Aug 2004
Posts: 7,252
This sounds like another decent feature suggestion, but at the moment, from the help file /help $tip
Quote:
Tips only appear when mIRC is not the active application and are hidden the moment mIRC becomes active.

RusselB #199484 15/05/08 08:13 AM
Joined: May 2008
Posts: 4
T
Self-satisified door
Offline
Self-satisified door
T
Joined: May 2008
Posts: 4
I've read the help, but I was hoping there would be a way around this.

Toxik83 #199486 15/05/08 09:06 AM
Joined: Dec 2002
Posts: 3,138
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 3,138
Originally Posted By: Toxik83
I've read the help, but I was hoping there would be a way around this.

There is - you can script it. It would be nice to have the option in a clean install, though.


Link Copied to Clipboard