diff --git a/src/parse.c b/src/parse.c index 7374fde..aa0fc5e 100644 --- a/src/parse.c +++ b/src/parse.c @@ -102,9 +102,6 @@ parse_command(char const * cmd) msgswp = remind(current_username); ircmsg("%s: %s", current_username, msgswp); } - // XXX: maybe no? - //else if (strcmp(cmd, "next") == 0) // TODO: implement - //{ ircmsg("%s: No future assignments", current_username); } else if (strcmp(cmd, "help") == 0) { ircmsg(help_msg);