typedef struct ircStruct { int socket; char command[256]; char data[1024]; } IRCNode; typedef struct ircStruct *IRC;