mirror of
https://github.com/znc/znc.git
synced 2026-08-07 17:33:34 +02:00
Fix a typo and user modes.
Thanks to KindOne for noticing it.
This commit is contained in:
+1
-1
@@ -1097,7 +1097,7 @@ void CIRCSock::Timeout() {
|
||||
m_pNetwork->ClearMotdBuffer();
|
||||
|
||||
ResetChans();
|
||||
m_scUserModes.empty();
|
||||
m_scUserModes.clear();
|
||||
}
|
||||
|
||||
void CIRCSock::ConnectionRefused() {
|
||||
|
||||
Reference in New Issue
Block a user