Changes in doc/user-guide/misc.xml [0e99548:35529ae]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/user-guide/misc.xml
r0e99548 r35529ae 77 77 78 78 <para> 79 Some protocols (like Jabber) also support named groupchats. BitlBee now supports these too. You can use the <emphasis>chat add</emphasis> command to join them. See <emphasis>help chat 79 Some protocols (like Jabber) also support named groupchats. BitlBee now supports these too. You can use the <emphasis>chat add</emphasis> command to join them. See <emphasis>help chat_add</emphasis> for more information. 80 80 </para> 81 81 … … 86 86 87 87 <para> 88 To mark yourself as away, you can just use the <emphasis>/away</emphasis> command in your IRC client. BitlBee supports most away-states supported by the protocols.88 As you might've expected, you can just use the <emphasis>/away</emphasis> command in your IRC client to set an away-state. BitlBee supports most away-states supported by the protocols. 89 89 </para> 90 90 91 91 <para> 92 Away states have different names accross different protocols. BitlBee will try to pick the best available optionfor every connection:92 Not all away states are supported by all protocols, and some protocols have different names for them. BitlBee will try to pick the best available alias from this list for every connection: 93 93 </para> 94 94 95 95 <simplelist> 96 <member>Away </member>97 <member>NA </member>98 <member>Busy, D ND</member>99 <member>B RB</member>100 <member> Phone</member>101 <member> Lunch, Food</member>96 <member>Away from computer, Away, Extended away</member> 97 <member>NA, N/A, Not available</member> 98 <member>Busy, Do not disturb, DND, Occupied</member> 99 <member>Be right back, BRB</member> 100 <member>On the phone, Phone, On phone</member> 101 <member>Out to lunch, Lunch, Food</member> 102 102 <member>Invisible, Hidden</member> 103 103 </simplelist> 104 104 105 105 <para> 106 So <emphasis>/away Food</emphasis> will set your state to "Out to lunch" on your MSN connection, and for most other connections the default, "Away" will be chosen.106 So <emphasis>/away Food</emphasis> will set your state to "Out to lunch" on your MSN connection, and for most other connections the default, "Away" or "Away from computer" will be chosen. 107 107 </para> 108 108 … … 111 111 </para> 112 112 113 <para>114 If you want to set an away state for only one of your connections, you can use the per-account <emphasis>away</emphasis> setting. See <emphasis>help set away</emphasis>.115 </para>116 117 113 </sect1> 118 114
Note: See TracChangeset
for help on using the changeset viewer.