mIRC Home    About    Download    Register    News    Help

Print Thread
#184380 28/08/07 09:42 AM
Joined: Aug 2007
Posts: 25
S
sameh84 Offline OP
Ameglian cow
OP Offline
Ameglian cow
S
Joined: Aug 2007
Posts: 25
plz how can i make this :

when i click the active screen echo me the active channel is ...

also when i hit the room button in the switch bar its converting me to that room i want it to echo me 2 u r now in roomname

thanks

Joined: Dec 2002
Posts: 3,547
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,547
You may need a custom switchbar for that.

Joined: Aug 2007
Posts: 72
P
Babel fish
Offline
Babel fish
P
Joined: Aug 2007
Posts: 72
Not quite sure exactly what you mean, but I'll give it a go...

If you want mirc to echo in the channel:
*** The active channel is now: <Channel>

on *:active:#: echo -a *** The active channel is now: $active

On the 2nd question I think what you are saying is when you join #channel, instead of moving to the channel you just joined, echo in the current channel / window *** You have joined <Channel>
not quite sure but maybe this:

on *:join:*:{
if ($nick == $me) {
window -a $lactive
echo -a *** You have joined $chan
}
}

Maybe someone else has something better.

Last edited by PhireCoder; 28/08/07 10:21 AM.

mIRC Scripting: So easy a caveman could do it.
Joined: Aug 2007
Posts: 25
S
sameh84 Offline OP
Ameglian cow
OP Offline
Ameglian cow
S
Joined: Aug 2007
Posts: 25
thanks a lot for your help all and about the 1st one for phire is working pretty that wt i need thanks for you again


Link Copied to Clipboard