pbot/PBot
Pragmatic Software e5097eee69 Move URL titles to UrlTitles.pm plugin
Add $event->{interpreted} field to events to notify other handlers
whether an event was successfully interpreted by the interpreter.

An $event->{interpreted} that is equal to or greater than 100 means the entire
message was consumed and handlers shouldn't do any further processing of it
that would generate any output to channels or users.

Otherwise, $event->{interpreted} is incremented by 1 for each referenced
command that was processed.
2015-09-08 01:37:34 -07:00
..
IRC Print IRC debug messages to STDERR 2015-02-15 20:19:51 -08:00
Plugins Move URL titles to UrlTitles.pm plugin 2015-09-08 01:37:34 -07:00
Utils Ignore surrounding whitespace for integers in parsedate 2015-05-27 16:11:16 -07:00
AntiFlood.pm Enforce nick-change flood on Guest nicks 2015-08-08 12:40:06 -07:00
BanTracker.pm Improve account-tracking and ban-evasion for Freenode irccloud.com web gateways 2015-06-13 16:08:57 -07:00
BlackList.pm Rename some missed variables from previous name-change 2015-03-29 20:26:08 -07:00
BotAdminCommands.pm Update some admin levels 2015-07-13 02:47:30 -07:00
BotAdmins.pm Allow bot admins to factset factoids from /msg 2015-09-03 20:43:16 -07:00
ChanOpCommands.pm Correct $length when no $channel or $length argument is provided 2015-06-10 02:27:13 -07:00
ChanOps.pm Stop appending !*@* to $a:account banmasks 2015-09-03 20:44:33 -07:00
Channels.pm Correct name of file in error message 2015-09-06 22:04:46 -07:00
Commands.pm Allow factoids to be referenced from within messages 2015-09-03 20:56:44 -07:00
DualIndexHashObject.pm Restored load, unload, count and histogram commands. 2014-05-24 12:01:59 +00:00
EventDispatcher.pm Add loadable core plugins 2015-09-06 22:17:07 -07:00
FactoidCommands.pm Allow bot admins to factset factoids from /msg 2015-09-03 20:43:16 -07:00
FactoidModuleLauncher.pm Allow factoids to be referenced from within messages 2015-09-03 20:56:44 -07:00
Factoids.pm Fix potential undefined variable warning 2015-09-08 01:30:08 -07:00
HashObject.pm Remove PBot getter/setters; move anti-flood registry defaults to AntiFlood.pm 2014-05-18 20:09:05 +00:00
IRC.pm Remove unnecessary ${} around some objects from previous commit 2014-05-18 20:19:30 +00:00
IRCHandlers.pm Move URL titles to UrlTitles.pm plugin 2015-09-08 01:37:34 -07:00
IgnoreList.pm Improve output of blacklist and ignorelist commands 2015-03-20 21:14:07 -07:00
IgnoreListCommands.pm Move English-to-seconds time duration parser to Utils::ParseDate 2015-04-13 15:43:19 -07:00
Interpreter.pm Move URL titles to UrlTitles.pm plugin 2015-09-08 01:37:34 -07:00
LagChecker.pm Add event dispatcher module to allow modules to dispatch events and 2014-11-01 00:15:21 +00:00
Logger.pm Add centralized configuration registry module 2014-05-17 20:08:19 +00:00
MessageHistory.pm Fix undefined variable warnings in `recall` 2015-09-03 20:50:07 -07:00
MessageHistory_SQLite.pm Allow wild-card in recall/grab text 2015-09-03 20:49:06 -07:00
NickList.pm NickList is_present() now returns canonical nick (proper typographical case) 2015-07-01 15:20:28 -07:00
PBot.pm Rename Pluggable to Plugins 2015-09-06 22:52:39 -07:00
Plugins.pm Revert unplug error message 2015-09-07 00:20:06 -07:00
Quotegrabs.pm Add `Aliases` table to MessageHistory 2015-05-11 21:27:22 -07:00
Quotegrabs_Hashtable.pm Remove PBot getter/setters; move anti-flood registry defaults to AntiFlood.pm 2014-05-18 20:09:05 +00:00
Quotegrabs_SQLite.pm Improve wildcard handling 2014-05-31 01:08:01 +00:00
Refresher.pm Add response messages for `refresh` command 2015-06-18 23:36:51 -07:00
Registerable.pm Add centralized configuration registry module 2014-05-17 20:08:19 +00:00
Registry.pm Revert chmod 2015-07-05 17:49:06 -07:00
RegistryCommands.pm Improve regfind with better formating in pasted output, and add -showvalues argument. regshow/regfind now show private entry names with value redacted 2014-05-20 03:28:43 +00:00
SQLiteLogger.pm Add SQLite logger and profiler functionality 2014-05-20 10:17:01 +00:00
SQLiteLoggerLayer.pm Add SQLite logger and profiler functionality 2014-05-20 10:17:01 +00:00
SelectHandler.pm Use 0 second timeout on SelectHandler's select 2015-02-15 20:23:07 -08:00
StdinReader.pm Use botnick instead of trigger for stdin commands 2015-04-19 01:53:46 -07:00
Timer.pm Timer can now update timeout interval by timer id; add timer interval to registry for LagChecker and MessageHistory_SQLite 2014-05-19 10:30:25 +00:00
VERSION.pm Update version 2015-09-07 00:20:11 -07:00