diff options
author | Sadie Powell <sadie@witchery.services> | 2025-04-19 16:43:21 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2025-04-19 16:54:26 +0100 |
commit | 70bf013ef0bf6c8ba60e85aacca2ec97848ca0b3 (patch) | |
tree | 70ae17296baa6de7bc7ffee105702b6e28584a5a /modules/database/db_atheme.cpp | |
parent | 18dfa62626468c18177ba6ff24be34f4b64f1d37 (diff) |
Allow syntax messages to take a predicate.
Diffstat (limited to 'modules/database/db_atheme.cpp')
-rw-r--r-- | modules/database/db_atheme.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/database/db_atheme.cpp b/modules/database/db_atheme.cpp index 525173613..fccef4b36 100644 --- a/modules/database/db_atheme.cpp +++ b/modules/database/db_atheme.cpp @@ -9,7 +9,6 @@ * Based on the original code of Services by Andy Church. */ -#include <functional> #include "module.h" #include "modules/botserv/badwords.h" |