loadformats
no way to compare when less than two revisions
Differences
This shows you the differences between two versions of the page.
| — | loadformats [2007/03/01 03:26] (current) – created - external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | # $EPIC: loadformats.txt, | ||
| + | ======Synopsis: | ||
| + | [[load]] loadformats \\ | ||
| + | /addformat //type// [//value//] \\ | ||
| + | /delformat //type// \\ | ||
| + | / | ||
| + | / | ||
| + | / | ||
| + | |||
| + | ======Description: | ||
| + | This script is the user-friendly front end to the implied [[on]] hook | ||
| + | facility. | ||
| + | behave similarly to other client' | ||
| + | |||
| + | The implied [[on]] hook facility allows you to control how the events are | ||
| + | displayed to your window, without having to create explicit [[on]] hooks. | ||
| + | This script lets you load, change, and set these implied on hooks, and | ||
| + | control the values through dynamically created [[set]]s. | ||
| + | |||
| + | ======Arguments: | ||
| + | The //type// argument is the name of an [[on]] type, such as MSG, PUBLIC, | ||
| + | or NOTIFY_SIGNON, | ||
| + | |||
| + | The //value// argument is the default initial value for the new [[set]]. | ||
| + | |||
| + | The // | ||
| + | that look like | ||
| + | // | ||
| + | for example, | ||
| + | PUBLIC %K< | ||
| + | MSG %K[%C$0%K\(%c$userhost($0)%K\)] $1- | ||
| + | |||
| + | ======Commands: | ||
| + | The /ADDFORMAT command creates a /SET FORMAT_// | ||
| + | the implied on hook for the on // | ||
| + | and the implied on hook is the optional //value//. | ||
| + | |||
| + | The /DELFORMAT command removes the /SET FORMAT_// | ||
| + | controls the implied on hook for the on // | ||
| + | also destroyed. | ||
| + | |||
| + | The /DUMPFORMAT command removes all of the /SET FORMAT_// | ||
| + | and all of your implied on hooks. | ||
| + | |||
| + | The / | ||
| + | //type// and a //value//, and runs /ADDFORMAT on each. | ||
| + | |||
| + | The / | ||
| + | can be later loaded with / | ||
| + | |||
| + | ======History: | ||
| + | This script was written by fudd and first appeared in epic5-0.0.5. | ||
| + | |||
loadformats.txt · Last modified: 2007/03/01 03:26 by 127.0.0.1
