Method code for $channel_ui._broadcast()

[Turn on line numbering]
arg channel, message;
var q;

if (!(caller() in [$channel_ui, $user, $sys, $guest]))
    throw(~perm, "You are not allowed to call $channel_ui._broadcast() directly");
for q in ($user_db.connected())
    q.channel_msg(channel, message);

// $#Edited: 06 Mar 98 23:01 $brandon

["// Chuck and Brad", "// Created 24-Jul-1996 as a part of ColdCore, see: @help Credit"]

the Cold Dark