From 9ccb36800a6512d9aaa0b429eca0b94d7caa0d33 Mon Sep 17 00:00:00 2001 From: Peter Powell Date: Fri, 7 Mar 2014 15:47:52 +0000 Subject: Fix m_permchannels not prepending the path when reading the config. --- src/modules/m_permchannels.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/modules') diff --git a/src/modules/m_permchannels.cpp b/src/modules/m_permchannels.cpp index edb752f67..0c73de7ba 100644 --- a/src/modules/m_permchannels.cpp +++ b/src/modules/m_permchannels.cpp @@ -205,6 +205,9 @@ public: ConfigTag* tag = ServerInstance->Config->ConfValue("permchanneldb"); permchannelsconf = tag->getString("filename"); save_listmodes = tag->getBool("listmodes"); + + if (!permchannelsconf.empty()) + permchannelsconf = ServerInstance->Config->Paths.PrependConfig(permchannelsconf); } void LoadDatabase() -- cgit v1.2.3