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.

autoop for specific user on specific channel problem

Old posts that have not been replied to for several years.
Locked
w
witney

autoop for specific user on specific channel problem

Post by witney »

Hello,

I have a problem with a bot that I own. It recognizes me as owner and I have set my user to be autooped on a specific channel. When I join this channel, I don't get oped, I check the status with .channel command and it said op is pending -- I am lagged.
I try to op myself through telnet connection to the bot, all it says is that it gave the op, but I am still not oped on the channel. However if I issue a kick command through telnet it works fine, I get kicked from the channel less than a second after I press enter in the telnet. And autokick setting also worked very well.
Anyone have any leads on this problem?

Thanks.

P.S. I have read the FAQs and I know it is potential security risk :D
User avatar
gumbydammit
Master
Posts: 311
Joined: Thu Sep 05, 2002 4:52 pm
Location: Canada
Contact:

Post by gumbydammit »

sounds like your net-type setting might be wrong..or possibly you put some weird mode on the bot before he got his ops.. like +a etc
a.k.a. hellios
w
witney

Post by witney »

Ok, now I am confused, you say "weird mode like +a" ??
isn't +a setting what I should set for a specific user on specific channel to get autoop upon join to the channel?
And my net-type setting is:
set net-type 2
Which is undernet and again, if it was a net-type I guess autokick would not work either?
User avatar
gumbydammit
Master
Posts: 311
Joined: Thu Sep 05, 2002 4:52 pm
Location: Canada
Contact:

Post by gumbydammit »

no sorry i meant a weird chanmode like +a not a flag...
is your bot on undernet?
a.k.a. hellios
w
witney

Post by witney »

Yes, my bot is on the undernet. I tried channel mode +a and it didn't work with it, anyway channel doesn't have mode +a anymore.
User avatar
YooHoo
Owner
Posts: 939
Joined: Thu Feb 13, 2003 10:07 pm
Location: Redwood Coast

Post by YooHoo »

Code: Select all

aop-delay  autoop or autovoice delaytime
      0:0  no delay
      x:x  x sec delaytime
      x:y  random delay, minimum x sec, maximum y sec
what do you have set for set global aop-delay?
w
witney

Post by witney »

My configuration of set global aop-delay was 5:30, now I changed it to 0:0 and it still doesn't work....
User avatar
]Kami[
Owner
Posts: 590
Joined: Thu Jul 24, 2003 2:59 pm
Location: Slovenia
Contact:

Post by ]Kami[ »

.chattr yourhandle +ao #channel should work for sure... Maybe copy .whois handle from user which you wan't to add to auto op....
w
witney

Post by witney »

I wish .chattr worked. My user has +aol on the channel, but still it's pending op.
By the way, I use the same configuration on another shell server and it works there. And I cannot figure out what is the problem...Network/FW/NAT settings of the server or TCL or whatever...
w
witney

Solution FOUND!!!!

Post by witney »

If anyone is interested. The solution to this problem was found!

Basically had to read docs and compile it properly according to the OS version.

All the best to everybody and thanks for trynig to help guys
Locked