From 3cbf52a582775e72b7a16dc0311f282905661d63 Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Thu, 30 Jan 2020 01:18:02 -0800 Subject: [PATCH] README.md: add Wttr plugin --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d9ab5b36..39db7ccf 100644 --- a/README.md +++ b/README.md @@ -176,6 +176,7 @@ Plugin | Description [UrlTitles](Plugins/UrlTitles.pm) | When a URL is seen in a channel, intelligently display its title. It will not display titles that are textually similiar to the URL, in order to maintain the channel signal-noise ratio. [Quotegrabs](Plugins/Quotegrabs.pm) | Grabs channel messages as quotes for posterity. Can grab messages from anywhere in the channel history. Can grab multiple messages at once! [Weather](Plugins/Weather.pm) | Fetches and shows weather data for a location. +[Wttr](Plugins/Wttr.pm) | Advanced weather Plugin with tons of options. [RemindMe](Plugins/RemindMe.pm) | Lets people set up reminders. Lots of options. [ActionTrigger](Plugins/ActionTrigger.pm) | Lets admins set regular expression triggers to execute PBot commands or factoids. [AntiAway](Plugins/AntiAway.pm) | Detects when a person uses annoying in-channel away messages and warns them.