|
|
| Author |
Message |
uchat Idler

Joined: 17 Mar 2004 Posts: 335
|
Posted: Jun 23, 2004 10:47am Post subject: |
|
|
| Quote: |
Um... if a BotServ bot joins the channel and ops/admins itself, ChanServ should allow it unless we're talking about having two seperate services servers.
|
IF secureops is on .. then ChanServ will not let ANY nick have ops unless they are on the op list ... this includes BotServ Bots. |
|
| Back to top |
|
 |
aquanight Lurker

Joined: 14 Jun 2004 Posts: 116 Location: Boise, ID
|
Posted: Jun 23, 2004 10:50am Post subject: |
|
|
Windows XP
UnrealIRCd 3.2 (Some CVS)
Anope 1.7.3
I have NEVER had issues with BotServ bots fighting with ChanServ over secureops. |
|
| Back to top |
|
 |
Ashen Idler

Joined: 05 Jan 2004 Posts: 284
|
Posted: Jun 23, 2004 10:55am Post subject: |
|
|
Surely not? After all, botserv bots are part of services just like chanserv is, and in my net (bahamut+anope) chanserv itself ops the botserv bots.. I could understand if your botserv bots and chanserv were coming from seperate services, but not normally. If your botserv bots and chanserv come from different services, why not just integrate them into one services program anyway?
-A |
|
| Back to top |
|
 |
uchat Idler

Joined: 17 Mar 2004 Posts: 335
|
Posted: Jun 23, 2004 11:00am Post subject: |
|
|
aquanight,
I'm not going to argue with you about this ... turing secureops off fixed the issue instantly.
I personally never had that problem either. |
|
| Back to top |
|
 |
Ozafy Guest
|
Posted: Jun 23, 2004 11:05am Post subject: |
|
|
funny thing....
i have turned secure-ops back on, and no problem, i then turned it on, and made a bot join, no problem....
my problem is fixed, but it doesn't seem to be the secureops :/
it's fixed i'm happy :p but i don't know what fixed it :p
still thx for the help, but i don't think it'll help the other 2 :/ |
|
| Back to top |
|
 |
Guest
|
Posted: Jul 19, 2004 7:00pm Post subject: |
|
|
| uchat wrote: | | TroyBoy wrote: |
How could my U:Line cause any problem like that?
Everything else appears to be working so far. Registering nicks and channels. Changing user/channel modes via services.
Everything except for SVSNICK and this BotServ assign problem. |
U:Lines are needed anyting you change a users nick/modes ... channel modes without being in them or an op.
If you can set channel modes with no problem .. then it's not likely to be a U:Line issue .. but it never hursts to check
I run 1.6.2 on <B style="color:black;background-color:#ffff66">Unreal 3.2 and FreeBSD 4.x Everything works as it should. I have a botserv bot in several channels functioning normally, infact I'm writing a !<B style="color:black;background-color:#A0FFFF">commands module for BotServ that extends the command base. |
|
|
| Back to top |
|
 |
w00t Eleet

Joined: 09 Jun 2004 Posts: 698 Location: Nowra, Australia
|
Posted: Jul 19, 2004 7:07pm Post subject: |
|
|
| aquanight, it may be that Anope actually creates a record for the botserv bots in the user structure, leading to the fighting. But since they are opered users anyhow, I cant understand the issues either. |
|
| Back to top |
|
 |
aquanight Lurker

Joined: 14 Jun 2004 Posts: 116 Location: Boise, ID
|
Posted: Jul 19, 2004 8:04pm Post subject: |
|
|
Then why is there a bot.db? I actually looked in nick.db and I saw no references to any BotServ bots.
If anything, for me the BotServ bots were the ones enforcing secureops - not ChanServ . Only reason I can see fights like this is two seperate service daemons (which shouldn't happen on any sane network) or eggdrop vs ChanServ (boy was that a headache for me! Couldn't get eggy and BotServ to cooperate! XD ). But for BotServ and ChanServ on the same package - it shouldn't happen regardless of SecureOps. |
|
| Back to top |
|
 |
