we dont need a !next

This commit is contained in:
anon 2023-08-04 11:14:47 +02:00
parent 51a06fdd2c
commit d0a679e132

View File

@ -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);