summaryrefslogtreecommitdiff
path: root/src/commands.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands.c')
-rw-r--r--src/commands.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/commands.c b/src/commands.c
index 2db480d..832e0f3 100644
--- a/src/commands.c
+++ b/src/commands.c
@@ -103,6 +103,7 @@ msg(struct cmumble *cm,
cmumble_init_text_message(&message);
message.actor = cm->session;
+ message.has_actor = 1;
if (argc < 2) {
g_print("usage: msg message\n");