diff options
| author | 2025-01-17 13:43:05 +0000 | |
|---|---|---|
| committer | 2025-01-17 13:57:32 +0000 | |
| commit | 7dbbc78421e3c5296d297190649ed58e4bcf052c (patch) | |
| tree | 30af3b95f473a4a9234763f642e717f3a25dab70 /modules/ojoin.cpp | |
| parent | Move the starttls module to the contrib repository. (diff) | |
| parent | Run irctest on AArch64. (diff) | |
Merge branch 'insp4' into master.
Diffstat (limited to 'modules/ojoin.cpp')
| -rw-r--r-- | modules/ojoin.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/ojoin.cpp b/modules/ojoin.cpp index c860c88f5..2c2e163b6 100644 --- a/modules/ojoin.cpp +++ b/modules/ojoin.cpp @@ -1,7 +1,7 @@ /* * InspIRCd -- Internet Relay Chat Daemon * - * Copyright (C) 2019-2023 Sadie Powell <sadie@witchery.services> + * Copyright (C) 2019-2024 Sadie Powell <sadie@witchery.services> * Copyright (C) 2013-2014, 2016 Attila Molnar <attilamolnar@hush.com> * Copyright (C) 2010 Craig Edwards <brain@inspircd.org> * Copyright (C) 2009-2010 Daniel De Graaf <danieldg@inspircd.org> @@ -115,7 +115,7 @@ public: ModuleOjoin() : Module(VF_VENDOR, "Adds the /OJOIN command which allows server operators to join a channel and receive the server operator-only Y (official-join) channel prefix mode.") - , np(this, ServerInstance->Config->ConfValue("ojoin")->getCharacter("prefix")) + , np(this, ServerInstance->Config->ConfValue("ojoin")->getCharacter("prefix", '\0', true)) , mycommand(this, np) { } |
