DarthGandalf does not approve

git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@2085 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
psychon
2010-07-10 17:09:51 +00:00
parent 25fd29f594
commit e4006adc11
4 changed files with 11 additions and 13 deletions
+1 -1
View File
@@ -1175,7 +1175,7 @@ bool CUser::SetBufferCount(unsigned int u, bool bForce) {
return true;
}
void CUser::CheckIRCConnect() const {
void CUser::CheckIRCConnect() {
// Do we want to connect?
if (m_bIRCConnectEnabled && GetIRCSock() == NULL)
CZNC::Get().EnableConnectUser();