mIRC Home    About    Download    Register    News    Help

Print Thread
#5063 05/01/03 03:42 PM
Joined: Dec 2002
Posts: 56
G
Gon_ Offline OP
Babel fish
OP Offline
Babel fish
G
Joined: Dec 2002
Posts: 56
For my script i need $ip to work 100% of the time. One way to acheive this is to use /localinfo -uh at the start of my routine that uses $ip. However, this makes some text echo in the status window. Please make it possible to silence this with '.' or make an $ip that works all the time. I don't wish to include a DLL with my nicely coded, small, addon, just to acheive this.

#5064 06/01/03 08:33 PM
Joined: Dec 2002
Posts: 2,985
Hoopy frood
Offline
Hoopy frood
Joined: Dec 2002
Posts: 2,985
I've brought this up before but I'd like to see all status window info silenceable/rewriteable just like server and channel events.

#5065 07/01/03 04:50 PM
Joined: Dec 2002
Posts: 27
G
GTS Offline
Ameglian cow
Offline
Ameglian cow
G
Joined: Dec 2002
Posts: 27
/me would like it too

Cuz almost all messages are customizable ... almost .. wink


proud to be baka
--> GTSdll Homepage <--
#5066 10/01/03 05:49 AM
Joined: Dec 2002
Posts: 56
G
Gon_ Offline OP
Babel fish
OP Offline
Babel fish
G
Joined: Dec 2002
Posts: 56
Also, i've come to realise that doing this:

alias myip {
localinfo -uh
return $ip
}

will still return the wrong $ip because it doesn't update fast enough. Really what i need is a replacement for $ip that works all the time. And I have a DLL that does exactly this, but using a DLL for a tiny script isn't what i want.


Link Copied to Clipboard