mIRC Homepage
Posted By: MrBugSir Using /me in aliases - 24/05/06 05:09 PM
Is there a way to use /me in an alias? Or some other work around to make it look the same in the channel?

alias ShowCards {
/me flips over his second card
}

This alias is generally called from another alias, you know, that whole modular code thing.

The system window indicates the error:

* /me: cannot use /me in this window

Perhaps some one knows how make this work, or make it look like it would if a chatter issues that command directly from mIRC?
Posted By: Kurdish_Assass1n Re: Using /me in aliases - 24/05/06 05:25 PM
use:
Code:
alias ShowCards {
  describe $chan flips over his second card
}
Posted By: MrBugSir Re: Using /me in aliases - 24/05/06 05:32 PM
You are a genius. Thank you, thank you very much, uh huh!
Posted By: 1961_dup1 Re: Using /me in aliases - 24/05/06 07:09 PM
Quote:
Is there a way to use /me in an alias? Or some other work around to make it look the same in the channel?

alias ShowCards {
/me flips over his second card
}

This alias is generally called from another alias, you know, that whole modular code thing.

The system window indicates the error:

* /me: cannot use /me in this window

Perhaps some one knows how make this work, or make it look like it would if a chatter issues that command directly from mIRC?
gigi_fermecatorul@yahoo.com confused
© mIRC Discussion Forums