diff options
| author | 2026-03-02 20:59:41 +0000 | |
|---|---|---|
| committer | 2026-03-02 21:09:27 +0000 | |
| commit | 7110535309675a6579c57900ef75498bfb2e0ce6 (patch) | |
| tree | d419a876ee5534e5aef23f14efde5161d92a0126 /modules/cloak_static.cpp | |
| parent | Load the swhois module if a config contains the swhois_ext module. (diff) | |
Rename ServiceProvider::creator to service_creator and add GetSource.
Diffstat (limited to 'modules/cloak_static.cpp')
| -rw-r--r-- | modules/cloak_static.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/cloak_static.cpp b/modules/cloak_static.cpp index 606842932..4ba59e7ca 100644 --- a/modules/cloak_static.cpp +++ b/modules/cloak_static.cpp @@ -66,7 +66,7 @@ public: const std::string cloak = tag->getString("cloak"); if (cloak.empty() || cloak.length() > ServerInstance->Config->Limits.MaxHost) { - throw ModuleException(creator, "Your static cloak must be between 1 and {} characters long, at {}", + throw ModuleException(this->service_creator, "Your static cloak must be between 1 and {} characters long, at {}", ServerInstance->Config->Limits.MaxHost, tag->source.str()); } |
