Method code for $channel_ui.can_create_channel()

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

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

Tlon