we dont need a !next
This commit is contained in:
parent
51a06fdd2c
commit
d0a679e132
@ -102,9 +102,6 @@ parse_command(char const * cmd)
|
|||||||
msgswp = remind(current_username);
|
msgswp = remind(current_username);
|
||||||
ircmsg("%s: %s", current_username, msgswp);
|
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)
|
else if (strcmp(cmd, "help") == 0)
|
||||||
{
|
{
|
||||||
ircmsg(help_msg);
|
ircmsg(help_msg);
|
||||||
|
Reference in New Issue
Block a user