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

by Shoshana
Mon Dec 06, 2004 7:00 am
Forum: Archive
Topic: DCC ban proc need help...desperate newbie
Replies: 13
Views: 3074

Less stuck....

Again, thanks to all three of you!!!!!! It still gets hung up for me on my bot. At least no bot crashes and it sends the idx message. But it keeps doing that for whatever I enter. I know I set it exactly as you coded it. But MOST IMPORTANT.... I learned a lot from you guys and actually applied some ...
by Shoshana
Mon Dec 06, 2004 6:58 am
Forum: Archive
Topic: DCC ban proc need help...desperate newbie
Replies: 13
Views: 3074

Less stuck....

Again, thanks to all three of you!!!!!! It still gets hung up for me on my bot. At least no bot crashes and it sends the idx message. But it keeps doing that for whatever I enter. I know I set it exactly as you coded it. But MOST IMPORTANT.... I learned a lot from you guys and actually applied some ...
by Shoshana
Mon Dec 06, 2004 12:22 am
Forum: Archive
Topic: DCC ban proc need help...desperate newbie
Replies: 13
Views: 3074

Again, thank you demond. After reading a few times, almost 75% makes sense to me now and that is a big help no matter what. I did try it and it doesn't get past usage: <nick|hostmask> <reason>.

No matter what I enter after the command, I get the idx message. It gets stuck there.
by Shoshana
Sun Dec 05, 2004 9:56 pm
Forum: Archive
Topic: DCC ban proc need help...desperate newbie
Replies: 13
Views: 3074

its starting to make sense

What you showed is starting to make sense to me but after if ![matchattr [finduser $victim] of|of] } whatever I put after to make the ban, if ![matchattr [finduser $victim] of|of] } { newban $victim $hand "Banned: $reason" $tempbantime return 1 } } I get "Tcl error [temp_ban]: invalid...
by Shoshana
Sun Dec 05, 2004 6:54 pm
Forum: Archive
Topic: DCC ban proc need help...desperate newbie
Replies: 13
Views: 3074

Ok, right.

Now, when I added the variable 'user'
if [matchattr [finduser $nick!$user@$host] of|of $chan] {


to my proc, I got "can't read "user": no such variable".

How do I add the $user variable and define its value in my proc?
by Shoshana
Sun Dec 05, 2004 5:07 pm
Forum: Archive
Topic: DCC ban proc need help...desperate newbie
Replies: 13
Views: 3074

Thank you for answering. Maybe there is a basic something I don't understand about all of this. if [matchattr [finduser $nick!$user@$host] of|of $chan] { How would this check the victim's mask for Op flags? Something else I need to learn. Whenever I use any other variable than what I originally post...
by Shoshana
Sun Dec 05, 2004 6:21 am
Forum: Archive
Topic: DCC ban proc need help...desperate newbie
Replies: 13
Views: 3074

DCC ban proc need help...desperate newbie

Why do all newbies say this, "I am a newbie"? Well, I am. I have the following proc. When I do .tempban <nick> it works and will not ban ops/op'd bots. When I do .tempban <ident@host> or any part, it bans Ops which I don't want it to do. I can see it needs to check the victim mask against ...