Added public files

Roughly added all public files. Probably missed some, though.
diff --git a/doc/props/P_MSG_PROB b/doc/props/P_MSG_PROB
new file mode 100644
index 0000000..d520067
--- /dev/null
+++ b/doc/props/P_MSG_PROB
@@ -0,0 +1,19 @@
+NAME:
+    P_MSG_PROB                    "msg_prob"                    
+
+DEFINIERT IN:
+    /sys/room/description.h
+
+BESCHREIBUNG:
+     Parameter fuer die Wartezeit in Sekunden bis zur naechsten Ausgabe
+     einer Raumnachricht.
+     Wird in AddRoomMessage() explizit mitgesetzt. Koennte natuerlich von
+     einer Nachrichtenmethode auch regelmaessig geaendert werden, um
+     mehr Zufall in die Intervalle zu bringen.
+
+SIEHE AUCH:
+     LFuns:    AddRoomMessage()
+     Props:    P_ROOM_MSG, P_MSG_PROB
+     Verwandt: call_out()
+
+2.Feb 2016 Gloinson