|
Joined: Feb 2005
Posts: 344
Fjord artisan
|
OP
Fjord artisan
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
|
|
|
|
Joined: Jan 2006
Posts: 468
Fjord artisan
|
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
Last edited by symphony; 29/03/08 05:12 PM.
|
|
|
|
Joined: Feb 2005
Posts: 344
Fjord artisan
|
OP
Fjord artisan
Joined: Feb 2005
Posts: 344 |
|
|
|
|
Joined: Feb 2005
Posts: 344
Fjord artisan
|
OP
Fjord artisan
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? on *:TEXT:$(* $+ $me $+ *):*: /noop $tip(Name,Highlight,Server: $server $crlf Kamer: $chan $crlf Tekst: $1- $+ $crlf Tijd: $timestamp , 600)
|
|
|
|
Joined: Oct 2003
Posts: 3,918
Hoopy frood
|
Hoopy frood
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"
|
|
|
|
Joined: Feb 2005
Posts: 344
Fjord artisan
|
OP
Fjord artisan
Joined: Feb 2005
Posts: 344 |
i was hoping there would some code working around the max delay time.
|
|
|
|
Joined: Oct 2003
Posts: 3,918
Hoopy frood
|
Hoopy frood
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"
|
|
|
|
Joined: May 2008
Posts: 4
Self-satisified door
|
Self-satisified door
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
|
|
|
|
Joined: Aug 2004
Posts: 7,252
Hoopy frood
|
Hoopy frood
Joined: Aug 2004
Posts: 7,252 |
This sounds like another decent feature suggestion, but at the moment, from the help file /help $tip Tips only appear when mIRC is not the active application and are hidden the moment mIRC becomes active.
|
|
|
|
Joined: May 2008
Posts: 4
Self-satisified door
|
Self-satisified door
Joined: May 2008
Posts: 4 |
I've read the help, but I was hoping there would be a way around this.
|
|
|
|
Joined: Dec 2002
Posts: 3,138
Hoopy frood
|
Hoopy frood
Joined: Dec 2002
Posts: 3,138 |
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.
|
|
|
|
|