diff -r 0feae2eb5f40 -r 220603f0122e src/network/core/tcp.h --- a/src/network/core/tcp.h Tue Jul 10 20:58:07 2007 +0000 +++ b/src/network/core/tcp.h Tue Jul 10 20:59:41 2007 +0000 @@ -68,6 +68,7 @@ char text[80]; ///< possible text sent for name changes etc uint32 frame; ///< the frame in which this packet is executed byte callback; ///< any callback function executed upon successful completion of the command + bool my_cmd; ///< did the command originate from "me" }; /** Status of a client */