diff options
author | Adam <Adam@anope.org> | 2011-08-16 01:42:30 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2011-09-10 01:52:59 -0400 |
commit | 8a9a39c0655f2b967eeb4ab8d156ff4e4504ccf3 (patch) | |
tree | 321f6630c4883e86f94808ca63ebfedc553a365f /data/botserv.example.conf | |
parent | 13e8b26989df55cc89235a059667bfe5d9834b77 (diff) |
Renamed the core pseudoclient modules to match their names
Diffstat (limited to 'data/botserv.example.conf')
-rw-r--r-- | data/botserv.example.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/botserv.example.conf b/data/botserv.example.conf index c896aff0b..076c2a22e 100644 --- a/data/botserv.example.conf +++ b/data/botserv.example.conf @@ -53,7 +53,7 @@ service * * Provides essential functionality for BotServ. */ -module { name = "bs_main" } +module { name = "botserv" } /* * Configuration for BotServ provided by bs_main. |