Commit Graph

2548 Commits

Author SHA1 Message Date
Pragmatic Software 198a7d6c5b get_title: UTF8 decode title 2019-08-25 10:46:52 -07:00
Pragmatic Software 9c803b2d14 `factlog` now logs renames on both sides instead of only destination side 2019-08-25 08:53:59 -07:00
Pragmatic Software 78082792e5 FuncCommand: clarify a comment 2019-08-25 00:10:45 -07:00
Pragmatic Software 3034e7118f Fix minor typo 2019-08-25 00:05:51 -07:00
Pragmatic Software 048396c725 Update version 2019-08-24 23:58:15 -07:00
Pragmatic Software c5faf7fb9a FuncCommand: edit file description and minor clean-up 2019-08-24 23:58:07 -07:00
Pragmatic Software 081fdc9bad Update factoids (converted some commands to use func) 2019-08-24 20:35:50 -07:00
Pragmatic Software 239b79d48e FuncCommand: add `unquote` 2019-08-24 20:35:24 -07:00
Pragmatic Software 4e63f8435e FuncCommand: `list` now includes description in regex search 2019-08-24 19:35:56 -07:00
Pragmatic Software 84fcc7fd66 FuncCommand: replace tabs with spaces 2019-08-24 19:29:14 -07:00
Pragmatic Software d9728d3693 FuncCommand: add sed func based on krok's factoid 2019-08-24 19:25:21 -07:00
Pragmatic Software dec2e4980d Update version 2019-08-24 19:04:58 -07:00
Pragmatic Software 9204265c89 Update factoids 2019-08-24 19:04:46 -07:00
Pragmatic Software 2b33a2468c Add `func` command. Executes built-in bot functions as a command. Very useful! 2019-08-24 19:03:08 -07:00
Pragmatic Software 7f1173b9d6 BotAdminCommands: automate `reload` usage message 2019-08-24 18:18:07 -07:00
Pragmatic Software e06f484a6e RegistryCommands: Fix harmless typo 2019-08-24 17:31:24 -07:00
Pragmatic Software 9692abfcbf Update factoids 2019-08-24 15:11:59 -07:00
Pragmatic Software 87efefcd6f Update factoids 2019-08-23 14:07:36 -07:00
Pragmatic Software 5f2276bf63 Interpreter: disregard quotes in extract_bracketed; replace ;; with ;;; 2019-08-23 14:07:21 -07:00
Pragmatic Software be528094b6 FactoidCommands: use full hostmask when testing for owner of locked factoid 2019-08-22 09:49:14 -07:00
Pragmatic Software de84ce48ff modules: fix insult.pl printing @ARGV without spaces 2019-08-21 11:07:52 -07:00
Pragmatic Software 6115d73639 Factoids: revert $var channel expansion -- now strict again; will improve shortly 2019-08-20 14:57:12 -07:00
Pragmatic Software a6d09e34ea Update factoids 2019-08-17 10:17:23 -07:00
Pragmatic Software 50ebf52371 Factoids: turn debugging back off for $var expansions 2019-08-17 10:11:34 -07:00
Pragmatic Software 15f8a3683e Factoid improvements
- support braced ${variables}
 - $var expansion improvements
2019-08-17 10:09:26 -07:00
Pragmatic Software 936cbb52d8 MessageHistory: `recall` now ignores `ftfy` commands 2019-08-15 11:12:23 -07:00
Pragmatic Software 1c88f527bb Update factoids 2019-08-15 11:11:38 -07:00
Pragmatic Software 36db91396a Update factoids 2019-08-14 19:32:59 -07:00
Pragmatic Software 2320cfa9ea Update factoids 2019-08-14 07:00:02 -07:00
Pragmatic Software 3afd3efb25 Update factoids 2019-08-11 06:31:31 -07:00
Pragmatic Software ac359c25ce Update factoids 2019-08-10 14:28:19 -07:00
Pragmatic Software e0b43ed4d8 Update factoids 2019-08-10 05:46:17 -07:00
Pragmatic Software c953962bd4 FactoidCommands: disable word-wrapping for `show -p` 2019-08-06 18:23:37 -07:00
Pragmatic Software e30943ff70 WebPaste now can take option to disable word-wrapping 2019-08-06 18:23:13 -07:00
Pragmatic Software 028737f34d Update factoids 2019-08-06 14:45:25 -07:00
Pragmatic Software 5345911b20 Update version 2019-08-06 10:44:18 -07:00
Pragmatic Software ff14b8e419 Fix alias escaping 2019-08-06 10:44:10 -07:00
Pragmatic Software b7f2c188bc Improve handling of newlines in factoids 2019-08-06 10:38:46 -07:00
Pragmatic Software 36cb4db040 AntiRepeat: Fix nick truncation 2019-07-26 16:10:10 -07:00
Pragmatic Software e191f0652f Update Plugins timed ban/mute invocations 2019-07-26 15:55:03 -07:00
Pragmatic Software 167edf8d95 Temp bans/mutes now track owner and reason for checkban/checkmute 2019-07-26 14:17:06 -07:00
Pragmatic Software 3756151c8f Update version 2019-07-24 18:03:41 -07:00
Pragmatic Software 4562eab46f Quotegrabs: Replace inferior GetOptionsFromString with better GetOptionsFromArray; improve usage messages 2019-07-24 18:03:38 -07:00
Pragmatic Software 0f4eb76a4e MessageHistory: correct sort order for `recall` -A option 2019-07-24 09:17:16 -07:00
Pragmatic Software 03bed5b64a Update version 2019-07-23 12:20:10 -07:00
Pragmatic Software 84ec0841c2 MessageHistory: fix sort for -A option 2019-07-23 12:20:06 -07:00
Pragmatic Software 20a7ff992d MessageHistory: now tracks channel mode changes on users 2019-07-23 12:19:34 -07:00
Pragmatic Software 9465636304 Update version 2019-07-23 08:55:32 -07:00
Pragmatic Software aa87cadb65 Add checkban/checkmute commands so users can see remaining timeout duration.
`mute` now translates nick to banmask.

`ban`/`mute` commands will now show remaining timeout duration if no length
argument is provided.
2019-07-23 08:55:24 -07:00
Pragmatic Software 3e6c560352 PBot: add config option to load only the logger (for internal use) 2019-07-23 08:51:36 -07:00