Q module: Add channels invited to by Q when JoinOnInvite is enabled.

This commit is contained in:
Anders Bergh
2014-04-22 12:07:46 +02:00
parent 90b4c88276
commit 4db8d264bc
+1 -1
View File
@@ -274,7 +274,7 @@ public:
if (!Nick.NickEquals("Q") || !Nick.GetHost().Equals("CServe.quakenet.org"))
return CONTINUE;
if (m_bJoinOnInvite)
PutIRC("JOIN " + sChan);
m_pNetwork->AddChan(sChan, false);
return CONTINUE;
}