pbot/PBot
Pragmatic Software a0c798dd2a Expand factoid variables in /call statements
This allows us to call random factoids.

E.g.:

  factadd global fact1 is /say This is fact1.
  factadd global fact2 is /say Fact2 is also a pretty neat fact.
  factadd global fact3 is /say But don't forget about fact3!
  factadd global facts is fact1 fact2 fact3
  factadd global randomfact is /call $facts

Invoking the `randomfact` factoid will now randomy pick between
fact1, fact2 and fact3.

This was added to support the `randomkr` factoid.
2015-07-06 19:39:33 -07:00
..
IRC Print IRC debug messages to STDERR 2015-02-15 20:19:51 -08:00
Utils Ignore surrounding whitespace for integers in parsedate 2015-05-27 16:11:16 -07:00
AntiAway.pm Add more default bad nick suffixes 2015-07-01 15:18:55 -07:00
AntiFlood.pm Fix typo "has_unban_timeout" -> "has_ban_timeout" 2015-06-25 22:55:06 -07:00
AntiKickAutoRejoin.pm Use can_gain_ops/has_un[ban,mute]_timeout subroutines 2015-06-25 20:55:42 -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 Add `permop` channel flag; when non-zero bot automatically ops itself when joining channel, otherwise bot ops itself only when needing to perform an op command and then deops itself after its deop timeout has elapsed 2014-12-18 08:46:13 +00:00
BotAdmins.pm Anchor regex in find_admin 2015-06-05 22:27:21 -07:00
ChanOpCommands.pm Correct $length when no $channel or $length argument is provided 2015-06-10 02:27:13 -07:00
ChanOps.pm Add can_gain_ops(), has_unban_timeout() and has_unmute_timeout() subroutines 2015-06-25 20:54:38 -07:00
Channels.pm Add `permop` channel flag; when non-zero bot automatically ops itself when joining channel, otherwise bot ops itself only when needing to perform an op command and then deops itself after its deop timeout has elapsed 2014-12-18 08:46:13 +00:00
Commands.pm Check commands table for keyword before searching regexs 2015-04-03 15:33:19 -07:00
DualIndexHashObject.pm Restored load, unload, count and histogram commands. 2014-05-24 12:01:59 +00:00
EventDispatcher.pm Add event dispatcher module to allow modules to dispatch events and 2014-11-01 00:15:21 +00:00
FactoidCommands.pm Factoid commands now check for admins in factoid's channel instead of channel command was used in 2015-06-05 22:26:02 -07:00
FactoidModuleLauncher.pm Add $randomnick special factoid variable 2015-06-08 04:43:00 -07:00
Factoids.pm Expand factoid variables in /call statements 2015-07-06 19:39:33 -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 Use can_gain_ops/has_un[ban,mute]_timeout subroutines 2015-06-25 20:55:42 -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 Do not invoke compilation for compile-blocks if nick-prefix is specified and does not exist in channel 2015-06-19 16:16:23 -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 Add `count` option to `recall` command 2015-06-15 17:58:25 -07:00
MessageHistory_SQLite.pm Add `count` option to `recall` command 2015-06-15 17:58:25 -07:00
NickList.pm NickList is_present() now returns canonical nick (proper typographical case) 2015-07-01 15:20:28 -07:00
PBot.pm Use set_default to set default Registry values 2015-07-05 17:48:27 -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-07-05 17:49:21 -07:00