mIRC Home    About    Download    Register    News    Help

Print Thread
#149836 24/05/06 05:09 PM
Joined: Nov 2005
Posts: 4
M
Self-satisified door
OP Offline
Self-satisified door
M
Joined: Nov 2005
Posts: 4
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?

#149837 24/05/06 05:25 PM
Joined: Apr 2006
Posts: 400
K
Fjord artisan
Offline
Fjord artisan
K
Joined: Apr 2006
Posts: 400
use:
Code:
alias ShowCards {
  describe $chan flips over his second card
}


-Kurdish_Assass1n
#149838 24/05/06 05:32 PM
Joined: Nov 2005
Posts: 4
M
Self-satisified door
OP Offline
Self-satisified door
M
Joined: Nov 2005
Posts: 4
You are a genius. Thank you, thank you very much, uh huh!

#149839 24/05/06 07:09 PM
Joined: May 2006
Posts: 1
1
Mostly harmless
Offline
Mostly harmless
1
Joined: May 2006
Posts: 1
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


Link Copied to Clipboard