diff options
author | Daniel De Graaf <danieldg@inspircd.org> | 2010-08-19 19:06:10 -0400 |
---|---|---|
committer | Daniel De Graaf <danieldg@inspircd.org> | 2010-08-19 19:06:10 -0400 |
commit | f47824d325480367ef05cb7910598bda709feed0 (patch) | |
tree | 5b27b8c9655af40d17043efff1b08d50217132a1 /docs/modules.conf.example | |
parent | 8a0f4e8c369bfc08ce4d055a3ef4f5cbf2cd3c93 (diff) |
Fix the <database> example tags
Diffstat (limited to 'docs/modules.conf.example')
-rw-r--r-- | docs/modules.conf.example | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/modules.conf.example b/docs/modules.conf.example index eaed5775b..56850536e 100644 --- a/docs/modules.conf.example +++ b/docs/modules.conf.example @@ -1055,7 +1055,7 @@ # m_mssql.so is more complex than described here, see wiki for more # # info http://wiki.inspircd.org/Modules/mssql # # -#<database module="mssql" name="db" username="user" password="pass" hostname="localhost" id="db1"> +#<database module="mssql" name="db" user="user" pass="pass" host="localhost" id="db1"> #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # MySQL module: Allows other SQL modules to access MySQL databases @@ -1071,7 +1071,7 @@ # m_mysql.so is more complex than described here, see the wiki for # # more: http://wiki.inspircd.org/Modules/mysql # # -#<database module="mysql" name="mydb" username="myuser" password="mypass" hostname="localhost" id="my_database2"> +#<database module="mysql" name="mydb" user="myuser" pass="mypass" host="localhost" id="my_database2"> #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # Named Modes module: This module allows for the display and set/unset @@ -1316,7 +1316,7 @@ # m_pgsql.so is more complex than described here, see the wiki for # # more: http://wiki.inspircd.org/Modules/pgsql # # -#<database module="pgsql" name="mydb" username="myuser" password="mypass" hostname="localhost" id="my_database" ssl="no"> +#<database module="pgsql" name="mydb" user="myuser" pass="mypass" host="localhost" id="my_database" ssl="no"> #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # Muteban: Implements extended ban m:, which stops anyone matching |