mirror of
https://github.com/znc/znc.git
synced 2026-08-06 08:52:57 +02:00
Q module: Add channels invited to by Q when JoinOnInvite is enabled.
This commit is contained in:
+1
-1
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user