How to do /me on mIRC

By kelvin1234 on May 03, 2013

mIRC scripting: /me

EXAMPLE

on *:TEXT:~test:#: { describe $chan does a test }

"describe $chan" is the part that does the /me for you.

Comments

Sign in to comment.
Large_Bag_Of_Potatoes   -  Sep 07, 2014

msg $chan .me blah blah this is in my name color
}
Example would be

on *:TEXT:~test:#: {
msg $chan .me this is color
}
it wont show in color in mIRC but it will for twitch

Meta  -  Sep 08, 2014

Use the /describe command, which works exactly like the /msg command, except it sends a /me to the target window:

on *:TEXT:!test:#:describe # this is color

Edit, oh, sorry... I thought this was a question. o_O

Sign in to comment

SpikeNet   -  Aug 16, 2014

Welp

 Respond  
ovelayer   -  May 04, 2013

i think he ment why would you post a script like this?

 Respond  
Sorasyn   -  May 04, 2013

Why?

kelvin1234  -  May 04, 2013

because /me means to describe yourself doing something.

JD75  -  Oct 28, 2013

I just LoL'd My self upon reading this one....

;_)

Sign in to comment

Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.