Changeset 4fd3c04 for doc/advanced.txt
- Timestamp:
- Oct 12, 2017, 8:28:02 PM (7 years ago)
- Branches:
- master
- Children:
- a882637
- Parents:
- ee6b30f
- git-author:
- Anders Kaseorg <andersk@mit.edu> (10/06/17 21:27:09)
- git-committer:
- Anders Kaseorg <andersk@mit.edu> (10/12/17 20:28:02)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/advanced.txt
rc82b055 r4fd3c04 42 42 realm zephyr realm 43 43 body message body 44 type message type ('zephyr', 'a im', 'admin')44 type message type ('zephyr', 'admin') 45 45 direction either 'in' 'out' or 'none'\n" 46 46 login either 'login' 'logout' or 'none'\n" … … 103 103 All owl::Message objects contain the following methods: 104 104 105 type - returns the type of the message ("zephyr", "a im", "admin")105 type - returns the type of the message ("zephyr", "admin") 106 106 direction - returns "in" or "out" for incoming or outgoing messages 107 107 time - returns a string of the time when the message showed up … … 126 126 127 127 header - returns the admin message header line (admin) 128 is_personal - returns true if this is a personal message ( aim,zephyr)128 is_personal - returns true if this is a personal message (zephyr) 129 129 is_private - returns true if this was a private message (zephyr) 130 130 login_tty - returns the login tty for login messages (zephyr)
Note: See TracChangeset
for help on using the changeset viewer.