Method code for $channel_ui.can_create_channel()

[Turn off line numbering]
  1: if (sender().has_ancestor($user) && ($channel_ui.channel_creation() || $sys.is_system(sender())))
  2:     return 1;
  3: else
  4:     return 0;

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

Tlon