mirror of
https://github.com/znc/znc.git
synced 2026-08-06 17:03:14 +02:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user