removed lieing comment

This commit is contained in:
anon 2023-08-04 11:15:14 +02:00
parent d0a679e132
commit 01ca07a522

View File

@ -116,7 +116,7 @@ parse_command(char const * cmd)
msgswp = dump(); msgswp = dump();
ircmsg(msgswp); ircmsg(msgswp);
} }
else if (strcmp(cmd, "reroll") == 0) // TODO: implement else if (strcmp(cmd, "reroll") == 0)
{ {
ircmsg("%s: Rerolling...", current_username); ircmsg("%s: Rerolling...", current_username);
purge_assignments(current_username); purge_assignments(current_username);