diff --git a/src/tox-weechat-commands.c b/src/tox-weechat-commands.c index c0dfb04..75602c9 100644 --- a/src/tox-weechat-commands.c +++ b/src/tox-weechat-commands.c @@ -280,7 +280,7 @@ tox_weechat_cmd_msg(void *data, struct t_gui_buffer *buffer, (uint8_t *)argv_eol[1], strlen(argv_eol[2])); char *name = tox_weechat_get_self_name_nt(); - tox_weechat_chat_print_action(chat, name, argv_eol[1]); + tox_weechat_chat_print_message(chat, name, argv_eol[1]); free(name); }