mIRC Home    About    Download    Register    News    Help

Print Thread
#137504 13/12/05 12:43 PM
Joined: Feb 2005
Posts: 344
B
Fjord artisan
OP Offline
Fjord artisan
B
Joined: Feb 2005
Posts: 344
some help please

on text # = channel
on text ? = query
on text * = both channel or query

but what is the symbol for dcc chat ?
on text ............

#137505 13/12/05 12:44 PM
Joined: Feb 2004
Posts: 2,019
Hoopy frood
Offline
Hoopy frood
Joined: Feb 2004
Posts: 2,019
/help on chat


Gone.
#137506 13/12/05 01:11 PM
Joined: Feb 2005
Posts: 344
B
Fjord artisan
OP Offline
Fjord artisan
B
Joined: Feb 2005
Posts: 344
thank you that helped ... a bit
but i want to play some text into the dcc chat.
I looked in /play etc but can't find what i need.
this is what I have but it doesn't play the text.
Code:
 on 1600:CHAT:*help*:/play $nick txt\EigenaarHelp.txt
 

#137507 13/12/05 01:54 PM
Joined: Apr 2003
Posts: 701
K
Hoopy frood
Offline
Hoopy frood
K
Joined: Apr 2003
Posts: 701
I'll paste the relevant part of the help file, maybe you read it this time:
Quote:
on 1:CHAT:boo!:/msg =$nick Boo back at ya!

This triggers when someone in a dcc chat window says boo! The equal sign in =$nick is required to send the reply as a dcc chat message. If no equal sign is used, the message is sent as a private irc server message.

#137508 13/12/05 01:56 PM
Joined: Feb 2004
Posts: 2,019
Hoopy frood
Offline
Hoopy frood
Joined: Feb 2004
Posts: 2,019
You didn't really read the help file did you?

This comes straight from the help file when doing /help on chat:

Quote:

Examples

on 1:CHAT:boo!:/msg =$nick Boo back at ya!

This triggers when someone in a dcc chat window says boo! The equal sign in =$nick is required to send the reply as a dcc chat message. If no equal sign is used, the message is sent as a private irc server message.


Gone.
#137509 13/12/05 03:14 PM
Joined: Feb 2005
Posts: 344
B
Fjord artisan
OP Offline
Fjord artisan
B
Joined: Feb 2005
Posts: 344
i did read that part
still doesn't work

Missid one thing though
users can't have any levels just one.
I need more levels
so i went back to query.

The thing now is this

if botmasters query the bot and ask for help it reads a peace of the txt file.
then when botmaster type .help game it plays the part of the game from the txt file
but when botmasters type .help game trivia it plays the game AND the trivia part.
That makes sense because $2 = game and $3 = trivia.
Because $2 and $3 is given in the command it plays both parts
But i want only the trivia part to play.
how do i do that ?


Link Copied to Clipboard