mIRC Home    About    Download    Register    News    Help

Print Thread
#41742 14/08/03 11:28 AM
Joined: Jan 2003
Posts: 45
R
rela Offline OP
Ameglian cow
OP Offline
Ameglian cow
R
Joined: Jan 2003
Posts: 45
How can i give a welcome text when I accept(auto-accept) a DCC chat ?


@#botwars @Kreynet
#41743 14/08/03 12:12 PM
Joined: Feb 2003
Posts: 3,432
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,432
on 1:CHAT:* { msg =$nick "Your text here" }

but remove the " " and that should be in your remote "ALT + R" in your mirc. smirk


if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }
#41744 14/08/03 12:15 PM
Joined: Jan 2003
Posts: 45
R
rela Offline OP
Ameglian cow
OP Offline
Ameglian cow
R
Joined: Jan 2003
Posts: 45
Quote:
on 1:CHAT:boo!:/msg =$nick Boo back at ya!
This triggers when someone in a dcc chat window says boo!

I want to display something without the other person says something ?


@#botwars @Kreynet
#41745 14/08/03 12:16 PM
Joined: May 2003
Posts: 730
S
Hoopy frood
Offline
Hoopy frood
S
Joined: May 2003
Posts: 730
on *:open:=:msg =$nick welcome

#41746 14/08/03 12:18 PM
Joined: Feb 2003
Posts: 3,432
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,432
Then it must be on "OPEN" .. im not shure how the code should look like, but try "/help on open" .. in your mirc.. smirk


if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }
#41747 14/08/03 12:18 PM
Joined: Feb 2003
Posts: 3,432
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,432
You was faster then me :tongue: wink


if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }
#41748 14/08/03 12:22 PM
Joined: Jan 2003
Posts: 45
R
rela Offline OP
Ameglian cow
OP Offline
Ameglian cow
R
Joined: Jan 2003
Posts: 45
Thx, I found it in help and it worx fine now smile

Last edited by rela; 14/08/03 12:33 PM.

@#botwars @Kreynet
#41749 14/08/03 12:30 PM
Joined: Feb 2003
Posts: 3,432
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,432
on 1:OPEN:=:/msg =$nick Hi! I'll be with you in a second...

change that with

on *:OPEN:=:/msg =$nick Hi! I'll be with you in a second...

the * makes it work for any user level, the one DCC you maybe have another level then 1.
and make shure you dont have any other on *:open: events in the same remote file.. smirk


if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }

Link Copied to Clipboard