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 Mikey
Tue Jul 06, 2004 12:02 pm
Forum: Archive
Topic: Autosecret.tcl
Replies: 24
Views: 5388

Sir User: Welp!! Finally have been able to get back to this script after an absence... (Short of being a complete idiot) I have real no idea why this was not working the first time I tried it but, it is working flawlessly now!! MANY THANKS!!! :) Now, if I can further pick your brain; can we make it ...
by Mikey
Fri May 07, 2004 2:52 am
Forum: Archive
Topic: Autosecret.tcl
Replies: 24
Views: 5388

Thanks User. Initial test show the same thing happening -- no response(s). I will strip all my other tcl's and make a skeleton bot and start from there. (Currently running Stormbot and Bar & Grill). Let me also, really look at your earlier comment about "there might be a key containing &quo...
by Mikey
Thu Apr 29, 2004 10:25 am
Forum: Archive
Topic: Autosecret.tcl
Replies: 24
Views: 5388

Ok lets try this from ground zero... Bot dies; set s_threshold 5 (since with 4 other bots); channel is set +s before the bot joins; bot joins its HOME channel ONLY (previous tests it was in 3 channels) <bones> Channel #Mikey, 5 members, mode +strn: .binds join <bones> Command bindings: <bones> TYPE ...
by Mikey
Thu Apr 29, 2004 8:46 am
Forum: Archive
Topic: Autosecret.tcl
Replies: 24
Views: 5388

set s_threshold 1

Mikey
by Mikey
Wed Apr 28, 2004 11:37 pm
Forum: Archive
Topic: Autosecret.tcl
Replies: 24
Views: 5388

The code tried is by User; restarted just now with the same resuts. <Mikey> .binds join <bones> Command bindings: <bones> TYPE FLGS COMMAND HITS BINDING (TCL) <bones> join -|- * 3 do_joinstat <bones> join -|- * 3 check_onjoin <bones> join P|- * 0 do_join_cancel_logout <bones> join -|- * 3 do_the_s_c...
by Mikey
Wed Apr 28, 2004 3:19 pm
Forum: Archive
Topic: Autosecret.tcl
Replies: 24
Views: 5388

Same result, sets but not removing.

Mikey
by Mikey
Wed Apr 28, 2004 2:21 pm
Forum: Archive
Topic: Autosecret.tcl
Replies: 24
Views: 5388

if {[llength [chanlist $a]] >= $::togglechatters && [string match "*s*" [getchanmode $a]]} {

Is not working... :(

Not sure but, we arent reading something the script is needing to know....


Mikey
by Mikey
Wed Apr 28, 2004 12:57 pm
Forum: Archive
Topic: Autosecret.tcl
Replies: 24
Views: 5388

Ok, we are showing signs of life here. Not completely off life support but, getting there. :) 1: It is setting +s as needed 2: It seems to be having some trumblems in removing it tho. (This was tested with '...string match "s" ...' and, and with Caeser's '...string match "*s*" .....
by Mikey
Tue Apr 27, 2004 1:33 am
Forum: Archive
Topic: Autosecret.tcl
Replies: 24
Views: 5388

I wish I could have corrected this myself but, I know didly about tcl coding. Seems there is a "missing close brace" [00:10] Tcl error in file 'bones.conf': [00:10] missing close-brace while executing "proc dothecheck {a b} { switch $b { {1} { if {[llength [chanlist $a]] == 1} { pushm...
by Mikey
Mon Apr 26, 2004 8:24 am
Forum: Archive
Topic: Autosecret.tcl
Replies: 24
Views: 5388

I must add that the toggles are set as originally drafted... 2

Mikey
by Mikey
Mon Apr 26, 2004 8:20 am
Forum: Archive
Topic: Autosecret.tcl
Replies: 24
Views: 5388

Thanks much to the both of you for taking the time in looking at this... I must first begin by apologizing for my "I is not working" w/o any kind of explanation on what exactly is not working. :) I get that sometimes and feel it is like trying to find a needle in the haystack... Having sai...
by Mikey
Sun Apr 25, 2004 9:56 am
Forum: Archive
Topic: Autosecret.tcl
Replies: 24
Views: 5388

Thanks for such a fast reply; however, as scripted is not seeming to work. In hopes of troubleshooting, let me outline what I have going on here. My bot is running on the latest versions of Eggdrop and Stormbot. Listed below is the kind of server it is being run on and snippits from my config: "...
by Mikey
Sun Apr 25, 2004 2:02 am
Forum: Archive
Topic: Autosecret.tcl
Replies: 24
Views: 5388

Autosecret.tcl

Hello all. I am a bot owner and an IRCop on a network that is requesting that all bots not "just make a channel open/visiable". Via a compromise with the higher echlon opers it as been agreed that if a bot CAN (will) be able to set the channel mode +s when it is the only one in the channel...