Quota-Log #34
Aliases: Quota-Log, Quota_Log, QL, Quota
1 verbs · 22 properties · 0 children
Verbs
| Verb | Spec | Flags | Definer | Lines |
|---|---|---|---|---|
init_for_core | this none this | rxd | #34 | 18 |
Properties
| Property | Definer | Flags | Owner | Value |
|---|---|---|---|---|
moderator_notify | #45 | rc | #2 | {} |
last_msg_date | #45 | r | #36 | 1538781317 |
messages_going | #45 | rc | #36 | {} |
moderated | #45 | rc | #2 | 1 |
moderator_forward | #45 | rc | #2 | "%n (%#) can't send to moderated list %t (%[#t]) directly." |
writers | #45 | rc | #2 | {} |
readers | #45 | rc | #2 | {} |
mail_notify | #45 | r | #36 | {#2} |
mail_forward | #45 | r | #36 | {} |
expire_period | #45 | r | #36 | 2592000 |
last_used_time | #45 | r | #36 | 1538781317 |
messages | #45 | rc | #36 | {} |
rmm_own_msgs | #45 | rc | #2 | <clear> |
guests_can_send_here | #45 | rc | #2 | <clear> |
messages_kept | #45 | r | #36 | {} |
registered_email | #45 | rc | #36 | <clear> |
email_validated | #45 | rc | #36 | <clear> |
validation_password | #45 | rc | #36 | <clear> |
key | #1 | c | #2 | <clear> |
aliases | #1 | r | #36 | {"Quota-Log", "Quota_Log", "QL", "Quota"} |
description | #1 | rc | #2 | "Record of whose quota has been messed with and why." |
object_size | #1 | r | #36 | {1999, 1539462952} |
Ancestry
Ancestors (nearest first): #45 Generic Mail Recipient → #1 Root Class
Children: none
Call graph
Source
init_for_core
Referenced by
none
Source
1if (caller_perms().wizard) 2pass(); 3`delete_verb(this, "is_readable_by") ! E_VERBNF => ""'; 4`delete_verb(this, "is_usable_by") ! E_VERBNF => ""'; 5`delete_verb(this, "mail_notify") ! E_VERBNF => ""'; 6"...remove references to ARB..."; 7`this:rm_message_seq({1, 1 + this:length_all_msgs()}) ! E_RANGE => ""'; 8this:expunge_rmm(); 9this.mail_forward = {}; 10this.mail_notify = {player}; 11player.current_message = {@player.current_message, {this, 0, 0}}; 12for p in ({"moderator_forward", "moderator_notify", "writers", "readers", "expire_period", "last_used_time"}) 13this.(p) = $mail_recipient.(p); 14endfor 15this.moderated = 1; 16else 17return E_PERM; 18endif