Moo Stats Collector #179

Parent #1Owner #361Flags read, fertileSource hellcore/hellcore.db

Aliases: Moo Stats Collector

2 verbs · 10 properties · 0 children

Verbs

VerbSpecFlagsDefinerLines
_wwwthis none thisrxd#1793
collect_statsthis none thisrxd#1791

Properties

PropertyDefinerFlagsOwnerValue
aliases#1rc#361{"Moo Stats Collector"}
description#1rc#361<clear>
object_size#1r#29{1079, 1298434195}
hidden_verbs#1rc#361<clear>
phelp_msg#1rc#361<clear>
weight#1rc#361<clear>
owner_verbs#1rc#361<clear>
plural_name#1rc#361<clear>
client_image#1rc#361<clear>
listening#1rc#361<clear>

Ancestry

Ancestors (nearest first): #1 root

Children: none

Call graph

calls n179_0 #179:_www n1_30 #1:name n179_0->n1_30 n179_1 #179:collect_stats n179_0->n179_1

Source

_www

Spec this none thisFlags rxdOwner #361Definer #179

Referenced by

none

Source

1lines = {("<HTML><HEAD><TITLE>" + this:name()) + "</TITLE></HEAD><BODY>"};
2lines = {@lines, this:collect_stats(), "</BODY></HTML>"};
3return lines;

collect_stats

Spec this none thisFlags rxdOwner #361Definer #179

Referenced by

Source

1return "example1: 0 example2: 1";