update to new plugin api and make use of it

This commit is contained in:
2024-01-13 18:10:14 +01:00
parent 08256285f6
commit 647018e7c3
4 changed files with 8 additions and 5 deletions

View File

@@ -41,7 +41,7 @@ class SDBot : public RegistryMessageModelEventI {
);
~SDBot(void);
void iterate(void);
float iterate(void);
public: // conf
bool use_webp_for_friends = true;