| 9 | |
| 10 | ---- |
| 11 | |
| 12 | == by == |
| 13 | |
| 14 | The active person of an event. The text content of the element is the nickname of the person. |
| 15 | |
| 16 | === Content Model === |
| 17 | |
| 18 | by ::= CDATA |
| 19 | |
| 20 | === Attributes === |
| 21 | |
| 22 | class:: |
| 23 | The status of the person in the chat room. This could be `administrator`, `founder`, `half operator`, `operator`, `server operator` or `voice`. This attribute is optional. |
| 24 | |
| 25 | hostmask:: |
| 26 | The hostmask of the person. |
| 27 | |
| 28 | identifier:: |
| 29 | The username of the person. |
| 30 | |
| 31 | self:: |
| 32 | `yes` if the person is the user of this Colloquy client. This attribute is optional. |
| 33 | |
| 34 | === Parents === |
| 35 | |
| 36 | These elements contain `by`: `event`. |
| 37 | |
| 38 | === Examples === |
| 39 | |
| 40 | See `event`. |
| 41 | |
| 42 | ---- |