Commit Graph

3826 Commits

Author SHA1 Message Date
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
Pragmatic Software eb09de1da4 Update version 2020-05-31 17:14:06 -07:00
Pragmatic Software 76dcc0a8ee MessageHistory: allow recalling multiple messages in-channel again 2020-05-31 17:14:03 -07:00
Pragmatic Software 675d03fe73 Update version 2020-05-31 15:32:59 -07:00
Pragmatic Software 0692f2614a Interpreter: support `give nick cmd [args]` command 2020-05-31 15:32:56 -07:00
Pragmatic Software 158b13006c Factoids: minor whitespace reformatting 2020-05-31 15:32:05 -07:00
Pragmatic Software 141230b78b Update version 2020-05-31 02:39:36 -07:00
Pragmatic Software 91b7fa8558 BanList: add banlist.mute_mode_char registry setting to configure MODE character used for muting 2020-05-31 02:39:33 -07:00
Pragmatic Software 273b87e52a Update version 2020-05-30 23:18:54 -07:00
Pragmatic Software 4d888729e5 ChanOpCommands: fix "Can't locate object method 'mode'" error 2020-05-30 23:18:49 -07:00
Pragmatic Software 136e220c9a Update factoids 2020-05-30 13:20:05 -07:00
Pragmatic Software 54b5cdeba6 Update version 2020-05-30 02:47:10 -07:00
Pragmatic Software 945b81f12d Factoids: properly set range for pick $variable modifier 2020-05-30 02:47:08 -07:00
Pragmatic Software b8ec975f67 Update version 2020-05-30 01:29:02 -07:00
Pragmatic Software 0a4ef4eb40 Factoids: change sort+/sort- to +sort/-sort in $var modifier 2020-05-30 01:28:59 -07:00
Pragmatic Software f5ca8324b5 Update version 2020-05-30 01:03:09 -07:00
Pragmatic Software 2e3fed5bae Factoids: more improvements to $variable expansion:
* removed debug code
* index() with a negative value will index from tail end
* improved handling of trailing modifier punctuation
2020-05-30 01:03:07 -07:00
Pragmatic Software 03b3a0a519 Update version 2020-05-29 23:05:55 -07:00
Pragmatic Software 6f9170ecbc Factoids: improvements to $var modifiers 2020-05-29 23:05:51 -07:00
Pragmatic Software 9ed88800cf Update version 2020-05-29 22:34:32 -07:00
Pragmatic Software 76863dea5c Factoids: strip quotes from pick() $var modifier 2020-05-29 22:34:29 -07:00
Pragmatic Software 6a94dc6651 Update version 2020-05-29 22:22:25 -07:00
Pragmatic Software 9a165a129c Factoids: fix index() $var modifier 2020-05-29 22:22:22 -07:00
Pragmatic Software a50751ef4e Update version 2020-05-29 22:18:11 -07:00
Pragmatic Software 669bf7460c Factoids: add more :modifiers to $var expansion: index(x), pick(x, y), enumerate, etc 2020-05-29 22:18:07 -07:00
Pragmatic Software 8985620970 Update version 2020-05-29 20:49:59 -07:00
Pragmatic Software 52f183deae Registerable: add register_front method to register to head of list 2020-05-29 20:49:24 -07:00
Pragmatic Software c9be31a9c0 PBot: fix execute_and_dequeue atexit 2020-05-29 20:48:53 -07:00
Pragmatic Software b57fea8120 Factoids: fix export errors upon exit by correcting atexit registration order 2020-05-29 20:43:07 -07:00
Pragmatic Software 75eac99ea1 PBot: strip trailing directory separator from directory command-line overrides 2020-05-29 18:57:22 -07:00