diff --git a/include/irc.h b/include/irc.h --- a/include/irc.h +++ b/include/irc.h @@ -19,6 +19,7 @@ char *command; char *channel; char *line; + char *current_channel; }; typedef struct Message MSG;