Browse Source

Removed remainders of mcipc.

pull/2/head
Richard Neumann 4 years ago
parent
commit
7b8b1259e3
  1. 8
      README.md
  2. 2
      docs/source/bugs.rst

8
README.md

@ -2,8 +2,8 @@
An [RCON protocol](https://developer.valvesoftware.com/wiki/Source_RCON_Protocol) client implementation.
## Requirements
[![Build Status](https://travis-ci.com/conqp/rcon.svg?branch=master)](https://travis-ci.com/conqp/mcipc)
`mcipc` requires Python 3.8 or higher.
[![Build Status](https://travis-ci.com/conqp/rcon.svg?branch=master)](https://travis-ci.com/conqp/rcon)
`rcon` requires Python 3.8 or higher.
## Documentation
[![Documentation Status](https://readthedocs.org/projects/rcon/badge/?version=latest)](https://rcon.readthedocs.io/en/latest/?badge=latest)
@ -11,9 +11,9 @@ Documentation is available on [readthedocs](https://rcon.readthedocs.io/en/lates
## Installations
Install mcipc from the [AUR](https://aur.archlinux.org/packages/python-rcon/) or via:
Install rcon from the [AUR](https://aur.archlinux.org/packages/python-rcon/) or via:
pip install mcipc
pip install rcon
## Quick start
The `RCON` protocol is used to remotely control a game server, i.e. execute

2
docs/source/bugs.rst

@ -1,4 +1,4 @@
Reporting bugs
==============
If you found a bug or want to suggest a new feature to be added top `mcpipc`, please open an appropriate issue on `GitHub <https://github.com/conqp/mcipc/issues>`_.
If you found a bug or want to suggest a new feature to be added top `rcon`, please open an appropriate issue on `GitHub <https://github.com/conqp/rcon/issues>`_.

Loading…
Cancel
Save