Finished IRC_ParseCapabilities()

This commit is contained in:
thorium1256
2026-05-12 15:32:46 +03:00
parent 1b896f3dd7
commit f0275a67bb
4 changed files with 42 additions and 60 deletions

View File

@@ -41,8 +41,9 @@ typedef struct
typedef struct
{
char name[32];
char args[64];
char capLine[96]; // A place for name and args to point to.
char *name;
char *args;
} irc_capability_t;