Shorten realname to real

This commit is contained in:
Alex 2020-07-05 13:39:34 +02:00
parent 14b2a09fe7
commit a91ad0140c
Signed by: caskd
GPG Key ID: F92BA85F61F4C173
1 changed files with 1 additions and 1 deletions

View File

@ -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 {