pbot/Plugins
Pragmatic Software 8b82babde3 Convert google module to GoogleSearch plugin 2019-12-28 22:57:38 -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 Move Plugins directory to root, out of PBot source tree 2019-09-01 11:01:18 -07: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 Move Plugins directory to root, out of PBot source tree 2019-09-01 11:01:18 -07:00
AutoRejoin.pm Move Plugins directory to root, out of PBot source tree 2019-09-01 11:01:18 -07:00
Battleship.pm Battleship/Connect4: put logging behind debug flag, disabled by default 2019-12-19 23:01:16 -08:00
Connect4.pm Battleship/Connect4: put logging behind debug flag, disabled by default 2019-12-19 23:01:16 -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 Convert google module to GoogleSearch plugin 2019-12-28 22:57:38 -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 Factoids/Quotegrabs: use botnick value when exporting 2019-12-19 23:39:46 -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 Move Plugins directory to root, out of PBot source tree 2019-09-01 11:01:18 -07: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.