diff options
author | Sadie Powell <sadie@witchery.services> | 2025-03-08 12:22:07 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2025-03-08 12:22:07 +0000 |
commit | df0cd3ef3e9a5cd1230aebdb45569f54512373ad (patch) | |
tree | 3abf54908e7aac069da940f1d6db85829a46b302 /modules/chanserv/cs_clone.cpp | |
parent | 9e37a643f13a8e6b5b8468f245f21fd23238f058 (diff) |
Move some headers around.
Diffstat (limited to 'modules/chanserv/cs_clone.cpp')
-rw-r--r-- | modules/chanserv/cs_clone.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/chanserv/cs_clone.cpp b/modules/chanserv/cs_clone.cpp index 5e4130532..b58635ff0 100644 --- a/modules/chanserv/cs_clone.cpp +++ b/modules/chanserv/cs_clone.cpp @@ -10,7 +10,7 @@ */ #include "module.h" -#include "modules/bs_badwords.h" +#include "modules/botserv/badwords.h" class CommandCSClone final : public Command |