Source for file ipEcho.php
Documentation is available at ipEcho.php
* This is an example of what a plugin could look like. Required functions are _type() and invoke()
* ipEcho plugin class. Echo out the users IP address
* @author Christopher Troup <mini@chatetheory.com>
* Invoke the plugin, echo out IP address
* @param string $ip IP Address
|