3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-10-01 17:16:39 +02:00
Commit Graph

639 Commits

Author SHA1 Message Date
Pragmatic Software
ea43a3a7e4 modules/date.sh: use TZDIR 2021-02-07 14:05:21 -08:00
Pragmatic Software
f426594d80 modules/trans.pl: use -no-ansi instead of regex 2021-01-19 02:23:10 -08:00
Pragmatic Software
ba769dc446 Add modules/trans.pl 2021-01-19 02:01:34 -08:00
Pragmatic Software
e8838c84e8 compiler_vm: remove unused variables in _default.pm 2020-10-23 00:46:23 -07:00
Pragmatic Software
083223b595 compiler_vm: add PHP 2020-10-23 00:44:43 -07:00
Pragmatic Software
ab6ffc0a5e get_title: ignore a title 2020-07-06 12:08:03 -07:00
Pragmatic Software
6311fa7b15 URL titles now work for YouTube links again (smh @ Google) 2020-07-02 16:35:44 -07:00
Pragmatic Software
1d62cba108 Remove ideone.pl and dependency on SOAP::Lite 2020-06-06 10:04:34 -07:00
Pragmatic Software
5c4e10a35c Tidy things up 2020-02-15 14:38:32 -08:00
Pragmatic Software
e0d50c2f72 modules: remove some outdated modules 2020-02-01 14:33:42 -08:00
Pragmatic Software
a3caf1755c modules: remove "blackshell"/"msmud" references 2020-02-01 14:30:32 -08:00
Pragmatic Software
30faac622f update .gitignores 2020-01-31 15:39:40 -08:00
Pragmatic Software
5150fc6752 modules/date.sh: print errors to stdout 2020-01-25 15:32:25 -08:00
Pragmatic Software
4e27b036cd Fix issues with Users and add date command 2020-01-25 14:13:57 -08:00
Pragmatic Software
0da1e02da1 modules/math.pl: understand "ultimate question" a bit better 2020-01-18 11:41:49 -08:00
Pragmatic Software
30fb36ba0a Add modules/jisho.sh 2020-01-14 17:01:27 -08:00
Pragmatic Software
8b82babde3 Convert google module to GoogleSearch plugin 2019-12-28 22:57:38 -08:00
Pragmatic Software
9f065a510d wikipedia.pl: fix unescaped { in regex 2019-12-15 13:41:50 -08:00
Pragmatic Software
cb6cff5bc7 Google search: add comments explaining where to get $api_key and $cx values 2019-12-15 11:53:08 -08:00
Pragmatic Software
198a7d6c5b get_title: UTF8 decode title 2019-08-25 10:46:52 -07:00
Pragmatic Software
de84ce48ff modules: fix insult.pl printing @ARGV without spaces 2019-08-21 11:07:52 -07:00
Pragmatic Software
442245be74 compiler_vm: rename compiler_server_virsh.pl to compiler_server.pl 2019-07-10 18:52:11 -07:00
Pragmatic Software
4f4b5dde24 Remove left-over data 2019-07-10 18:46:34 -07:00
Pragmatic Software
77359ff7a4 Remove debug log message 2019-07-10 18:45:38 -07:00
Pragmatic Software
3553692b5a Fix some more Unicode encoding issues 2019-07-10 18:40:53 -07:00
Pragmatic Software
a1dcabf553 compiler_vm: fix diff command 2019-07-10 12:39:19 -07:00
Pragmatic Software
7e095ee605 compiler_vm: move some old files to misc directory 2019-07-10 12:35:02 -07:00
Pragmatic Software
81ae3a5741 Fix split_line issue where it could sometimes forget tokens when encountering unbalanced quotes 2019-07-08 15:51:55 -07:00
Pragmatic Software
f4d85c730b compiler_vm: do not eat spaces when splitting line (fixes python indentation) 2019-07-06 15:53:34 -07:00
Pragmatic Software
5e2cb09744 Fix trailing whitespace throughout 2019-06-26 09:34:19 -07:00
Pragmatic Software
d4853a0323 compiler_vm: improve split_line 2019-06-25 23:21:15 -07:00
Pragmatic Software
e205cf7d6b compiler_vm: revert behavior of -stdin option; revert handing of escape character; disable abbreviated options 2019-06-25 14:41:54 -07:00
Pragmatic Software
4176849e37 compiler_vm: improve escaping of quotes 2019-06-24 19:01:38 -07:00
Pragmatic Software
3305900497 compiler_vm: fix C pretty-formatter 2019-06-22 18:28:11 -07:00
Pragmatic Software
e0105c0646 compiler_vm: remove left-over arguments processing code 2019-06-20 08:54:23 -07:00
Pragmatic Software
3b4a6c929a Refactoring compiler_vm a bit (2/2) 2019-06-14 18:49:33 -07:00
Pragmatic Software
e4ccb1df05 compiler_vm: remove leftover unused module 2019-06-12 23:13:02 -07:00
Pragmatic Software
8bc8a7a8b1 Refactoring compiler_vm a bit (1/2) 2019-06-12 21:35:04 -07:00
Pragmatic Software
ff2beb1f14 compiler_vm: -input flag once again works with all languages 2019-05-31 11:07:05 -07:00
Pragmatic Software
925a5e57bd Minor whitespace syntax clean-up throughout 2019-05-28 09:19:42 -07:00
Pragmatic Software
39f0ac3d95 compiler_vm: add tcl language 2019-05-27 19:40:50 -07:00
Pragmatic Software
afddfbdbc5 C2English: no longer complain about unknown storage size 2019-05-22 23:11:09 -07:00
Pragmatic Software
d65a68ae32 compiler_vm: add libvirt compiler.xml configuration 2019-05-10 05:02:32 -07:00
Pragmatic Software
9c117509ed Minor nick-o-meter tweaks 2019-04-29 12:53:56 -07:00
Pragmatic Software
d702427ad1 compiler_vm: update server scripts 2019-04-27 00:23:23 -07:00
Tomasz Kramkowski
2afeb697eb compiler_vm: languages: change scheme to use guile (#26)
The compiler vm doesn't have a scheme interpreter named "scm" but it
does have a scheme interpreter named "guile". Change the compiler_vm to
use the guile interpreter program instead of scm.
2019-04-21 02:22:09 -07:00
Joey Pabalinas (jp)
a7722b50b2 Add Ruby language file for compiler_vm (#36)
Add Ruby language file for compiler_vm
2019-04-21 02:21:35 -07:00
Pragmatic Software
85b1ac5e88 get_title: update spam filters 2018-08-06 10:13:18 -07:00
Joey Pabalinas (jp)
3f83d643b0 modules/c2english: Remove hyphen in "compound-literal" (#33)
Signed-off-by: Joey Pabalinas <joeypabalinas@gmail.com>
2018-06-05 15:09:36 -07:00
Joey Pabalinas (jp)
ebd36fdcc7 Special-case "switch" in _c_base.pm (#37) 2018-06-05 15:02:38 -07:00