From d0a679e132326c8272de837a17534424c690070a Mon Sep 17 00:00:00 2001 From: anon Date: Fri, 4 Aug 2023 11:14:47 +0200 Subject: [PATCH] we dont need a !next --- src/parse.c | 3 --- 1 file changed, 3 deletions(-) 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);