SYNOPSIS
struct Channel;
FILE
/kernel/types.c
DEFINITION
A structure defining a single chat channel
public struct Channel {
string name,topic;
string access,special;
string access_arg, special_arg;
};