Short:    (2.6) NetInfo plugin for AmIRC 2+
Author:   Robin Cloutman <rycochet2@yahoo.com>
Type:     comm/irc
Requires: AmIRC 2+, TCP stack (tested with Miami)

This plugin gives some useful extra commands, /matchhost is like amirc's
/findhost, but also does a complete resolve first, useful if someone is
accessing your machine and you want to find out who. /resolve shows all the
information a DNS server can provide, this can appear to lock up amirc when
your DNS servers are lagged (same for /matchhost as that also resolves) but
it *will* return, don't reset just yet (longest I've seen in 2 secs...).
/clones is like amirc's internal clone detection, but can be called any time
and can also display only clones of a single person. Finally /country is
a basic country code lookup, it uses standard domain countries, and does a
wordsearch, so you can also reverse lookup.

CHANGES SINCE FIRST AMINET RELEASE
==================================

2.1
· COUNTRY now supports /COUNTRY <nick>

2.2
· all commands can now take comma's between nicks, useful when dragging
  nicks from the channel list ;-)

2.3
· oops, forgot to initialise a string, now you can "/COUNTRY <nick>"
  properly again ;-P
· Fixed the RX_RESOLVE command, use comma seperated options.

2.4
· Had «Clones» instead of «Resolve» in End of /RESOLVE list.
· Changed all commands to use local info colour text.

2.5
· Added a /SERVICE command, shows servicename/portnum.

2.6
· Changed the output of /CLONES to look like amirc's internal clone detection.

---
NetInfo.AmIPlug 2.6
Copyright ©1999 Robin Cloutman <rycochet2@yahoo.com>
Various internet functions
Defined commands: MATCHHOST RESOLVE CLONES COUNTRY SERVICE RX_MATCHHOST RX_RESOLVE RX_CLONES RX_COUNTRY RX_SERVICE
---

AmIRC Commands:
   «Help» NetInfo.AmIPlug: MATCHHOST RESOLVE CLONES COUNTRY
   «Help» Usage: /MATCHHOST hostmask
   «Help» Usage: /RESOLVE host [host [...]]
   «Help» Usage: /CLONES [channel] [nick]
   «Help» Usage: /COUNTRY code|name|nick [code|name|nick [...]]
   «Help» Usage: /SERVICE name|port [name|port [...]]

Arexx Commands:
	RX_MATCHHOST HOSTMASK/A
	RX_RESOLVE HOSTS/A
   RX_CLONES CHANNEL/A,NICK
   RX_COUNTRY CODE=NAME=NICK/A
   RX_SERVICE NAME=PORT/A
