pbot/Plugins
Pragmatic Software aecdb08303 Plugins: Battleship, Connect4 and Spinach can now set their channel via registry 2020-01-21 20:15:14 -08:00
..
Quotegrabs Move Plugins directory to root, out of PBot source tree 2019-09-01 11:01:18 -07:00
Spinach Move Plugins directory to root, out of PBot source tree 2019-09-01 11:01:18 -07:00
ActionTrigger.pm ActionTrigger: remove trailing comma from database creation 2019-12-19 22:57:54 -08:00
AntiAway.pm Fix all potential case-sensitivity issues 2020-01-14 18:10:53 -08:00
AntiKickAutoRejoin.pm AntiKickAutoRejoin: do not enforce logged-in admins; respect whitelisted users 2019-12-28 22:02:22 -08:00
AntiNickSpam.pm Move Plugins directory to root, out of PBot source tree 2019-09-01 11:01:18 -07:00
AntiRepeat.pm AntiRepeat: Do not enforce logged-in admins; respect `dont_enforce_antiflood` setting 2019-12-28 22:01:46 -08:00
AntiTwitter.pm AntiTwitter: whoops 2019-12-30 02:05:55 -08:00
AutoRejoin.pm Fix all potential case-sensitivity issues 2020-01-14 18:10:53 -08:00
Battleship.pm Plugins: Battleship, Connect4 and Spinach can now set their channel via registry 2020-01-21 20:15:14 -08:00
Connect4.pm Plugins: Battleship, Connect4 and Spinach can now set their channel via registry 2020-01-21 20:15:14 -08:00
Counter.pm Move Plugins directory to root, out of PBot source tree 2019-09-01 11:01:18 -07:00
Example.pm Plugins are now autoloaded via entries listed in the Plugin/autoload file 2019-12-21 15:26:01 -08:00
GoogleSearch.pm GoogleSearch: fix versus mode and utf8 titles 2019-12-30 19:32:58 -08:00
MagicCommand.pm Move Plugins directory to root, out of PBot source tree 2019-09-01 11:01:18 -07:00
ParseDate.pm Move Plugins directory to root, out of PBot source tree 2019-09-01 11:01:18 -07:00
Quotegrabs.pm Quotegrabs now always exported to data_dir 2019-12-30 20:01:04 -08:00
README Plugins are now autoloaded via entries listed in the Plugin/autoload file 2019-12-21 15:26:01 -08:00
RelayUnreg.pm Move Plugins directory to root, out of PBot source tree 2019-09-01 11:01:18 -07:00
RemindMe.pm Move Plugins directory to root, out of PBot source tree 2019-09-01 11:01:18 -07:00
Spinach.pm Plugins: Battleship, Connect4 and Spinach can now set their channel via registry 2020-01-21 20:15:14 -08:00
UrlTitles.pm Move Plugins directory to root, out of PBot source tree 2019-09-01 11:01:18 -07:00

README

Loadable plugins live here.

All files listed in the `autoload` file will be loaded at bot start-up.

Plugins can be manually loaded or unloaded with the `plug` and `unplug`
commands.  Use `pluglist` to list loaded plugins.