parse users differently
This commit is contained in:
parent
5b9254211f
commit
d356b5423e
2 changed files with 3 additions and 3 deletions
|
@ -47,7 +47,7 @@ int main(int argc, char *argv[]) {
|
|||
|
||||
init_tables(elements, inv, polls, 1);
|
||||
|
||||
printf("%s, welcome to Elemental on Command Line!\nType /help for commands.\n", name);
|
||||
printf("user:%s, welcome to Elemental on Command Line!\nType /help for commands.\n", name);
|
||||
int newline = 1;
|
||||
while (1) {
|
||||
// todo: separate into functions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue