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

by Kraka
Sun Nov 16, 2008 3:00 pm
Forum: Shell & Bouncer Help
Topic: sbnc script to ignore nick msg
Replies: 0
Views: 7210

sbnc script to ignore nick msg

I am looking for a script, similar to the function of addignore for psybnc but for sbnc. I know that there was one made on the shroundbnc board that is used for flood protection, but the file is down and i cant find one if i google it. N e help would be great is someone knows where one is, or maybe ...
by Kraka
Sun Nov 16, 2008 2:55 pm
Forum: Script Support & Releases
Topic: check bots
Replies: 0
Views: 2328

check bots

i am wondering if there is a way to make check_bots scan all chans or chans that i can set as +checkbots instead of just having it check one chan. thanks #####################check_bots ver1a 5/21/04 by KalZoo####################### ###################################################################...
by Kraka
Tue Oct 21, 2008 7:27 pm
Forum: Shell & Bouncer Help
Topic: creating server list for sbnc
Replies: 0
Views: 7557

creating server list for sbnc

i am looking for a way to set more than one server for a user to connect to on sbnc...is there a tcl that exists that it will either cycle a list of servers if it can not connect...or something similar..i found this script but when i use it, it sets: [19:17:42] <-sBNC> Scheduled reconnect in 2 secon...
by Kraka
Tue Sep 30, 2008 5:07 pm
Forum: Scripting Help
Topic: Need help with making sure nick is associated with handle
Replies: 4
Views: 3025

thats what i was looking for..thanks for your help
by Kraka
Mon Sep 29, 2008 8:06 pm
Forum: Scripting Help
Topic: Need help with making sure nick is associated with handle
Replies: 4
Views: 3025

sometimes the person typing the Join command changes their nick, but they have a vaild handle on the bot and their ident is logged, so the bot will join the chan, but when it trys to chattr the handle and give them flags, if they are using a different nick, it will not give them the flags. So what I...
by Kraka
Mon Sep 29, 2008 4:58 pm
Forum: Scripting Help
Topic: Need help with making sure nick is associated with handle
Replies: 4
Views: 3025

Need help with making sure nick is associated with handle

What I am trying to accomplish is to make sure that the nick they are using to perform the !join is the handle that is on the bots so that they will get the proper flags set on the handle. the code that i am using is below...i was trying to mess around with adding in nick2hand but can not get it to ...
by Kraka
Sun Sep 21, 2008 7:10 pm
Forum: Script Requests
Topic: check +m or +i
Replies: 1
Views: 1584

check +m or +i

i was looking for a script that i can set up to see if a list of chans that i set are +i or +m are set at intervals of about 5 mins that it will take away those chanmodes
by Kraka
Wed Sep 17, 2008 10:29 pm
Forum: Script Support & Releases
Topic: Protect Ops not acting correct on ban set on protected user
Replies: 1
Views: 4019

Protect Ops not acting correct on ban set on protected user

Im currently having a problem with this script when a user sets a ban on a bot. All that it will do is deop the user and remove their flags. It will not set a ban on the user. The other two actions of kicking a user and deoping a user work correctly with setting a ban on the user, but just not one i...
by Kraka
Mon Sep 15, 2008 8:46 pm
Forum: Script Support & Releases
Topic: relay mode change and kick error
Replies: 1
Views: 3424

relay mode change and kick error

I got the relay script all set up and i can see what is going on in the chan, but when a mode change, or a kick happens i get a error in the script and it will not relay it. the error that i get is: wrong # args: should be "send_mode nick uhost hand chan mchg" while executing "send_mo...
by Kraka
Sun Sep 14, 2008 11:04 pm
Forum: Scripting Help
Topic: bot check for owner before remove
Replies: 1
Views: 2140

bot check for owner before remove

What i am trying to do is before the bots removes the chan fro list is to make sure the person trying to remove it is the channel owner of the chan. I have been able to set it up so far to block certain chans and have tried to get it to match flags and have got it to delete the chan but when i try t...
by Kraka
Fri Sep 05, 2008 5:20 pm
Forum: Scripting Help
Topic: Set random password on !adduser
Replies: 1
Views: 2453

Set random password on !adduser

I was looking throught some scripts and can't find it again...but was looking to either use a script or midify one that when !adduser or another command is typed it will add the user with nick, etc and then supply a random password for that user.....since all commands will be publick they wont need ...
by Kraka
Wed Sep 03, 2008 8:37 pm
Forum: Script Support & Releases
Topic: Help with add-on.tcl user list using !adduser in chan
Replies: 1
Views: 3730

Help with add-on.tcl user list using !adduser in chan

I currently have loltoolz that i am using to addusers to my bot. I want to be able to use the add-on.tcl so that when i type !adduser <nick> to where it will add the extra fields to the userfile, and if they where banned...etc. The add-on.tcl is found in the tcl archive if someone might be able to h...
by Kraka
Sat Jul 30, 2005 8:17 pm
Forum: Archive
Topic: Member Management List Help
Replies: 1
Views: 1811

Member Management List Help

I have this script and I was wondering what code I would have to put in to make it check the list to make sure the nick that is being added isn't already on the list and if it is to announce it. The command is like !addmem <nick> <posistion> so the list is like: Nick1 OP Nick2 Voice I want it to jus...
by Kraka
Tue Jun 21, 2005 9:35 pm
Forum: Archive
Topic: Channel Admin Help
Replies: 2
Views: 1636

thanks for the help, worked perfect. And i will remeber to use the code tags next time. thanks for the help again.
by Kraka
Tue Jun 21, 2005 7:05 pm
Forum: Archive
Topic: Channel Admin Help
Replies: 2
Views: 1636

Channel Admin Help

I am trying to make the Complete Channel Administration Script work to when the op types !addbot it will make the bot flags only appear as channel flags from where the command was typed instead of the flags being global. So far it is making the flags global and the channel flags where the command wa...