flooddetach: add nick changes - close #941

This commit is contained in:
J-P Nurmi
2015-07-14 19:12:29 +02:00
parent d39b20b505
commit bae872f2b1
+6
View File
@@ -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.");