pbot/PBot/Plugins
Pragmatic Software 85693f905a Convert code-factoids to use VM
Code-factoids can now use the compiler virtual machine. Any languages installed
in the VM are valid candidates for code-factoids!

Syntax: factadd keyword /code language code here
2017-09-10 19:53:29 -07:00
..
Quotegrabs License project under MPL2 2017-03-06 00:31:15 +00:00
ActionTrigger.pm Add newlines to ActionTrigger list 2017-09-09 22:32:14 -07:00
AntiAway.pm License project under MPL2 2017-03-06 00:31:15 +00:00
AntiKickAutoRejoin.pm License project under MPL2 2017-03-06 00:31:15 +00:00
AntiRepeat.pm Anti-repeat now case-insensitive 2017-08-18 00:52:21 -07:00
AntiTwitter.pm AntiTwitter nicks now case-insensitive... whoops! 2017-08-01 21:37:00 -07:00
AutoRejoin.pm License project under MPL2 2017-03-06 00:31:15 +00:00
Counter.pm License project under MPL2 2017-03-06 00:31:15 +00:00
MagicCommand.pm Add magic command 2017-08-03 13:40:54 -07:00
ParseDate.pm Add ParseDate plugin 2017-09-03 20:46:34 -07:00
Quotegrabs.pm Escape single-quotes before using GetOptionsFromString and shellwords 2017-08-30 02:12:05 -07:00
README Rename Plugins/_Readme to Plugins/README 2015-09-08 11:50:14 -07:00
RemindMe.pm Escape single-quotes before using GetOptionsFromString and shellwords 2017-08-30 02:12:05 -07:00
UrlTitles.pm Convert code-factoids to use VM 2017-09-10 19:53:29 -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.