[svn] * Random changes/fixes...

* Some fixes to MangChat, more coming.
* Cleaning up scripting part and preparing to merge it into the core.

--HG--
branch : trunk
rename : src/bindings/scripts/README.TXT => src/bindings/scripts/README
This commit is contained in:
XTZGZoReX
2008-10-12 17:35:16 -05:00
parent a4ceeacb51
commit fdcf5cc406
22 changed files with 54 additions and 985 deletions

View File

@@ -204,7 +204,7 @@ void RASocket::OnRead()
Sendf("+Logged in.\r\n");
sLog.outRALog("User %s has logged in.\n",szLogin.c_str());
Sendf("mangos>");
Sendf("TC>");
}
else
{
@@ -223,7 +223,7 @@ void RASocket::OnRead()
ParseCommand(&RASocket::zprintf , buff);
}
else
Sendf("mangos>");
Sendf("TC>");
break;
///</ul>
};