class ProcCommand // ServerController message
{
public:
static enum {
addTopLevel,
deleteTopLevel,
procClose,
newChannel,
changeChannel,
nickOnline,
nickOffline,
turnOffAutoCreate,
turnOnAutoCreate
} command;
};