w00t Eleet

Joined: 09 Jun 2004 Posts: 698 Location: Nowra, Australia
|
Posted: Jul 19, 2004 8:07pm Post subject: |
|
|
no no, not creating them in nickserv, creating them INTERNALLY (ie nick, ident, channels)
That is the very reason I dont like eggdrops.
As for seperate daemons, it has its merits, especially if you use a format of db thats easily shared, ie mysql. That way, if something goes pie shaped, you only lose one service, not them all. (thats just imho however ) |
|
| Back to top |
|
 |
Ashen Idler

Joined: 05 Jan 2004 Posts: 284
|
Posted: Jul 20, 2004 7:48am Post subject: |
|
|
As far as I can see, the solutions to this are :
1) run only one copy of services.
2) if eggdrops fight with chanserv, then load the anope module bs_deoponbotkick which will -o any eggdrop that does anything to a botserv bot.
3) if you still get problems, due to eggdrops being either on the aop list or being otherwise able to reop themselves, set the channels +secureops and modify the bs_deoponbotkick module to both deop and remove from the channel access list anyone who kicks a botserv bot.
-Ashen |
|
| Back to top |
|
 |
W-Unit Newbie

Joined: 29 Jul 2004 Posts: 83
|
Posted: Sep 04, 2004 7:55pm Post subject: |
|
|
Hi. I had this same problem myself and installed a module to disable BotServ as a solution so I would be interested if anyone came up with a valid answer.
Anyway, from what I see in the first two posters' problems the error has nothing to do with a ChanServ/BotServ clash. And my error is the exact same. The only symptom for ChanServ is the flooding with "This channel has been registered with ChanServ" messages and rapid topic changes. I don't think it has to do with ChanServ trying to deop the bot. If it did, then why is it a problem with halfop, yet the bot can successfully full opp itself?
I do not use SECUREOPS anyway it's stupid. I also have services set to NOTICE; they are more convenient for users than PRIVMSGs anyhoo. |
|
| Back to top |
|
 |
katsklaw Guru

Joined: 28 Jun 2004 Posts: 1614 Location: Somewhere you're not.
|
Posted: Sep 04, 2004 8:20pm Post subject: |
|
|
| W-Unit wrote: | | Hi. I had this same problem myself and installed a module to disable BotServ as a solution so I would be interested if anyone came up with a valid answer. |
Why did you use a module to disable BotServ? .. just turn it off in the conf file. |
|
| Back to top |
|
 |
Azrael none

Joined: 15 Nov 2004 Posts: 1
|
Posted: Nov 15, 2004 12:18pm Post subject: |
|
|
Well, I have to tell you All about the SVSNICK and Botserv , I had the exact same problem on irc.wenchisland.com.
First I'll Start with SVSNICK, it's Simple you have to be superadmin (if using anope) It's /operserv SET SUPERADMIN ON
Second Botserv, if you havent done this already you have to give your services an exception via operserv e.g. -OperServ- Syntax: EXCEPTION ADD [+expiry] mask limit reason
SO i done /operserv EXCEPTION ADD +0 (+0 means it never runs out) *@Wenchisland 40 Services
I hope this Sorts your problem  |
|
| Back to top |
|
 |
W-Unit Newbie

Joined: 29 Jul 2004 Posts: 83
|
Posted: Nov 15, 2004 6:32pm Post subject: |
|
|
Please let dead threads die.
But since you already bumped it I suppose I will tell you all that the problem turned out to be my set::services-server not matching my links block (services-server had a .net where everything else had a .com) |
|
| Back to top |
|
 |
selena none

Joined: 27 Jun 2005 Posts: 1
|
Posted: Dec 03, 2005 8:36pm Post subject: |
|
|
| Продажа земли на горнолыжных курортах Черногории: http://cernis.cz |
|
| Back to top |
|
 |
|