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.

Auto-OP my 2 other linked bots doesn't work fine?

Old posts that have not been replied to for several years.
Locked
S
Sloop
Halfop
Posts: 44
Joined: Tue Jul 12, 2005 7:04 pm

Auto-OP my 2 other linked bots doesn't work fine?

Post by Sloop »

Hi @ll,

I have one Hub-Bot and two other bots which gets all the data from the Hub-Bot. The Hub-Bot shares aggresively, and bot2 and bot3 receives passively. So far so good. When I do a ".match *" on my hub-console, I see the EXACT settings and flags for the bot1 + bot2. But when my hub-bot is in channel #test, he only autoop bot1. When I kick bot1 he rejoins at once and gets +o from my hub. But bot2 is not recognized by my hub and doesn't get op. Why??? Here you see:

*** Matching '*':
HANDLE PASS NOTES FLAGS LAST
bot2 yes 0 abflo 01:01 (linked)
BOT FLAGS: gs
HOSTS: -telnet!*@*.the.domain.com
*!bot2@*.the.domain.com
ADDRESS:
users: 3333, bots: 3333
bot1 yes 0 abflo 01:01 (linked)
BOT FLAGS: gs
HOSTS: *!bot1@dsl-*.other.host.com
-telnet!*@dsl-*.other.host.com
ADDRESS:
users: 3333, bots: 3333
Sloop yes 0 fhjlmnoptxPQ 01:09 (partyline)
Saved Console Settings:
Channel: #mychannel
Console flags: mkcobxs, Strip flags: -, Echo: yes
Page setting: 0, Console channel: 0
HOSTS: -telnet!*@localhost
--- Found 3 matches.


As you see bot2 also has the +a flag, and in his config file their is also set +autoop global flag.

Anyone can help? I did try a lot of things, but I can't get it to work.
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

on the party-line, type .channel and make sure bot2 is recognized (under the handle bot2); if it's recognized, then the problem might be caused by a server desync - .jump bot2 to another server
S
Sloop
Halfop
Posts: 44
Joined: Tue Jul 12, 2005 7:04 pm

Post by Sloop »

Hi demond,

you're right: when I enter .channel I see, that bot2 is NOT recognized because in the column "HANDLE" there is printed an asterisk *
The bot1 is recognized, because in Handle there is "bot1" printed and it has a flag "B"

How do I fix this problem manually now in my party line? Can u tell me the exact commands therefore?

Thanx in advance
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

the exact command is .+host, the exact parameter of that command is the hostmask of bot2 (for example, *!ident@foo.bar.com)
S
Sloop
Halfop
Posts: 44
Joined: Tue Jul 12, 2005 7:04 pm

Post by Sloop »

thank you man, it works now! I did not enter the correct usermask for my bots & users.

Now I fixed that and everything works fine ;)

Thanx again to you my friend.

Greetinx,
Sloop
User avatar
YooHoo
Owner
Posts: 939
Joined: Thu Feb 13, 2003 10:07 pm
Location: Redwood Coast

Post by YooHoo »

p.s. it is advisable to remove those -telnet!*@host.domain masks, and to not use the +a flag, but rather use an effective script such as slennox's botnetop.tcl
:mrgreen:
Locked