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 22 matches

by smds
Wed Oct 29, 2003 7:54 pm
Forum: Archive
Topic: foreach problem
Replies: 4
Views: 5222

Had a look over i again and again, and still dont see the problem, i did add another close brace to close that if, but then got an error about '"chan" no such var' this code isnt mine anyway, so i dont fully understand it i know the basics, but heres the code as i have it un edited. proc c...
by smds
Wed Oct 29, 2003 5:48 pm
Forum: Archive
Topic: foreach problem
Replies: 4
Views: 5222

nope, still cant see it :oops:
by smds
Wed Oct 29, 2003 5:16 pm
Forum: Archive
Topic: foreach problem
Replies: 4
Views: 5222

foreach problem

keep getting this error: wrong # args: should be "foreach varList list ?varList list ...? command" while executing this code: proc something {nick mask hand chan arg} { set arg [split [join $arg] " "] set av "" set tl "" set flag [lindex $arg 0] set mode "...
by smds
Thu Oct 23, 2003 1:19 pm
Forum: Archive
Topic: Ignoring public chat
Replies: 20
Views: 3212

thanks, i'll give it a test later and let you know.
by smds
Wed Oct 22, 2003 10:05 pm
Forum: Archive
Topic: Ignoring public chat
Replies: 20
Views: 3212

i did say it already, just in a round about way.
anyway, i dont know how to do it, which is why im here
any ideas or a script that could give me an example
of how to do it so they decide which bot is the main one?
by smds
Wed Oct 22, 2003 8:39 pm
Forum: Archive
Topic: Ignoring public chat
Replies: 20
Views: 3212

no, when there are 2 or more bots on a chan that both respond to the same public commands, say for example: <me> saytopic <bot1> the topic is: blah <bot2> the topic is: blah basically i dont want the spam, i want the two or more bots on the chan to elect a main bot, and only that bot would reply not...
by smds
Wed Oct 22, 2003 4:57 pm
Forum: Archive
Topic: Ignoring public chat
Replies: 20
Views: 3212

well, forget it then, i have told you what i wanted to stop/do and how i thought it could be done, which you confirmed, and yet you still ask what i want to do. if i could do it myself i would have, then we woudlnt be having this conversation would we. and yes i know what caesar said, which i'd alre...
by smds
Wed Oct 22, 2003 3:55 pm
Forum: Archive
Topic: Ignoring public chat
Replies: 20
Views: 3212

omg lol, I shouldn't have bothered asking. I'm putting it as simple as I can. I think you know what I mean by ignore. Can none of you think of a way to create a vote system where the bots simply ellect a main bot on that channel and then the others don't answer public commands, or just ignore all pu...
by smds
Wed Oct 22, 2003 2:16 pm
Forum: Archive
Topic: Ignoring public chat
Replies: 20
Views: 3212

No, no one has understood what i meant. yes i have my own scripts running that use public commands, and this is not a bind issue/question. i want to be able to make a specific bot ignore ALL public text, like 'ignore' text from a specific channel, almost like usermode +d, but not on all channels, ju...
by smds
Tue Oct 21, 2003 9:01 pm
Forum: Archive
Topic: Ignoring public chat
Replies: 20
Views: 3212

I said exactly what I meant.
Is there any way to make a bot ignore public/channel text,
nothing to do with flags, I can handle that.
by smds
Tue Oct 21, 2003 7:21 pm
Forum: Archive
Topic: Ignoring public chat
Replies: 20
Views: 3212

Ignoring public chat

Is there any way to to get a bot to ignore public/channel text
so it doesnt respond to public commands?
I cant really think of anything
by smds
Mon Oct 20, 2003 6:16 pm
Forum: Archive
Topic: Channel flag sharing
Replies: 14
Views: 2050

After some extensive testing, I've found you can to it like this: On your hub bot, give all leaf bots +gls on all your leaf bots, give the hub +hp Everything is shared as far as I can see. And all flags are saved, even if a bot delinks then relinks and accepts the userfile from the hub it still save...
by smds
Mon Oct 20, 2003 1:23 pm
Forum: Archive
Topic: Channel flag sharing
Replies: 14
Views: 2050

I found this works, tell me what you think. on 2 leaf test bots: .unlink hub .botattr hub -g .link hub on the hub: .unlink bot1 .botattr bot1 -g .link bot1 .unlink bot2 .botattr bot2 -g .link bot2 This left the 2 leaf bots with +s global, and the hub with +hp global flags I added someone as an op on...
by smds
Mon Oct 20, 2003 1:03 pm
Forum: Archive
Topic: Channel flag sharing
Replies: 14
Views: 2050

All I've done is move shell providers, the bots are all in the same channels the hub sits on 2 channels, and has never been on any other channels. So that can't be the problem, I'm past caring what the cause of it is, I just need to know how to sort it out, its really annoying adding loads of flags ...
by smds
Sun Oct 19, 2003 6:42 pm
Forum: Archive
Topic: Channel flag sharing
Replies: 14
Views: 2050

So your saying if I remove the +g flag from the leaf bots they wont accept userfile changes from the hub? or do you mean if I remove the +g flag from the hub bot? I've been thinking for hours what could have changed, and there is nothing, I know I never had this problem before, and they were on load...