Anope Development > Feature Requests
Integration of IRC services
(1/1)
Michal Dziczkowski:
Hello. I would like to propose to add following services support in Anope:
* BotServ, a bot which allows channel operators to assign bots to their channels
* HelpServ, the help service bot, is used to provide help on a variety of IRC topics
* HostServ, a host service bot, is used to allow general users to register a vhost so that their real IP address on IRC is hidden.
* RootServ, used on specific networks, is utilized by Services Root Administrators to perform Root Administrative functions for the IRC Network and Services Program.
* SpamServ, used to protect channels against spam.This would make it easier to manage the IRC servers
Lord255:
hello.
BotServ already exists in anope.
/msg botserv help for more details.
(( i guess you didn't read through your default config (example.conf -> services.conf). ))
https://github.com/anope/anope/blob/2.0/data/botserv.example.conf
HelpServ: this should be handled by your ircd i presume. with unrealircd you can use /helpop ? and so you will get lots of hints and suggestions.
services also respond to "help";
examples:
/msg nickserv help
/msg chanserv help
etc..
HostServ: already built in anope. i guess you didn't read through your default config (example.conf -> services.conf).
https://github.com/anope/anope/blob/2.0/data/hostserv.example.conf
RootServ: it's called OperServ in anope. see oper block in services.conf. you can set yourself as services root, login to operserv and have lots of useful commands. see /msg operserv help for more details.
https://github.com/anope/anope/blob/c5a4e8337c3c1315821cb9434db89aac059a17c0/data/example.conf#L894-L920
SpamServ: such things are built in ircd side, see like flood protection, antirandom, connthrottle, etc.. also see help and hints in botserv, those bots also can have some secu features.
Navigation
[0] Message Index
Go to full version