Commit Graph

3705 Commits

Author SHA1 Message Date
Pragmatic Software 3aab402e10 Update version 2020-06-07 15:22:55 -07:00
Pragmatic Software 5676d6f13b Factoids: improve nested selectors 2020-06-07 15:22:48 -07:00
Pragmatic Software b0789099df Update version 2020-06-07 00:12:20 -07:00
Pragmatic Software ef072602fa Factoids: test enabled for definedness 2020-06-07 00:12:09 -07:00
Pragmatic Software a40b443c66 Factoids: improve nested Selectors such that %(%(f|b)oo):pick_unique(2) -> foo boo 2020-06-07 00:07:52 -07:00
Pragmatic Software 1d62cba108 Remove ideone.pl and dependency on SOAP::Lite 2020-06-06 10:04:34 -07:00
Pragmatic Software 65f7c41708 doc/Factoids: expansion modifiers may contain spaces now 2020-06-05 19:05:50 -07:00
Pragmatic Software e88a18e782 Update version 2020-06-05 15:23:18 -07:00
Pragmatic Software 6e4ea442db FactoidCommands: fix another case-sensitivity location 2020-06-05 15:23:16 -07:00
Pragmatic Software 8d0d2bcb21 Update version 2020-06-05 15:12:55 -07:00
Pragmatic Software 041646676f FactoidCommands: fix a couple of minor issues 2020-06-05 15:12:52 -07:00
Pragmatic Software 0afbed1380 Update version 2020-06-05 14:56:59 -07:00
Pragmatic Software 87d7b7bbaf MessageHistory: fix typo 2020-06-05 14:56:53 -07:00
Pragmatic Software b609077671 Update version 2020-06-05 14:50:37 -07:00
Pragmatic Software 8aabfe96bb Factoidcommands: fix case-sensitivity issue with channel name 2020-06-05 14:50:33 -07:00
Pragmatic Software 2617b2a844 Update version 2020-06-05 14:32:42 -07:00
Pragmatic Software e0f4e9cdd5 MessageHistory: `recall`: -h and -t separated into distinct flags; -t no longer does integral indexing 2020-06-05 14:32:37 -07:00
Pragmatic Software e05f6fb6c0 doc/Factoids.md: add :join() to expansion-modifiers 2020-06-04 20:31:51 -07:00
Pragmatic Software 71236da93f doc/Commands.md: fix typo 2020-06-04 12:09:26 -07:00
Pragmatic Software 8a69490d65 doc/Commands.md: add note about setting cap-override 2020-06-04 12:07:44 -07:00
Pragmatic Software b8815725bf doc/Commands: add Selector example of picking a random command 2020-06-04 11:55:41 -07:00
Pragmatic Software 95ec0201ed Update version 2020-06-04 02:28:15 -07:00
Pragmatic Software 03fb043ec6 Factoids: significantly improve expansion modifier parsing 2020-06-04 02:28:11 -07:00
Pragmatic Software 32e25a1c61 Interpreter: improve split_line (add strip_commas) and split_args (fix whitespace separator issue) 2020-06-04 02:10:24 -07:00
Pragmatic Software e63e425622 Update version 2020-06-03 20:47:20 -07:00
Pragmatic Software 20febe7ccd Factoids: add quick-and-dirty early version of :join() modifier with many broken edge cases 2020-06-03 20:47:18 -07:00
Pragmatic Software 128c3014c7 Factoids: Selectors can now be nested within each other 2020-06-03 20:11:41 -07:00
Pragmatic Software 0bd53cfd87 doc/Factoids.md: improve expansion-modifiers section 2020-06-03 01:15:35 -07:00
Pragmatic Software 5d10836dd3 doc/Factoids.md: update 2020-06-03 01:10:26 -07:00
Pragmatic Software 18622b3809 doc/Commands: Selector items can be $variables 2020-06-02 23:57:44 -07:00
Pragmatic Software 1dfa44ba6c doc/Commands: uppercase "Selectors" 2020-06-02 23:47:10 -07:00
Pragmatic Software 899d6d79c6 doc/Factoids: link to Selectors 2020-06-02 23:46:19 -07:00
Pragmatic Software 037c1398dd doc/Factoids.md: add "Selectors" to expansion-modifiers section 2020-06-02 23:45:38 -07:00
Pragmatic Software 6c7a7bc808 doc: document selectors 2020-06-02 23:44:02 -07:00
Pragmatic Software fd6a124009 Update version 2020-06-02 22:41:22 -07:00
Pragmatic Software 5e574624b4 Factoids: Remove debug statement 2020-06-02 22:41:19 -07:00
Pragmatic Software 62b50861cb Update version 2020-06-02 22:25:12 -07:00
Pragmatic Software a3a7319497 Factoids: add %(a|b|c) syntax to select a random item 2020-06-02 22:25:09 -07:00
Pragmatic Software 4b1c36bca2 Update version 2020-06-01 21:48:23 -07:00
Pragmatic Software 4d87fa1682 PBot: fix `reload blacklist` 2020-06-01 21:48:17 -07:00
Pragmatic Software 243575cc5a doc/Factoids.md: document pick_unique(x) 2020-06-01 18:30:50 -07:00
Pragmatic Software 6d5f69c426 doc/Commands.md: fix broken link 2020-06-01 17:29:39 -07:00
Pragmatic Software 02062ed81a doc/Factoids.md: add some more info 2020-06-01 17:18:10 -07:00
Pragmatic Software 12f17d623e doc/Factoids.md: document new expansion modifiers 2020-06-01 17:11:48 -07:00
Pragmatic Software 957f33c27b doc/Commands.md: describe Unix/POSIX conventions in some more detail 2020-06-01 12:14:07 -07:00
Pragmatic Software 382e0664bd doc/Modules.md: fix minor typoes 2020-06-01 02:58:21 -07:00
Pragmatic Software 8066f30e00 doc/Modules.md: add more information 2020-06-01 02:55:58 -07:00
Pragmatic Software 5687c465d4 doc/Commands.md: add another way to address output to users 2020-05-31 18:31:48 -07:00
Pragmatic Software aa405dcee2 doc/Commands.md: fix typos 2020-05-31 18:16:42 -07:00
Pragmatic Software bcee2e8460 doc/Commands.md: add and improve sections about command syntax 2020-05-31 18:12:59 -07:00