Help for this page

Select Code to Download


  1. or download this
    if ($channel_list->{$channel}{joined}) {
        # If we're already joined, privmsg immediately
    ...
        $data_entry->update;
        $irc->yield(join => $msg_channel);
    }