mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Merge pull request #223 from Proplex/master
Remove period from status set
This commit is contained in:
commit
1ff5d67ef9
|
@ -148,7 +148,7 @@ static void execute(ToxWindow* self, char* cmd) {
|
|||
msg++;
|
||||
|
||||
m_set_userstatus((uint8_t*) msg, strlen(msg)+1);
|
||||
wprintw(self->window, "Status set to: %s.\n", msg);
|
||||
wprintw(self->window, "Status set to: %s\n", msg);
|
||||
}
|
||||
else if(!strncmp(cmd, "nick ", strlen("nick "))) {
|
||||
char* nick;
|
||||
|
|
Loading…
Reference in New Issue
Block a user