mrvamps   -  Aug 30, 2017

ATTENTION ADULT CONTENT WITHIN MESSAGE, UNDERAGE MEMBERS SHOULD NOT VIEW(NSFW)
Hello all, New member to Hawkee, and life long user of mIRC. ive just recently started toying around with scripts an di'm tryin to figure out how to make an on:join script that would use the /me command . here is some of the script so far but i'm unsure how to get the /me command to work.
on *:join:#: {
if ($nick == username) {
msg $chan looks at username with a whip in one hand, with that look of "you know what to do" and whips username until she orgasms.
}
when i put the /me behind the $chan it does post it as the action it just posts the /me.
what do i need to put so the /me command is used instead of posted?

BlastGT1  -  Nov 30, 2017

In case nobody ever answered this for you, use describe in place of msg when you want the script to perform an action.

on *:join:#: {
if ($nick == username) {
describe $chan looks at username with a whip in one hand, with that look of "you know what to do" and whips username until she orgasms.
}

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.