From ada6992d972efb20e6bde58e03eb0eb111447388 Mon Sep 17 00:00:00 2001 From: Daniel De Graaf Date: Thu, 5 Aug 2010 18:37:30 -0400 Subject: Fix up some errors from the init() conversion --- src/modules/m_operjoin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/m_operjoin.cpp') diff --git a/src/modules/m_operjoin.cpp b/src/modules/m_operjoin.cpp index 5f4780318..72abb2893 100644 --- a/src/modules/m_operjoin.cpp +++ b/src/modules/m_operjoin.cpp @@ -54,7 +54,7 @@ class ModuleOperjoin : public Module { ConfigTag* tag = ServerInstance->Config->ConfValue("operjoin"); - operChan = tag->getString("channel", 0); + operChan = tag->getString("channel"); override = tag->getBool("override"); operChans.clear(); if (!operChan.empty()) -- cgit v1.3.1-10-gc9f91