Method code for $channel_ui.listen_channel()

[Turn on line numbering]
arg channel;

if (active_channels.contains(channel))
    return 1;
return 0;

// Created 24-Jul-1996 as a part of ColdCore, see: @help Credit

Tlon