This commit is contained in:
Michael Yoo 2013-10-03 00:24:48 +09:30
parent 3b0e553e17
commit d8cfc06d3a

View File

@ -34,7 +34,7 @@ The entire server is done in PHP, and has been tested, profiled and optimized to
### [Twitter @PocketMine](https://twitter.com/PocketMine) ### [Twitter @PocketMine](https://twitter.com/PocketMine)
## IRC #pocketmine (or #mcpedevs) @ irc.freenode.net ## IRC #pocketmine (or #mcpedevs) @ irc.freenode.net
* [WebIRC](http://webchat.freenode.net?channels=pocketmine,mcpedevs&uio=d4) * [![Visit our IRC channel](https://kiwiirc.com/buttons/chat.freenode.net/pocketmine.png)](https://kiwiirc.com/client/chat.freenode.net/#pocketmine)
## Third-party Libraries/Protocols Used ## Third-party Libraries/Protocols Used
@ -47,4 +47,4 @@ The entire server is done in PHP, and has been tested, profiled and optimized to
* __[cURL](http://curl.haxx.se/)__: cURL is a command line tool for transferring data with URL syntax * __[cURL](http://curl.haxx.se/)__: cURL is a command line tool for transferring data with URL syntax
* __[Zlib](http://www.zlib.net/)__: A Massively Spiffy Yet Delicately Unobtrusive Compression Library * __[Zlib](http://www.zlib.net/)__: A Massively Spiffy Yet Delicately Unobtrusive Compression Library
* __[Source RCON Protocol](https://developer.valvesoftware.com/wiki/Source_RCON_Protocol)__ * __[Source RCON Protocol](https://developer.valvesoftware.com/wiki/Source_RCON_Protocol)__
* __[UT3 Query Protocol](http://wiki.unrealadmin.org/UT3_query_protocol)__ * __[UT3 Query Protocol](http://wiki.unrealadmin.org/UT3_query_protocol)__