Skip to forum content

You are not logged in. Please login or register.


forums.pvpgn.pro → [RU] The Source Code → [ASK] modify /me

Pages 1

You must login or register to post a reply

RSS topic feed

Posts: 6

1

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

2

Re: [ASK] modify /me

You want to send private messages gray color?

3

Re: [ASK] modify /me

/yellowannounce ?

4

Re: [ASK] modify /me

Zeloit wrote:

/yellowannounce ?

No, he wont send "private" messages, announce - "public" messages.
Jimmy_Aquarius in command.cpp => code /w (private message (green color) => message_send_gray (yellow color) => its done. Sorry my bad English.

5 (edited by Jimmy_Aquarius 11.01.2014 16:49)

Re: [ASK] modify /me

i mean:
if i type /me <message> in channel like this:

ex:
My nickname on Battle.net is: Jimmy

/me hello, i want to kiss you
it will show:
Jimmy hello, i want to kiss you (in gray font color)

i want how to remove my nick and want to show only the messages.

is it possible ?

6

Re: [ASK] modify /me

No i think. Harpywar know the correct answer.

Posts: 6

Pages 1

You must login or register to post a reply

Who now at forum

Currently view post: 1 guest, 0 registered users

forums.pvpgn.pro → [RU] The Source Code → [ASK] modify /me