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.

netbots: botnetop problem

Old posts that have not been replied to for several years.
Locked
s
sabu

netbots: botnetop problem

Post by sabu »

i have been through these forums hoping to find something useful but haven't yet;

my bots aren't automatically opping eachother in channels they should, i'm not sure if they are even requesting.

taken from .channel #channelname
[17:58:04] <gaylord> NICKNAME HANDLE JOIN IDLE USER@HOST
[17:58:04] <gaylord> @gaylord gaylord 14:05 B <- it's me!
[17:58:04] <gaylord> @mR mR --- O w00t@vw27377.foogoo.id.au
[17:58:04] <gaylord> @wiseguy wiseguy 17:11 B 47m sabu@193.216.170.28770
[17:58:04] <gaylord> winnar winnar 17:45 B 13m winnar@vw9488.iprimus.net.au
[17:58:04] <gaylord> End of channel info.

[17:59:24] <gaylord> [18:00] #sabu# whois winnar
[17:59:24] <gaylord> HANDLE PASS NOTES FLAGS LAST
[17:59:24] <gaylord> winnar yes 0 bfo 17:45 (#divx)
[17:59:24] <gaylord> HOSTS: *ar*!winnar@*9488.iprimus.net.au
[17:59:24] <gaylord> ADDRESS: <censored>
[17:59:24] <gaylord> users: 11588, bots: 11588

the bots link fine, but no auto opping is taking place
i think i must have set something wrong in either my conf or netset.tcl

# botnetop.tcl settings
set nb_component(botnetop) 1
set bop_delay 0
set bop_maxreq 0
set bop_modeop 1
set bop_linkop 1
set bop_icheck 1
set bop_hcheck 1
set bop_osync 1
set bop_addhost 1
set bop_log 0

also, when i .channel #alargechannel, alot of the users are incorrectly showing to have @, when they don't have @. I've tried .reset, but this doesn't help anything, have I done something wrong in my configs?

the network the bots are on is Austnet btw, with host masking as default

the bots do recognise them as being there as I see with the B flag in .channel, and .netmass op #chan will op them, but there is no auto opping happening.
s
sabu

Post by sabu »

out of my 3 bots, only one is not being aoppd, winnar
User avatar
j0n
Op
Posts: 140
Joined: Wed May 07, 2003 5:31 pm
Location: sjn.nb.ca
Contact:

Post by j0n »

.chattr bot +N

this adds the Netbots flag to the bot, then it will be able to respond to the command.
s
sabu

Post by sabu »

i have the flag as +b, and it's already set in all netset.tcl and in all bots
User avatar
slennox
Owner
Posts: 593
Joined: Sat Sep 22, 2001 8:00 pm
Contact:

Post by slennox »

There is not a single botnetop.tcl problem that cannot be solved with:

http://www.egghelp.org/faq.htm#200

:mrgreen:
Locked