Anope IRC Services

Anope Development => Modules => Topic started by: Andrey on September 19, 2008, 02:15:43 AM

Title: [HELP] ircd_init
Post by: Andrey on September 19, 2008, 02:15:43 AM
i see 1 bug when chanserv enter in empty channel, he get +ao on channel, but chanserv dont work, he ignore all commands for chanserv, i see this in netslipt too, bot enter in channel, but no get +ao and dont work too.

IRCD: inspircd 1.1.20
Anope 1.7.21
Title: Re: [HELP] ircd_init
Post by: Jobe on September 19, 2008, 08:31:03 AM
ChanServ simply shouldn't be in a channel to begin with, even having ChanServ in a channel is a network desync.
Title: Re: [HELP] ircd_init
Post by: katsklaw on September 19, 2008, 01:07:04 PM
stated differently, ChanServ will NOT reply to ANY command ever. because of what Jobe said, Chanserv is not designed to be in channels and without the aid of another module assigning command hooks to ChanServ, it'll never happen.

BOTSERV is what you need in channels if you want to use public commands. BotServ what invented just for this purpose.

PS: Please stop assuming that when Anope or a module doesn't do what you expect it must be a bug. I've seen several posts where you say it's a bug of one sort or another when it's simply a case of Anope or a module not working as you want that is the issue.
Title: Re: [HELP] ircd_init
Post by: Andrey on September 19, 2008, 07:20:52 PM
stated differently, ChanServ will NOT reply to ANY command ever. because of what Jobe said, Chanserv is not designed to be in channels and without the aid of another module assigning command hooks to ChanServ, it'll never happen.

BOTSERV is what you need in channels if you want to use public commands. BotServ what invented just for this purpose.

PS: Please stop assuming that when Anope or a module doesn't do what you expect it must be a bug. I've seen several posts where you say it's a bug of one sort or another when it's simply a case of Anope or a module not working as you want that is the issue.

i only warning users about module, because when module force chanserv enter in channel, need restart services for chanserv work again, have option for chanserv dont enter in channels, but i see in any netslipt what botserv get same problem, its only my sugestion.

my posts reflecting my modules tests, its help modules coder for make better and secure modules.