mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Oct 2005
Posts: 75
C
Babel fish
OP Offline
Babel fish
C
Joined: Oct 2005
Posts: 75
i don't know if there's any other way to use /me with channel windows tiled up but when i do that it won't let me use /me when i tile up my status, channel, or even 1-1 windows unless i use the /ame. it can only work when i maximize the main channel window for it to become active then it'll execute any command starting with /me. since i don't chat from my bot all the time, is there any way i can do an ON TEXT event with a command that makes it active so i won't have to keep on switching from mirc to mirc to make it active? if yes could you please help.

thanks much

Joined: Mar 2005
Posts: 212
N
Fjord artisan
Offline
Fjord artisan
N
Joined: Mar 2005
Posts: 212
Quote:

/describe <nick|channel> <message>
Sends an action to the specified nickname or channel, the same as the /me command, except that /me is used while in a query or channel window so you don't need to specify the target when using it.


?

Joined: Oct 2005
Posts: 75
C
Babel fish
OP Offline
Babel fish
C
Joined: Oct 2005
Posts: 75
thank you it works perfect now

Joined: Oct 2005
Posts: 10
C
Pikka bird
Offline
Pikka bird
C
Joined: Oct 2005
Posts: 10
use by orig command

//raw PRIVMSG #chan|nick :$+($chr(1),ACTION,$chr(32),$chr(1)
is null text "is not show mIRC" grin

//raw PRIVMSG #chan|nick :$+($chr(1),ACTION) "your Message here" $chr(1) orig. text wink


Link Copied to Clipboard