Changeset 41 for trunk/src/trinitycore
- Timestamp:
- 11/19/08 13:27:02 (17 years ago)
- Location:
- trunk/src/trinitycore
- Files:
-
- 3 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/trinitycore/CliRunnable.cpp
r39 r41 897 897 } 898 898 if (!bSuccess) 899 zprintf(" mangos>");899 zprintf("TC>"); 900 900 } 901 901 … … 1239 1239 // print this here the first time 1240 1240 // later it will be printed after command queue updates 1241 printf(" mangos>");1241 printf("TC>"); 1242 1242 1243 1243 ///- As long as the World is running (no World::m_stopEvent), get the command line and handle it -
trunk/src/trinitycore/RASocket.cpp
r2 r41 205 205 Sendf("+Logged in.\r\n"); 206 206 sLog.outRALog("User %s has logged in.\n",szLogin.c_str()); 207 Sendf(" mangos>");207 Sendf("TC>"); 208 208 } 209 209 else … … 224 224 } 225 225 else 226 Sendf(" mangos>");226 Sendf("TC>"); 227 227 break; 228 228 ///</ul> -
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."