mirror of
https://github.com/znc/znc.git
synced 2026-08-08 18:03:22 +02:00
@@ -187,4 +187,10 @@ private:
|
||||
unsigned int m_iThresholdMsgs;
|
||||
};
|
||||
|
||||
template<> void TModInfo<CFloodDetachMod>(CModInfo& Info) {
|
||||
Info.SetWikiPage("flooddetach");
|
||||
Info.SetHasArgs(true);
|
||||
Info.SetArgsHelpText("This user module takes up to two arguments. Arguments are msgs and secs numbers.");
|
||||
}
|
||||
|
||||
USERMODULEDEFS(CFloodDetachMod, "Detach channels when flooded")
|
||||
|
||||
Reference in New Issue
Block a user