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 | |
| parent | 13e8b26989df55cc89235a059667bfe5d9834b77 (diff) | |
Renamed the core pseudoclient modules to match their names
Diffstat (limited to 'data')
| -rw-r--r-- | data/botserv.example.conf | 2 | ||||
| -rw-r--r-- | data/chanserv.example.conf | 2 | ||||
| -rw-r--r-- | data/global.example.conf | 2 | ||||
| -rw-r--r-- | data/hostserv.example.conf | 2 | ||||
| -rw-r--r-- | data/memoserv.example.conf | 2 | ||||
| -rw-r--r-- | data/nickserv.example.conf | 2 | ||||
| -rw-r--r-- | data/operserv.example.conf | 2 |
7 files changed, 7 insertions, 7 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. diff --git a/data/chanserv.example.conf b/data/chanserv.example.conf index 418f3ae86..391941522 100644 --- a/data/chanserv.example.conf +++ b/data/chanserv.example.conf @@ -53,7 +53,7 @@ service * * Provides essential functionality for ChanServ. */ -module { name = "cs_main" } +module { name = "chanserv" } /* * Configuration for ChanServ provided by cs_main. diff --git a/data/global.example.conf b/data/global.example.conf index fb10dd47c..b23365359 100644 --- a/data/global.example.conf +++ b/data/global.example.conf @@ -53,7 +53,7 @@ service * * Provides essential functionality for Global. */ -module { name = "gl_main" } +module { name = "global" } /* * Configuration for Global provided by gl_main. diff --git a/data/hostserv.example.conf b/data/hostserv.example.conf index 2edc68e1c..575c6a416 100644 --- a/data/hostserv.example.conf +++ b/data/hostserv.example.conf @@ -53,7 +53,7 @@ service * * Provides essential functionality for HostServ. */ -module { name = "hs_main" } +module { name = "hostserv" } /* * Configuration for HostServ provided by hs_main. diff --git a/data/memoserv.example.conf b/data/memoserv.example.conf index a0b16271a..da4156d31 100644 --- a/data/memoserv.example.conf +++ b/data/memoserv.example.conf @@ -53,7 +53,7 @@ service * * Provides essential functionality for MemoServ. */ -module { name = "ms_main" } +module { name = "memoserv" } /* * Configuration for MemoServ provided by ms_main. diff --git a/data/nickserv.example.conf b/data/nickserv.example.conf index dfa3bf542..5c60c60d8 100644 --- a/data/nickserv.example.conf +++ b/data/nickserv.example.conf @@ -53,7 +53,7 @@ service * * Provides essential functionality for NickServ. */ -module { name = "ns_main" } +module { name = "nickserv" } /* * Configuration for NickServ provided by ns_main. diff --git a/data/operserv.example.conf b/data/operserv.example.conf index ad239dd3e..69467516c 100644 --- a/data/operserv.example.conf +++ b/data/operserv.example.conf @@ -53,7 +53,7 @@ service * * Provides essential functionality for OperServ. */ -module { name = "os_main" } +module { name = "operserv" } /* * Configuration for OperServ provided by os_main. |
