Klumpp, Paul-Dieter 7 years ago
commit
ab82e6f632
1 changed files with 37 additions and 0 deletions
  1. 37 0
      README.md

+ 37 - 0
README.md

@@ -0,0 +1,37 @@
+# Community Messaging Project
+
+To communicate humanly between IRC, portal websites and gameservers or even more.
+
+## Architecture
+
+Meta ...
+
+Example ...
+
+## The IRC bots
+
+### Eggdrop Bot TCL plugin Version
+
+Configuration from a webserver
+XML
+
+provides the following commands on the messaging service:
+
+### Standalone Go-Lang Bot
+
+Configuration from a webserver
+YAML
+
+provides the following commands on the messaging service:
+
+## Control Server
+
+Commands to publish
+provides the following commands on the messaging service:
+
+## Communication Backbone with a Messaging Service
+
+Every client connects to a messaging service where they can interact
+with a command and control server program.
+
+