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.

Search found 13 matches

by KnightHawk
Sun Jul 11, 2004 10:22 pm
Forum: Archive
Topic: File relay between 2 bots via bot net, each on diff net
Replies: 2
Views: 1228

stdragon -- Thanks for the feed back, it definately gives me a better focus on what would be involved. Never really messed with fservs on eggys, more just pub commands and raw for ircop stuff. Am not real concerned about the sync yet (unless problems arise) cause the 1st bot would receive the entire...
by KnightHawk
Sat Jul 10, 2004 9:17 pm
Forum: Archive
Topic: File relay between 2 bots via bot net, each on diff net
Replies: 2
Views: 1228

File relay between 2 bots via bot net, each on diff net

Does anyone know of a script that exists, to perform fserv sharing, over multiple nets...ie... "User A using a fserv script, advertises a file on Net A...then user b (on Net B issues the get command, and then Bot A (located on Net A) gets the file, relays it to bot B (located on Net B)...then B...
by KnightHawk
Thu May 20, 2004 6:12 pm
Forum: Archive
Topic: Anope, Eggdrop and Global Notices
Replies: 4
Views: 4710

amendmant to previous post

guess i shoulve mentioned i use Anope-1.6.2 , and the bot is opered, (unreal-icrd-rc final). Eggdrop version is 1.6.15, tcl version is either 8.3 or 8.4, not sure which.
by KnightHawk
Thu May 20, 2004 5:58 pm
Forum: Archive
Topic: Anope, Eggdrop and Global Notices
Replies: 4
Views: 4710

CrazyCat...... i am curious, what part exactly in the client:connect pulls the ctcp info, cause i have unbound the other proc ( the version proc, but it still pulls it. Reason i ask, is cause u have helped me to get a raw bind on mine working that i have been trying to figure out for weeks, but my s...
by KnightHawk
Wed Jul 16, 2003 9:55 pm
Forum: Archive
Topic: Autovoice script gets caught in loop for first channel
Replies: 19
Views: 3816

Sorry its been awhile since my last post. After careful review of the suggestions, and some serioous studying yet again of coding, things are working very smoothly now, bot voices it self, voices users...etc....without the loop that was there, and it has seriously helped reduce the lag issue. Had to...
by KnightHawk
Sun Jul 13, 2003 6:05 pm
Forum: Archive
Topic: Autovoice script gets caught in loop for first channel
Replies: 19
Views: 3816

Ok, tell ya what, in best interest of saving everyones time and headaches , if someone can suggest the proper coding, by all means do so. I am willing to remove the entire script and start from scratch. Bassically, all i want it do is auto voice every user that joins certain chans, including the bo...
by KnightHawk
Sun Jul 13, 2003 5:57 pm
Forum: Archive
Topic: Autovoice script gets caught in loop for first channel
Replies: 19
Views: 3816

KnightHawk, either: - you come here to ask someone to write a script for you (in which case I would have ignored your posting right away) or - you start writing your own code and come to this forum when you have some problems debugging your code. But you deciced, halfway to switch from the second to...
by KnightHawk
Sun Jul 13, 2003 5:46 pm
Forum: Archive
Topic: Autovoice script gets caught in loop for first channel
Replies: 19
Views: 3816

Ok, tell ya what, in best interest of saving everyones time and headaches , if someone can suggest the proper coding, by all means do so. I am willing to remove the entire script and start from scratch. Bassically, all i want it do is auto voice every user that joins certain chans, including the bot...
by KnightHawk
Sun Jul 13, 2003 4:59 pm
Forum: Archive
Topic: Autovoice script gets caught in loop for first channel
Replies: 19
Views: 3816

I should also clarify the fact that the bots name is Talon. The loop is indeed happening when the bot trys to voice it self, not when a norm users joins the chan. If i restart ( not rehash) the bot, it only trys to voice itself, it doesnt try and voice people that already have one ( thanks god).
by KnightHawk
Sun Jul 13, 2003 4:56 pm
Forum: Archive
Topic: Autovoice script gets caught in loop for first channel
Replies: 19
Views: 3816

ok, Thank you for actually loading the script and trying it. Perhaps i should correct something here. Egghead wrote: "This is exactly what one would expect from your code: the bot joins the channel itself and sends out a +v for itself on *EACH* channel." Correct, that is what i expect to h...
by KnightHawk
Sun Jul 13, 2003 3:57 pm
Forum: Archive
Topic: Autovoice script gets caught in loop for first channel
Replies: 19
Views: 3816

How many times did you .rehash your bot? Every time you do it, the script is reloaded and will voice the person another time. Try .restart and see if the problem still exists. Also, you should make sure the user is *on* those channels before you send the mode hehe. (Hint: use the "onchan"...
by KnightHawk
Sun Jul 13, 2003 3:55 pm
Forum: Archive
Topic: Autovoice script gets caught in loop for first channel
Replies: 19
Views: 3816

caesar wrote:Split the list before you use the foreach. I mean, use:

Code: Select all

foreach chan [split $voice_chans1] { 
This had no affect whatsoever . As far as the other option you mentioned, i am not sure i understanding correctly
by KnightHawk
Sun Jul 13, 2003 1:29 pm
Forum: Archive
Topic: Autovoice script gets caught in loop for first channel
Replies: 19
Views: 3816

Autovoice script gets caught in loop for first channel

Basically, the script is supposed to voice every person that joins the chan, and the purpose to the variables of voice_chan1 or 2, is so i can add or remove a chan on a moments notice. Problems is the script will try and voice approx 15 times , for the first channel only, and only when the bot has r...