Topic: [ASK] modify /me
i want to ask, how to modify /me command, i want to make like this,
if i type /me <message>
so it will appear like this:
<message> (with gray font color)
not: <nick> <message>
can anyone help me? i have modified in message.cpp
case SERVER_MESSAGE_TYPE_EMOTE:
munge(&client);
ansi_printf(&client,ansi_text_color_yellow,"<%s>\n",message);
break;
but it still not work
thx