This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.
For more information, see this announcement post . Click the X in the top right-corner of this box to dismiss this message.
Old posts that have not been replied to for several years.
[
[Mystic]
Post
by [Mystic] » Fri Dec 21, 2001 1:22 pm
Is there a way or some code to send a message to all the people on the partyline?
ppslim
Revered One
Posts: 3914 Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England
Post
by ppslim » Fri Dec 21, 2001 11:28 pm
Yes - you usualy just type the message and hit return.
[
[Mystic]
Post
by [Mystic] » Sat Dec 22, 2001 1:45 am
I mean code...
putdcc idx... i dont want to message one person, i want to message everyone, but you have to use lindex and dcclist chat.
Any simpler way?
j
jedis
Post
by jedis » Sat Dec 22, 2001 7:07 am
Try using dccbroadcast.
[
[Mystic]
Post
by [Mystic] » Sun Dec 23, 2001 3:42 am
Yep got it
putdccall <message>
ppslim
Revered One
Posts: 3914 Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England
Post
by ppslim » Sun Dec 23, 2001 12:10 pm
There is no such thing as putdccall, unless it is provided by a script you allready have installed.
If it goes by convention, this command will only send to all users on the current bot, not all users on the whole partyline (which is all the people on each bot of the botnet)
[
[Mystic]
Post
by [Mystic] » Sun Dec 23, 2001 7:45 pm
Ya its in alltools.tcl which is loaded by default unless you remove it.
ppslim
Revered One
Posts: 3914 Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England
Post
by ppslim » Sun Dec 23, 2001 10:28 pm
Looking at the code for it, this will only send the message to users on the current bot, and not broadcast it accross the botnet, for all users on the botnet to see.
[
[Mystic]
Post
by [Mystic] » Sun Dec 23, 2001 11:40 pm
Ya, I only wanted it to send it to the people on the bot...