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 botman
Fri Aug 19, 2005 2:27 am
Forum: Modules & Programming
Topic: taking load off bot by preventing bot notify from stats.mod
Replies: 3
Views: 9695

little here little there helps

but is there a way?
by botman
Fri Aug 19, 2005 1:13 am
Forum: Modules & Programming
Topic: taking load off bot by preventing bot notify from stats.mod
Replies: 3
Views: 9695

taking load off bot by preventing bot notify from stats.mod

Hi guys. I'd like to take a load off my bot by removing the notify channel or user option in stats.mod. My bot is doing a lot right now, and right now I can't get another. I've tried searching for the begining of the notify message "Hello" in all the .c files in the src dir for stats.mod. ...
by botman
Mon Aug 15, 2005 5:58 pm
Forum: Archive
Topic: sharing channel flags acquired from leafs
Replies: 2
Views: 2186

ty

thanks, your very helpful
by botman
Mon Aug 15, 2005 5:29 pm
Forum: Archive
Topic: sharing channel flags acquired from leafs
Replies: 2
Views: 2186

sharing channel flags acquired from leafs

Right now, my hub is +hp and leafs +s. I'd like to have channel flags "ie: |+A" to be shared on the botnet. Atm, when a leaf adds channel flags, it doesn't show up on .whois from the hub.
by botman
Mon Aug 15, 2005 4:06 pm
Forum: Script Support & Releases
Topic: statwww3.22.tcl - modifying the auto add user proc
Replies: 6
Views: 11253

Hi again

I've been able to add flags in the add user part, although its adding them globally

if {[isop $nick]} {chattr $nick "+C" $chan}
if {[isvoice $nick]} {chattr $nick "+B" $chan}

I figured $chan would add them to the channel its on.
by botman
Mon Aug 15, 2005 2:46 pm
Forum: Script Support & Releases
Topic: statwww3.22.tcl - modifying the auto add user proc
Replies: 6
Views: 11253

I dont know what you mean

I'm not trying to release anything, just modify it for my personal needs. It isn't pointless to me to have those flags, they are greatly significant. What is

Code: Select all

 tag anyways?
by botman
Mon Aug 15, 2005 1:55 pm
Forum: Script Support & Releases
Topic: statwww3.22.tcl - modifying the auto add user proc
Replies: 6
Views: 11253

statwww3.22.tcl - modifying the auto add user proc

Hi, I found a script which I'd like to modify. This script makes statistics about users who speak in the channel and adds them to the userfile. Lets hope it doesn't get too big, but if anybody has any other suggestions on how to make a botnet database, that would serve my needs much better. I'd like...