pbot/PBot/Plugins
Pragmatic Software 3e2395370f AntiRepeat: strip nick-like prefixes 2019-06-24 12:59:09 -07:00
..
Quotegrabs Minor whitespace syntax clean-up throughout 2019-05-28 09:19:42 -07:00
Spinach Minor whitespace syntax clean-up throughout 2019-05-28 09:19:42 -07:00
ActionTrigger.pm Update `actiontrigger` private message help text (#28) 2018-03-10 12:00:27 -08:00
AntiAway.pm Minor whitespace syntax clean-up throughout 2019-05-28 09:19:42 -07:00
AntiKickAutoRejoin.pm License project under MPL2 2017-03-06 00:31:15 +00:00
AntiNickSpam.pm AntiNickSpam: Remove severity due to "false-positive" common-word nicks 2018-01-17 17:20:34 -08:00
AntiRepeat.pm AntiRepeat: strip nick-like prefixes 2019-06-24 12:59:09 -07:00
AntiTwitter.pm Allow things like user@host in AntiTwitter 2017-10-17 22:05:00 -07:00
AutoRejoin.pm AutoRejoin delay can now be overriden per-channel 2017-11-08 11:17:07 -08:00
Battleship.pm Battleship: improve "you will now attack" message 2018-07-08 17:10:50 -07:00
Connect4.pm Connect4 fixes: board display and challenge options parsing (#48) 2019-04-21 02:19:48 -07:00
Counter.pm License project under MPL2 2017-03-06 00:31:15 +00:00
MagicCommand.pm Minor bugfix for two rarely used plugins 2019-05-08 21:06:10 -07:00
ParseDate.pm ParseDate: complete rewrite, replacing Time::ParseDate with DateTime::Format::Flexible 2019-06-06 21:46:00 -07:00
Quotegrabs.pm Interpreter: split_line() now takes an options hash; now accepts "strip_quotes" and "keep_spaces" 2019-06-09 13:57:08 -07:00
README Rename Plugins/_Readme to Plugins/README 2015-09-08 11:50:14 -07:00
RelayUnreg.pm RelayUnreg: Correct notification timeout behavior 2018-08-13 20:05:42 -07:00
RemindMe.pm ParseDate: complete rewrite, replacing Time::ParseDate with DateTime::Format::Flexible 2019-06-06 21:46:00 -07:00
Spinach.pm Spinach: add missing comma 2019-05-17 08:46:20 -07:00
UrlTitles.pm UrlTitles: Do not show titles for bot-commands 2019-05-31 08:59:59 -07:00
_Example.pm License project under MPL2 2017-03-06 00:31:15 +00:00

README

Loadable plugins live here.

All files not beginning with an underscore will be automatically loaded
at bot start-up.

Plugins (including those starting with an underscore) can be manually loaded
or unloaded with the `plug` and `unplug` commands.  Use `pluglist` to list
loaded plugins.