Method code for $channel_ui.channel_msg()

[Turn off line numbering]
  1: arg channel, msg;
  2: 
  3: caller() == definer() || (> .perms(sender(), 'system) <);
  4: if (channel == 'All || active_channels.contains(channel))
  5:     .tell("<" + channel + "> " + msg);

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

Tlon