diff options
author | Sadie Powell <sadie@witchery.services> | 2024-10-18 11:45:19 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2024-10-18 11:45:19 +0100 |
commit | f40719787f6bd5e6fa15f8f4def4844abc7a7915 (patch) | |
tree | b417246104b5aa593f9ee61bdbdd889422a05217 /modules | |
parent | e5602f956d0b43ecdc7d394dc5247bb3a63b7093 (diff) |
Fix a change that was missing from the previous commit.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/pseudoclients/chanserv.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/pseudoclients/chanserv.cpp b/modules/pseudoclients/chanserv.cpp index 2e23a35c3..d33e786d8 100644 --- a/modules/pseudoclients/chanserv.cpp +++ b/modules/pseudoclients/chanserv.cpp @@ -378,7 +378,7 @@ class ChanServCore : public Module, public ChanServService return EVENT_CONTINUE; } - void OnUplinkSync() anope_override + void OnUplinkSync(Server* s) anope_override { // We need to do this when the uplink is synced as we may not know if // the mode exists before then on some IRCds (e.g. InspIRCd). |