mIRC Home    About    Download    Register    News    Help

Print Thread
#26586 28/05/03 07:24 AM
Joined: Feb 2003
Posts: 3
X
Xealot Offline OP
Self-satisified door
OP Offline
Self-satisified door
X
Joined: Feb 2003
Posts: 3
ehm.. Im gonna make a IRC bot and i was gonna
use DCC chat..
but.. how does the thingy work..
i tried making a simple example that my bot is being
a server on DCC ports but my computer complained
and said their allready being used..
Are there any protocoll files for DCC chat or
could anyone gimme a hint how it works?


===============================
// Xealot
#26587 28/05/03 04:21 PM
Joined: Jan 2003
Posts: 3,012
Hoopy frood
Offline
Hoopy frood
Joined: Jan 2003
Posts: 3,012
/dcc chat <user>

to parse text, it's
on 1:TEXT:*:=: { commands }
and typing into it is:
on 1:INPUT:=: { commands }

And from what you mean by the protocol, it sounds as though your trying to script it in sockets? Not sure how that would turn out..


-KingTomato
#26588 28/05/03 04:24 PM
Joined: Dec 2002
Posts: 699
N
Fjord artisan
Offline
Fjord artisan
N
Joined: Dec 2002
Posts: 699
Quote:
to parse text, it's
on 1:TEXT:*:=: { commands }
It's actually on chat
on <level>:CHAT:<matchtext>:<commands>

/help on chat

#26589 28/05/03 05:13 PM
Joined: Apr 2003
Posts: 414
Fjord artisan
Offline
Fjord artisan
Joined: Apr 2003
Posts: 414
To see how mirc make a dcc conection do /debug -n @Debug
Between you can read all irc-rfc standards smile


mIRC Chm Help 6.16.0.3 Full Anchored!
#26590 28/05/03 11:07 PM
Joined: Jan 2003
Posts: 3,012
Hoopy frood
Offline
Hoopy frood
Joined: Jan 2003
Posts: 3,012
err, thanks nimue grin


-KingTomato

Link Copied to Clipboard