Cbuffer()
FUNCTION: cbuffer(<channel>)
Returns the buffer size (maximum log depth) for <channel>. This is the MAX_LOG attribute on the channel object. Returns 0 if no logging is configured.
Example:
> say cbuffer(Public)
You say, "50"
Related Topics: crecall(), cmsgs(), chanobj().