Dont try to join our sticky channels when the irc connection is not available.

git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1298 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
silverleo
2008-12-21 09:05:16 +00:00
parent 110485eaaf
commit 1785a03c71
+3
View File
@@ -76,6 +76,9 @@ public:
virtual void RunJob()
{
if (!m_pUser->GetIRCSock())
return;
for (MCString::iterator it = BeginNV(); it != EndNV(); it++)
{
CChan *pChan = m_pUser->FindChan(it->first);