I'm trying to bind something in order for bot to send me the whole file through dcc chat to me. Now got a couple of question should i make it loop the whole file then send me what's inside it or... easier way.
PRIVMSG is for channel msging
for Dcc should i use
putdcc <idx> <text>
Description: sends text to the idx specified
Returns: nothing
Module: core
or...
dccbroadcast <message>
Description: sends a message to everyone on the party line across the
botnet, in the form of "*** <message>" for local users and
"*** (Bot) <message>" for users on other bots
Returns: nothing
Module: core
DarkJFMan wrote:I thought TCL is = and mIRC is ==, I haven't scripted TCL in a while, ty anyway.
TCL has the same comparators as mIRC excepting a few which are not defined.
In TCL:
== equal to ==> can also use: ([string equal -nocase $text1 $text2])
!= not equal to
=== not defined ==> use: ([string equal $text1 $text2])
< less than
> larger than
>= larger than or equal to
<= smaller than or equal to
·awyeah·
==================================
Facebook: jawad@idsia.ch (Jay Dee) PS: Guys, I don't accept script helps or requests personally anymore.
==================================