aboutsummaryrefslogtreecommitdiff
path: root/pseudoclients/haxserv.c
diff options
context:
space:
mode:
Diffstat (limited to 'pseudoclients/haxserv.c')
-rw-r--r--pseudoclients/haxserv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pseudoclients/haxserv.c b/pseudoclients/haxserv.c
index 797857a..677a10b 100644
--- a/pseudoclients/haxserv.c
+++ b/pseudoclients/haxserv.c
@@ -494,7 +494,7 @@ int haxserv_pseudoclient_spam_command(struct string from, struct string sender,
size_t count = str_to_unsigned(argv[0], &err);
if (err) {
notice(SID, HAXSERV_UID, respond_to, STRING("Unknown number."));
- } else if (count > 5000) {
+ } else if (count > 50000) {
notice(SID, HAXSERV_UID, respond_to, STRING("Number exceeds the limit."));
}