upmgr wtf
[brdnet.git] / brodnetd.pas
blob6dd4c5c3826c9a22e8c038794c98d9b6c56ec163
1 PROGRAM brodnetd;
3 { Poll loop. Read message, get handler, exec handler. }
4 uses ServerLoop
5 ,TestWatch
6 ,TestTC
7 ,TestChat
8 ,AsyncProcess
11 BEGIN
12 ServerLoop.Main;
13 END.