mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-10 02:59:01 -04:00
Fix reading the setname config tag.
This commit is contained in:
parent
26a80ed2c7
commit
4d768d823d
@ -64,7 +64,7 @@ class ModuleSetName : public Module
|
||||
|
||||
void ReadConfig(ConfigStatus& status) CXX11_OVERRIDE
|
||||
{
|
||||
ConfigTag* tag = ServerInstance->Config->ConfValue("cgiirc");
|
||||
ConfigTag* tag = ServerInstance->Config->ConfValue("setname");
|
||||
|
||||
// Whether the module should only be usable by server operators.
|
||||
bool operonly = tag->getBool("operonly");
|
||||
|
Loading…
x
Reference in New Issue
Block a user