X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=plugins%2FIrc%2Fextlib%2Fphergie%2FPhergie%2FPlugin%2FTheFuckingWeather.php;h=e8a02860b2c7ec68f19ab7e727f0f663b554cb40;hb=678911af249ddc5d2db8d182ce3fd0c748c05fd7;hp=8559426b6189160280bbbb44dd683ab9ee1155a6;hpb=c71319419bd00ee563fd87a6fe2f202293441d82;p=quix0rs-gnu-social.git diff --git a/plugins/Irc/extlib/phergie/Phergie/Plugin/TheFuckingWeather.php b/plugins/Irc/extlib/phergie/Phergie/Plugin/TheFuckingWeather.php index 8559426b61..e8a02860b2 100644 --- a/plugins/Irc/extlib/phergie/Phergie/Plugin/TheFuckingWeather.php +++ b/plugins/Irc/extlib/phergie/Phergie/Plugin/TheFuckingWeather.php @@ -31,6 +31,9 @@ * @link http://thefuckingweather.com * @uses Phergie_Plugin_Command pear.phergie.org * @uses Phergie_Plugin_Http pear.phergie.org + * + * @pluginDesc Detects and responds to requests for current weather + * conditions in a particular location. */ class Phergie_Plugin_TheFuckingWeather extends Phergie_Plugin_Abstract @@ -68,6 +71,8 @@ class Phergie_Plugin_TheFuckingWeather extends Phergie_Plugin_Abstract * * @return void * @todo Implement use of URL shortening here + * @pluginCmd [location] Detects and responds to requests for current + * weather conditions in a particular location. */ public function onCommandThefuckingweather($location) { @@ -87,6 +92,7 @@ class Phergie_Plugin_TheFuckingWeather extends Phergie_Plugin_Abstract * @param string $location Location term * * @return void + * @pluginCmd [location] Alias for thefuckingweather command. */ public function onCommandTfw($location) {