Method code for $channel_ui.channel_msg()

[Turn on line numbering]
arg channel, msg;

caller() == definer() || (> .perms(sender(), 'system) <);
if (channel == 'All || active_channels.contains(channel))
    .tell("<" + channel + "> " + msg);

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

Tlon