mirror of
https://github.com/znc/znc.git
synced 2026-07-30 13:33:42 +02:00
Added QuitMsg config option
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@166 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
+1
-1
@@ -37,7 +37,7 @@ CIRCSock::~CIRCSock() {
|
||||
m_pZNC->ReleaseISpoof();
|
||||
}
|
||||
|
||||
PutServ("QUIT :");
|
||||
PutServ("QUIT :" + m_pUser->GetQuitMsg());
|
||||
m_msChans.clear();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user