- 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)
- Location:
- doc
- Files:
-
- 2 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) -
doc/intro.txt
rd7cc50b r4fd3c04 8 8 9 9 Owl is a tty, curses-based instant messaging client. This is a quick 10 guide to learning how to use it. Currently Owl supports AIM &zephyr,10 guide to learning how to use it. Currently Owl supports zephyr, 11 11 but other messaging protocols, including Jabber, are on the way. Some 12 12 major features of owl include: … … 73 73 If you wish to send to a class/instance pair simply supply -c and -i 74 74 arguments to the zwrite command as you normally would. 75 76 Sending an AIM message77 ----------------------78 79 Before sending an AIM message you must login to AOL Instant Messenger.80 Use the 'aimlogin' command, with your screenname as an argument:81 82 aimlogin <screenname>83 84 You will be prompted for your password, which you must enter. Once85 you are successfully logged in you can send an AIM message by pressing86 the 'a' key, which will bring up an 'aimwrite' command:87 88 aimwrite <screenname>89 90 Supply the screen name you wish to write to as an argument and then91 send the message just as you would send a zephyr, as described above.92 75 93 76 Manipulating Messages … … 256 239 auto Messages generated by automated programs 257 240 out Messages sent from you to another user 258 aim AIM messages259 241 zephyr Zephyr messages 260 242 trash "Trash" messages
Note: See TracChangeset
for help on using the changeset viewer.