diff options
| author | 2026-03-02 20:59:41 +0000 | |
|---|---|---|
| committer | 2026-03-02 21:09:27 +0000 | |
| commit | 7110535309675a6579c57900ef75498bfb2e0ce6 (patch) | |
| tree | d419a876ee5534e5aef23f14efde5161d92a0126 /modules/showfile.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/showfile.cpp')
| -rw-r--r-- | modules/showfile.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/showfile.cpp b/modules/showfile.cpp index 9ddfa5989..fd32ccea6 100644 --- a/modules/showfile.cpp +++ b/modules/showfile.cpp @@ -137,7 +137,7 @@ private: if (handler) { // Command exists, check if it is ours - if (handler->creator != this) + if (handler->service_creator != this) throw ModuleException(this, "Command " + cmdname + " already exists"); // This is our command, make sure we don't have the same entry twice |
