From 0c19a384f1691c094bfc623c14423c1a99c28691 Mon Sep 17 00:00:00 2001 From: Přemysl Janouch Date: Tue, 9 Feb 2016 04:50:51 +0100 Subject: Fix typos --- kike.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kike.c') diff --git a/kike.c b/kike.c index 3aeb2b8..2f6523b 100644 --- a/kike.c +++ b/kike.c @@ -835,7 +835,7 @@ client_send_str (struct client *c, const struct str *s) size_t old_sendq = c->write_buffer.len; // So far there's only one message tag we use, so we can do it simple; - // note that a 512-character limit applies to messages with tags on + // note that a 1024-character limit applies to messages with tags on if (c->caps_enabled & IRC_CAP_SERVER_TIME) { long milliseconds; char buf[32]; struct tm tm; -- cgit v1.2.3-54-g00ecf