Add chat unit test.
[brdnet.git] / brodnetd.pas
blobbba01fcdc697878f60b0afa5a0d7a9ff6caee9ec
1 PROGRAM brodnetd;
3 { Poll loop. Read message, get handler, exec handler. }
4 uses ServerLoop
5 ,TestWatch
6 ,TestTC
7 ,TestChat
10 BEGIN
11 ServerLoop.Main;
12 END.