summaryrefslogtreecommitdiff
path: root/bouncer/core.h
diff options
context:
space:
mode:
authorTreeki <treeki@gmail.com>2014-02-15 10:11:57 +0100
committerTreeki <treeki@gmail.com>2014-02-15 10:11:57 +0100
commit848c96b0df5282a9089bd4259e3e6ae3620f3ec9 (patch)
tree6343900bef4dd1d5c74836b639028678acd32316 /bouncer/core.h
parent878a0c157b772a7ed04d4cc395059087f964b823 (diff)
downloadbounce4-848c96b0df5282a9089bd4259e3e6ae3620f3ec9.tar.gz
bounce4-848c96b0df5282a9089bd4259e3e6ae3620f3ec9.zip
add limiting of the amount of messages in a window
Diffstat (limited to '')
-rw-r--r--bouncer/core.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/bouncer/core.h b/bouncer/core.h
index a8f5d9b..4bb266e 100644
--- a/bouncer/core.h
+++ b/bouncer/core.h
@@ -397,6 +397,7 @@ public:
bool quitFlag;
std::string bouncerPassword;
+ int maxWindowMessageCount;
int execute();