Finished IRC_ParseCapabilities()
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user