Merge pull request #223 from Proplex/master

Remove period from status set
This commit is contained in:
irungentoo 2013-07-31 16:41:12 -07:00
commit 1ff5d67ef9

View File

@ -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;