|
|
|
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.
| Plugin Info |
NetInfo.AmIPlug 3.5
Copyright ©1999-2003 Robin Cloutman <netinfo@...>
Released under the GNU General Public License in June 2003
Various internet functions
Defined commands: MATCHHOST RESOLVE CLONES COUNTRY SERVICE EXCHANGE CURRENCY RX_MATCHHOST RX_RESOLVE RX_CLONES RX_COUNTRY RX_SERVICE RX_EXCHANGE RX_CURRENCY
|
| 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 [...]]
«Help» Usage: /EXCHANGE amount code code [code [...]]
«Help» Usage: /CURRENCY code [code [...]]
|
| History |
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.
3.0 Added exchange rates support, /CURRENCY shows the currency name of the country, and /EXCHANGE can convert between two or more currencies. Both of these commands search for country code/name or currency code/name.
The /EXCHANGE command requires you to have a file Plugins/Data/NetInfo.Rates (which you can get from http://www.contactor.se/~dast/currency/rates.cgi )
3.1 Added more country/currency conversions.
3.2 Requires bsdsocket.library at the start, instead of opening every time it might be used. Forgotten what else changed it was so long ago ;-)
3.3 Fixed UKP=GBP
3.4 Fixed the Euro currencies.
3.5 Released under the GPL, updated copyright info to reflect that
|
|