summaryrefslogtreecommitdiff
path: root/testing/toxic/chat.c
diff options
context:
space:
mode:
authorSean Qureshi <stqism@risingstormgames.com>2013-08-08 03:07:41 -0700
committerSean Qureshi <stqism@risingstormgames.com>2013-08-08 03:07:41 -0700
commit4d0cce2f69b4a4f99b694e65d6c5ccaf38ef57b8 (patch)
treee300f13a4a0b86e9d1670c0ebc75bbeebc09fa02 /testing/toxic/chat.c
parent1bbdd9d2dbbb0a0a7ae056699c487df00c55579e (diff)
parent225f74e844299c405b744a9d03f4fcc0430b430a (diff)
Merge https://github.com/irungentoo/ProjectTox-Core
Diffstat (limited to 'testing/toxic/chat.c')
-rw-r--r--testing/toxic/chat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/toxic/chat.c b/testing/toxic/chat.c
index b870e9c2..28c5de6c 100644
--- a/testing/toxic/chat.c
+++ b/testing/toxic/chat.c
@@ -161,7 +161,7 @@ void execute(ToxWindow *self, ChatContext *ctx, char *cmd)
161 return; 161 return;
162 } 162 }
163 msg++; 163 msg++;
164 m_set_userstatus(USERSTATUS_KIND_RETAIN, (uint8_t*) msg, strlen(msg)+1); 164 m_set_statusmessage((uint8_t*) msg, strlen(msg)+1);
165 wprintw(ctx->history, "Status set to: %s\n", msg); 165 wprintw(ctx->history, "Status set to: %s\n", msg);
166 } 166 }
167 167