Help for this page

Select Code to Download


  1. or download this
    sub irc_public {
        my ($kernel, $who, $where, $msg) = @_[KERNEL, ARG0 .. ARG2];
        run_script($kernel, $bot_version, $bot_nick, $irc_admins, $qstat_m
    +aster,
    $who, $where, $msg, $qstat_addr, $User_Info, @randquote);
    }
    
  2. or download this
    my @alias = eval
    "${script}_load()";
    
  3. or download this
    our %script_aliases = load_scripts();
    
    ...
        }
    }
    
  4. or download this
    sub run_script {
        our ($kernel, $bot_version, $bot_nick, $irc_admins, $qstat_master,
    + $irc_host, $irc_chan, $irc_msg, $qstat_addr, $User_Info, @randquote)
    + = @_;
    ...
        }
        }
    }
    
  5. or download this
    sub mem_usage_load { 
        my $alias     = 'mem usage';
    ...
    
        return ($alias, $sub, $variables);
    }