mirror of
https://github.com/znc/znc.git
synced 2026-07-06 01:41:12 +02:00
flooddetach: add nick changes - close #941
This commit is contained in:
@@ -173,6 +173,12 @@ public:
|
||||
return CONTINUE;
|
||||
}
|
||||
|
||||
void OnNick(const CNick& Nick, const CString& sNewNick, const std::vector<CChan*>& vChans) override {
|
||||
for (CChan* pChan : vChans) {
|
||||
Message(*pChan);
|
||||
}
|
||||
}
|
||||
|
||||
void ShowCommand(const CString& sLine) {
|
||||
PutModule("Current limit is " + CString(m_iThresholdMsgs) + " lines "
|
||||
"in " + CString(m_iThresholdSecs) + " secs.");
|
||||
|
||||
Reference in New Issue
Block a user