mirror of
https://github.com/znc/znc.git
synced 2026-08-06 08:52:57 +02:00
Oh look, invisible, pink unicorns!
No really, over there! You really should take a look. Come on, I'm not messing with you. There really are those IPU (invisible pink unicorns) right behind you. DarthGandalf found them. Oh, now they flew away. :( git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1850 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
@@ -1676,7 +1676,7 @@ bool CZNC::DoRehash(CString& sError)
|
||||
if (it->m_pUser) {
|
||||
MODULECALL(OnConfigLine(it->m_sName, it->m_sValue, it->m_pUser, it->m_pChan), it->m_pUser, NULL, bHandled = true);
|
||||
} else {
|
||||
bHandled = GetModules().OnConfigLine(it->m_sName, it->m_sValue, it->m_pUser, it->m_pChan));
|
||||
bHandled = GetModules().OnConfigLine(it->m_sName, it->m_sValue, it->m_pUser, it->m_pChan);
|
||||
}
|
||||
if (!bHandled) {
|
||||
CUtils::PrintMessage("unhandled global module config line [GM:" + it->m_sName + "] = [" + it->m_sValue + "]");
|
||||
|
||||
Reference in New Issue
Block a user