Template:MuteListMessages
| Message | From | To | Description | Handler / Sender |
|---|---|---|---|---|
| MuteListRequest | viewer | service | Requests a mute list for the current agent | sent by LLMuteList::requestFromServer() |
| UpdateMuteListEntry | viewer | service | Adds a new mute entry to the mute list | sent by LLMuteList::updateAdd() |
| RemoveMuteListEntry | viewer | service | Removes a mute entry from the mute list | sent by LLMuteList::updateRemove() |
| MuteListUpdate | service | viewer | Tells the viewer the filename of the mute list to request | * hooked up by the LLMuteList constructor
|
| UseCachedMuteList | service | viewer | Tells the viewer to use its cached copy of the mute list | * hooked up by the LLMuteList' constructor
|