diff options
| author | June McEnroe <june@causal.agency> | 2025-10-28 21:58:44 -0400 |
|---|---|---|
| committer | June McEnroe <june@causal.agency> | 2025-10-28 21:58:44 -0400 |
| commit | 38dc6a301914efd34f9a57cf75e4d0dae8a529fc (patch) | |
| tree | 89ac77f4eb42135f986bfced3621f2e76b50f5f6 /chat.c | |
| parent | Allow colour hashing to pick white (diff) | |
| download | catgirl-38dc6a301914efd34f9a57cf75e4d0dae8a529fc.tar.gz catgirl-38dc6a301914efd34f9a57cf75e4d0dae8a529fc.zip | |
Maybe people will complain less. Possibly. Maybe?
Diffstat (limited to 'chat.c')
| -rw-r--r-- | chat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chat.c b/chat.c index b7743e8..755bd24 100644 --- a/chat.c +++ b/chat.c @@ -125,7 +125,7 @@ static void utilRead(void) { } uint32_t hashInit; -uint32_t hashBound = 75; +uint32_t hashBound = 15; static void parseHash(char *str) { hashInit = strtoul(str, &str, 0); |