diff options
| author | Adam <Adam@anope.org> | 2013-05-26 17:13:11 -0400 |
|---|---|---|
| committer | Adam <Adam@anope.org> | 2013-05-26 17:13:11 -0400 |
| commit | 22658d63bdb1e52a66f4514af45fa55ca5891345 (patch) | |
| tree | 673304ab19f7e077b489354248247867518331f8 /data | |
| parent | f2dee1e1d642b07947f59f91dfba9af34ef84685 (diff) | |
Get rid of the remaining references in the core to specific services. Move more stuff out of the core to the proper modules.
Diffstat (limited to 'data')
| -rw-r--r-- | data/botserv.example.conf | 3 | ||||
| -rw-r--r-- | data/modules.example.conf | 2 | ||||
| -rw-r--r-- | data/operserv.example.conf | 7 |
3 files changed, 10 insertions, 2 deletions
diff --git a/data/botserv.example.conf b/data/botserv.example.conf index 887ddcd7d..1bd450123 100644 --- a/data/botserv.example.conf +++ b/data/botserv.example.conf @@ -298,7 +298,8 @@ command { service = "BotServ"; name = "SET GREET"; command = "botserv/set/greet" command { service = "BotServ"; name = "SET NOBOT"; command = "botserv/set/nobot"; permission = "botserv/set/nobot"; } command { service = "BotServ"; name = "SET PRIVATE"; command = "botserv/set/private"; permission = "botserv/set/private"; } -/* Fantasy commands +/* + * Fantasy commands * * Fantasy commands can be executed in channels that have a BotServ bot by prefixing the * command with one of the fantasy characters configured in botserv's fantasycharacter diff --git a/data/modules.example.conf b/data/modules.example.conf index 2129d3ac9..d906cb8bd 100644 --- a/data/modules.example.conf +++ b/data/modules.example.conf @@ -533,7 +533,7 @@ module { name = "help" } * * Provides the regex engine regex/pcre, which uses the Perl Compatible Regular Expressions library. */ -module { name = "m_regex_pcre" } +#module { name = "m_regex_pcre" } /* * m_regex_posix diff --git a/data/operserv.example.conf b/data/operserv.example.conf index 687247f0a..fab52fe2e 100644 --- a/data/operserv.example.conf +++ b/data/operserv.example.conf @@ -469,6 +469,13 @@ module name = "os_news" /* + * The service bot names to use to send news to users on connection + * and to opers when they oper. + */ + announcer = "Global" + oper_announcer = "OperServ" + + /* * The number of LOGON/OPER news items to display when a user logs on. * * This directive is optional, if no set it will default to 3. |
