aboutsummaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorTest_User <hax@andrewyu.org>2024-09-14 16:09:17 -0400
committerTest_User <hax@andrewyu.org>2024-09-14 16:09:17 -0400
commit380d7c6966ab00e23607f4308bbb7f5504b68980 (patch)
treec24666f7d7238775673794d037f827aa492b9144 /main.c
parentf576099a00cdf87d2e8931da8ec03e2b27c449a2 (diff)
downloadc_coupserv-master.tar.gz
c_coupserv-master.zip
Fix permissions of local user during `spam` execution, adjust temporary SID currently used when sending PINGHEADmaster
Diffstat (limited to '')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index 1ec66bc..4f4108a 100644
--- a/main.c
+++ b/main.c
@@ -274,7 +274,7 @@ int main(void) {
if (last_timeout) {
break;
} else {
- SEND(STRING(":1HC PING 1HC 100\n")); // TODO: Fix this as well
+ SEND(STRING(":1HC PING 1HC 101\n")); // TODO: Fix this as well
last_timeout = 1;
}
}