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.
Requests for complete scripts or modifications/fixes for scripts you didn't write. Response not guaranteed, and no thread bumping!
Paladin
Voice
Posts: 15 Joined: Sun Sep 18, 2005 7:18 am
Post
by Paladin » Tue Feb 07, 2006 7:16 am
i need a script that logs users` hosts in specified channel on dcc command
Sir_Fz
Revered One
Posts: 3794 Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:
Post
by Sir_Fz » Tue Feb 07, 2006 9:33 am
Code: Select all
bind dcc n gethost gethost
proc gethost {h i a} {
foreach {nick chan} [split $a] {break}
if {[onchan $nick $chan]} {
putdcc $i "$nick :: [getchanhost $nick $chan]"
}
}
.gethost nick chan
Paladin
Voice
Posts: 15 Joined: Sun Sep 18, 2005 7:18 am
Post
by Paladin » Tue Feb 07, 2006 12:13 pm
no, i mean with one command to log every user in the channel. (to log them to specified handle in the bot`s user file)
Sir_Fz
Revered One
Posts: 3794 Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:
Post
by Sir_Fz » Tue Feb 07, 2006 1:45 pm
Paladin wrote: no, i mean with one command to log every user in the channel. (to log them to specified handle in the bot`s user file)
I still don't get what you mean.
Paladin
Voice
Posts: 15 Joined: Sun Sep 18, 2005 7:18 am
Post
by Paladin » Tue Feb 07, 2006 4:00 pm
There is a channel. And I want with a dcc command to make the bot add the chatters in the channel`s hosts to a specified handle
demond
Revered One
Posts: 3073 Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:
Post
by demond » Tue Feb 07, 2006 11:50 pm
why?
connection, sharing, dcc problems? click
<here>
before asking for scripting help, read
<this>
use
Alchera
Revered One
Posts: 3344 Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:
Post
by Alchera » Wed Feb 08, 2006 1:34 am
My guess (*shrugs*) is to add all users' hosts to the one handle in eggdrop rather than adding individual users because Paladin assumes it may simplify things?
I would assume it would just complicate instead.
Add [SOLVED] to the thread title if your issue has been.
Search |
FAQ |
RTM
Paladin
Voice
Posts: 15 Joined: Sun Sep 18, 2005 7:18 am
Post
by Paladin » Wed Feb 08, 2006 5:28 am
yes that is what i want and will not make things more comlicated... so help me if you can please
Paladin
Voice
Posts: 15 Joined: Sun Sep 18, 2005 7:18 am
Post
by Paladin » Thu Feb 09, 2006 7:32 am
will somebody help me or just ask me stupid questions
EDIT by slennox: being rude is not the way to get free assistance from volunteers. Thread locked.