mIRC Home    About    Download    Register    News    Help

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

A show in active DNS option would be nice.

Thats all.

#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?

#160588 28/09/06 07:23 PM
Joined: Nov 2004
Posts: 822
J
Jigsy Offline OP
Hoopy frood
OP Offline
Hoopy frood
J
Joined: Nov 2004
Posts: 822
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.

#160589 29/09/06 12:34 AM
Joined: Oct 2005
Posts: 1,671
G
Hoopy frood
Offline
Hoopy frood
G
Joined: Oct 2005
Posts: 1,671
/help on DNS

-genius_at_work

#160590 29/09/06 07:44 AM
Joined: Dec 2002
Posts: 416
O
Fjord artisan
Offline
Fjord artisan
O
Joined: Dec 2002
Posts: 416
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]  

#160591 29/09/06 12:22 PM
Joined: Nov 2004
Posts: 822
J
Jigsy Offline OP
Hoopy frood
OP Offline
Hoopy frood
J
Joined: Nov 2004
Posts: 822
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