diff options
| author | 2026-03-02 20:59:41 +0000 | |
|---|---|---|
| committer | 2026-03-02 21:09:27 +0000 | |
| commit | 7110535309675a6579c57900ef75498bfb2e0ce6 (patch) | |
| tree | d419a876ee5534e5aef23f14efde5161d92a0126 /src/listmode.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 'src/listmode.cpp')
| -rw-r--r-- | src/listmode.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/listmode.cpp b/src/listmode.cpp index 8629b96ba..35843e385 100644 --- a/src/listmode.cpp +++ b/src/listmode.cpp @@ -78,7 +78,7 @@ void ListModeBase::DoRehash() ListLimit limit(c->getString("chan", "*", 1), c->getNum<size_t>("limit", DEFAULT_LIST_SIZE)); if (limit.mask.empty()) - throw ModuleException(creator, "<maxlist:chan> is empty, at {}", c->source.str()); + throw ModuleException(this->service_creator, "<maxlist:chan> is empty, at {}", c->source.str()); if (limit.mask == "*" || limit.mask == "#*") seen_default = true; |
