From a91ad0140cb9c9b771e678e0dccf545022a56863 Mon Sep 17 00:00:00 2001 From: Alex Date: Sun, 5 Jul 2020 13:39:34 +0200 Subject: [PATCH] Shorten realname to real --- include/structs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/structs.h b/include/structs.h index 4b9d2a0..f2565a5 100644 --- a/include/structs.h +++ b/include/structs.h @@ -9,7 +9,7 @@ typedef struct name { const char* nick; const char* user; const char* host; - const char* realname; + const char* real; } IRC_User; typedef struct uirc_message { struct uirc_tags {