Changeset 41 for trunk/src/trinitycore/trinitycore.conf.dist
- Timestamp:
- 11/19/08 13:27:02 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/trinitycore/trinitycore.conf.dist
r39 r41 52 52 WorldServerPort = 8085 53 53 BindIP = "0.0.0.0" 54 55 ################################################################################################################### 56 # SCRIPTING SETTINGS 57 # 58 # TScriptDatabaseInfo 59 # Database connection settings for the wor 60 # .;somenumber;username;password;database - use named pipes at Windows 61 # Named pipes: mySQL required adding "enable-named-pipe" to [mysqld] section my.ini 62 # .;/path/to/unix_socket;username;password;database - use Unix sockets at Unix/Linux 63 # Unix sockets: experimental, not tested 64 # 65 # Locale 66 # Setting for current (DBC) locale to use 67 # 68 # EventAI Error reporting 69 # 0 - Only startup (Default) 70 # 1 - Startup errors and Runtime event errors 71 # 2 - Startup errors, Runtime event errors, and Creation errors 72 ################################################################################################################### 73 74 Locale = 0 75 EAIErrorLevel = 2 54 76 55 77 ################################################################################################################### … … 1352 1374 irc.auto.announce = 30 1353 1375 irc.autojoin_kick = 1 1354 irc.command_prefix = " ."1376 irc.command_prefix = "-" 1355 1377 irc.joinmsg = "Trinity Core running. Command trigger is $Trigger." 1356 1378 irc.rstmsg = "Trinity Core is restarting..." … … 1363 1385 irc.op_gm_level = 3 1364 1386 irc.ajoin = 1 1365 irc.ajchan = " world"1387 irc.ajchan = "World" 1366 1388 irc.online.result = 30 1367 chat.wow_irc = " <WoW>$Name [$Level]: $Msg"1368 chat.irc_wow = " <IRC>$Name: $Msg"1389 chat.wow_irc = "-WoW-$Name [$Level]: $Msg" 1390 chat.irc_wow = "-IRC-$Name: $Msg" 1369 1391 chat.join_wow = "[$GM] $Name has joined IRC." 1370 1392 chat.leave_wow = "[$GM] $Name has left IRC."