removed lieing comment
This commit is contained in:
parent
d0a679e132
commit
01ca07a522
@ -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);
|
||||||
|
Reference in New Issue
Block a user