3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-10-03 01:48:38 +02:00
Commit Graph

25 Commits

Author SHA1 Message Date
Pragmatic Software
976bfcb5e7 Refactor commands to begin with cmd_ and take a $context object
Move all command subroutines closer to top of source file
Do not send WHO to non-chanop channels
Minor misc bugfixes and improvements
2020-05-04 13:21:35 -07:00
Pragmatic Software
cfba96e8ae Rename $stuff to $context throughout 2020-05-01 20:59:51 -07:00
Pragmatic Software
7f700cc115 Plugins/ActionTrigger: act upon bot commands too 2020-04-28 14:55:27 -07:00
Pragmatic Software
9dd955e59b Plugins/ActionTrigger: add usage to examples 2020-02-20 08:08:38 -08:00
Pragmatic Software
f9af7d6bcc Plugins/ActionTrigger: "none" now works for capability 2020-02-19 21:04:57 -08:00
Pragmatic Software
05c886fe0e Plugins/ActionTrigger: updated to use capabilities 2020-02-19 20:59:54 -08:00
Pragmatic Software
5c4e10a35c Tidy things up 2020-02-15 14:38:32 -08:00
Pragmatic Software
59af6e944d Plugins: use Plugin parent class 2020-02-08 19:48:05 -08:00
Pragmatic Software
39e98db663 Plugins: __PACKAGE__ no longer necessary in unload() 2020-02-07 20:48:09 -08:00
Pragmatic Software
9f2a0346e0 Plugins: unregister event handlers on unload 2020-02-07 12:24:21 -08:00
Pragmatic Software
63f6ccb80c Remove unnecessary use of delete keyword 2020-02-06 01:14:08 -08:00
Pragmatic Software
c058c42b1c Plugins: add capabilities to default groups 2020-02-05 18:28:59 -08:00
Pragmatic Software
26f9fc7677 Plugin/ActionTrigger: improve weather example 2020-02-01 23:06:48 -08:00
Pragmatic Software
5a797e84b1 Plugins/ActionTrigger: add weather example 2020-02-01 23:03:44 -08:00
Pragmatic Software
e848a03717 Plugins/ActionTrigger: minor fix to usage message 2020-02-01 22:47:04 -08:00
Pragmatic Software
31a5a0f879 Plugins/ActionTrigger: improve kick example's kick message 2020-02-01 22:39:02 -08:00
Pragmatic Software
059dc26488 Plugin/ActionTrigger: improve examples; remove bind_param()s 2020-02-01 22:29:56 -08:00
Pragmatic Software
4b25ec3ee1 Plugins/ActionTrigger: properly handle quoted arguments; massive clean-up 2020-02-01 22:20:44 -08:00
Pragmatic Software
b92fe8a83f Plugins: use new Users system 2020-01-25 12:31:08 -08:00
Pragmatic Software
9fd9e4f99c ActionTrigger: remove trailing comma from database creation 2019-12-19 22:57:54 -08:00
Pragmatic Software
c788b2c5bd ActionTrigger: fix undefined reference when no triggers 2019-12-15 14:44:52 -08:00
Pragmatic Software
75b7d05a69 ActionTrigger: silence undefined variable warnings 2019-12-14 09:54:38 -08:00
Pragmatic Software
f4473832ee ActionTrigger: add repeat delay 2019-11-14 17:24:51 -08:00
Pragmatic Software
504296bdbb ActionTrigger: strip /me from ACTION messages 2019-11-09 20:04:22 -08:00
Pragmatic Software
fc8a1057c9 Move Plugins directory to root, out of PBot source tree 2019-09-01 11:01:18 -07:00