mIRC Home    About    Download    Register    News    Help

Print Thread
#160586 28/09/06 04:30 PM
Joined: Nov 2004
Posts: 842
Jigsy Offline OP
Hoopy frood
OP Offline
Hoopy frood
Joined: Nov 2004
Posts: 842
Found nothing during my search so here goes.

A show in active DNS option would be nice.

Thats all.


What do you do at the end of the world? Are you busy? Will you save us?
#160587 28/09/06 06:16 PM
Joined: Sep 2003
Posts: 261
S
Fjord artisan
Offline
Fjord artisan
S
Joined: Sep 2003
Posts: 261
Do you mean the /DNS command? Or like if you type a command and it displays to a room or the active window the dns information?


We don't just write the scripts, we put them to the test! (ScriptBusters)
#160588 28/09/06 07:23 PM
Joined: Nov 2004
Posts: 842
Jigsy Offline OP
Hoopy frood
OP Offline
Hoopy frood
Joined: Nov 2004
Posts: 842
Like if I did /dns 127.0.0.1

Quote:

-
[20:23:19] * Dns resolving 127.0.0.1
-
[20:23:19] * Dns resolved 127.0.0.1 to localhost
-


Would be showed in the active window, not the status window.


What do you do at the end of the world? Are you busy? Will you save us?
#160589 29/09/06 12:34 AM
Joined: Oct 2005
Posts: 1,741
G
Hoopy frood
Offline
Hoopy frood
G
Joined: Oct 2005
Posts: 1,741
/help on DNS

-genius_at_work

#160590 29/09/06 07:44 AM
Joined: Dec 2002
Posts: 417
O
Fjord artisan
Offline
Fjord artisan
O
Joined: Dec 2002
Posts: 417
I realize this is not the proper forum for scripts but this does what he ask.
Code:
  [color:blue] ON ^*:DNS: {
  set %dns.IP $iaddress
  echo 1 -a Start 3DNS
  echo 1 -a Nick: 4 $nick
  echo 1 -a IP: 2 * $iaddress *
  echo 1 -a Host: 12 $naddress
  echo 1 -a ENd
  halt
} [/color]  




Intelligence: It's better to ask a stupid question, then to prove it by not asking....
#160591 29/09/06 12:22 PM
Joined: Nov 2004
Posts: 842
Jigsy Offline OP
Hoopy frood
OP Offline
Hoopy frood
Joined: Nov 2004
Posts: 842
I didn't ask for scripting help/a workaround, I was making a suggestion.

Quote:

-
[13:20:18] * Dns resolving 127.0.0.1
-
[13:20:18] * Dns resolved 127.0.0.1 to localhost
-


To be shown in active, toggled wif an option located



there.

Last edited by Jigsy; 29/09/06 12:24 PM.

Link Copied to Clipboard