3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-10-03 09:58:42 +02:00
Commit Graph

3126 Commits

Author SHA1 Message Date
Pragmatic Software
14ac345f8c doc/QuickStart.md: test 2020-01-27 20:06:42 -08:00
Pragmatic Software
6fbacdd49b doc/README.md: update TOC 2020-01-27 20:05:31 -08:00
Pragmatic Software
da2cc01bf6 doc/QuickStart.md: improvements 2020-01-27 20:05:22 -08:00
Pragmatic Software
af16cbb167 README.md: update TOC 2020-01-27 19:53:48 -08:00
Pragmatic Software
07a867c2d0 doc/QuickStart.md: improvements 2020-01-27 19:52:53 -08:00
Pragmatic Software
f30c9bb824 README.md: add Weather and Date plugins to list 2020-01-27 14:41:16 -08:00
Pragmatic Software
aac0e6115b doc/Commands.md: Use 24 hour clock instead 2020-01-27 14:13:11 -08:00
Pragmatic Software
c475e0253a doc/Commands.md: Blaze it 2020-01-27 14:10:51 -08:00
Pragmatic Software
b7622d3022 doc/Commands.md: add examples 2020-01-27 14:09:34 -08:00
Pragmatic Software
395da3396b doc/Commands.md: fill in date/weather/my placeholders 2020-01-27 14:00:08 -08:00
Pragmatic Software
e823899d47 doc/README.md: update DOC 2020-01-26 20:15:45 -08:00
Pragmatic Software
0b7ec54955 doc/Commands.md: update admin -> users; add placeholders for my/date/weather 2020-01-26 20:15:00 -08:00
Pragmatic Software
32562736bd doc/Admin.md: fix typos 2020-01-26 20:08:06 -08:00
Pragmatic Software
9bf60b7bda doc/Admin.md: fix typo 2020-01-26 20:04:56 -08:00
Pragmatic Software
5536d55da2 Interpreter: sigh, add more commands to exempt from my->nick -- I really need to change this to use metadata instead 2020-01-26 20:03:50 -08:00
Pragmatic Software
a4fd26d6fa doc/Admin.md: clarifications 2020-01-26 20:01:13 -08:00
Pragmatic Software
a0303f4ebc doc/Admin.md: fix link 2020-01-26 19:54:52 -08:00
Pragmatic Software
abdb5adba1 README.md: update TOC 2020-01-26 19:52:37 -08:00
Pragmatic Software
8897918726 doc/Admin.md: updated admins -> users; plus improvements 2020-01-26 19:51:35 -08:00
Pragmatic Software
a321adce9b Update version 2020-01-26 19:08:55 -08:00
Pragmatic Software
630c57c37b data/commands: updated for new commands 2020-01-26 19:06:41 -08:00
Pragmatic Software
46940827e0 Interpreter: do not translate my->nick for help, etc 2020-01-26 18:56:45 -08:00
Pragmatic Software
91d80571e0 Users: my command now lists keys if no args 2020-01-26 18:53:30 -08:00
Pragmatic Software
aab2a2b445 Update version 2020-01-26 12:28:42 -08:00
Pragmatic Software
4db3a2ec01 Users.pm: fixes 2020-01-26 12:28:38 -08:00
Pragmatic Software
6a1fbc1c78 Update version 2020-01-26 06:01:57 -08:00
Pragmatic Software
6547acc2f0 Plugins/Weather.pm: fix temps 2020-01-26 06:01:45 -08:00
Pragmatic Software
8c9087c57e Plugins/Weather.pm: remove debugging statements 2020-01-26 05:43:44 -08:00
Pragmatic Software
86f59fd304 Update version 2020-01-26 05:29:53 -08:00
Pragmatic Software
9e6c2d305c MODULES: add XML::LibXML 2020-01-26 05:29:51 -08:00
Pragmatic Software
4ea8f4ee42 Update version 2020-01-26 05:20:23 -08:00
Pragmatic Software
1be3cfc1bb Add Weather plugin; add Weather to data/plugin_autoload 2020-01-26 05:20:15 -08:00
Pragmatic Software
99eec756e1 README.md: add "channel namespaces" to list of factoid features 2020-01-25 23:08:18 -08:00
Pragmatic Software
5952f264e0 Update version 2020-01-25 21:18:47 -08:00
Pragmatic Software
e3d52c7d55 Users: use much more strict hostmask for my accounts 2020-01-25 21:18:42 -08:00
Pragmatic Software
153d2c111f address_to_mask() is now member function 2020-01-25 21:09:17 -08:00
Pragmatic Software
791fd4b660 DualIndexHashObject: hide _name key from set output 2020-01-25 20:35:56 -08:00
Pragmatic Software
c586a08db6 Update version 2020-01-25 20:19:29 -08:00
Pragmatic Software
e9dfcfb825 PBot: list users/admins now easier to read 2020-01-25 20:19:23 -08:00
Pragmatic Software
71ec3ea44a Update version 2020-01-25 19:55:49 -08:00
Pragmatic Software
b0388fa9a6 Users: drop "my_" prefix; ensure account does not already exist 2020-01-25 19:55:43 -08:00
Pragmatic Software
7a326ba7fe PBot: missing exit on fatal error 2020-01-25 19:55:08 -08:00
Pragmatic Software
9839cb814e Update version 2020-01-25 16:30:43 -08:00
Pragmatic Software
07a6c32416 Users: my commands now ignores leading "is " in value 2020-01-25 16:30:39 -08:00
Pragmatic Software
2f7afb6e39 Update version 2020-01-25 16:09:46 -08:00
Pragmatic Software
c36f9d72bb Users: my command: add level sanity check 2020-01-25 16:09:43 -08:00
Pragmatic Software
dc0909cbcc Update version 2020-01-25 15:44:32 -08:00
Pragmatic Software
5150fc6752 modules/date.sh: print errors to stdout 2020-01-25 15:32:25 -08:00
Pragmatic Software
b66596d9ed Plugins/Date.pm: oops, use $arguments too 2020-01-25 15:19:08 -08:00
Pragmatic Software
7ba505faf5 HashObject: do not make copy of $data hash 2020-01-25 15:08:05 -08:00