comparison mcabber/doc/mcabber.1 @ 265:49e9e02dd6d0

Add "/roster search" command
author mikael@frmp8452
date Sat, 02 Jul 2005 19:23:45 +0100
parents 1bcc3eec08f0
children 4d7040cff8ee
comparison
equal deleted inserted replaced
264:b7dd4c337888 265:49e9e02dd6d0
112 .TP 112 .TP
113 \fB/buffer\fR clear|top|bottom 113 \fB/buffer\fR clear|top|bottom
114 The buffer command manipulates the current buddy's buffer (chat window)\&. 114 The buffer command manipulates the current buddy's buffer (chat window)\&.
115 115
116 \fBclear\fR clear the current buddy chat window 116 \fBclear\fR clear the current buddy chat window
117 \fBtop\fR jump to the top of the current buddy chat buffer 117 \fBtop\fR jump to the top of the current buddy chat buffer
118 \fBbottom\fR jump to the bottom of the current buddy chat buffer 118 \fBbottom\fR jump to the bottom of the current buddy chat buffer
119 119
120 .TP 120 .TP
121 \fB/clear\fR 121 \fB/clear\fR
122 The clear command is actually an alias for "/buffer clear"\&. 122 The clear command is actually an alias for "/buffer clear"\&.
127 127
128 .TP 128 .TP
129 \fB/group\fR fold|unfold|toggle 129 \fB/group\fR fold|unfold|toggle
130 The group command changes the current group display\&. 130 The group command changes the current group display\&.
131 131
132 \fBfold\fR fold (shrink) the current group tree in the roster 132 \fBfold\fR fold (shrink) the current group tree in the roster
133 \fBunfold\fR unfold (expand) the current group tree in the roster 133 \fBunfold\fR unfold (expand) the current group tree in the roster
134 \fBtoggle\fR toggle the state (fold/unfold) of the current tree 134 \fBtoggle\fR toggle the state (fold/unfold) of the current tree
135 135
136 .TP 136 .TP
137 \fB/info\fR 137 \fB/info\fR
138 Display info on the selected entry (user, agent, group...)\&. 138 Display info on the selected entry (user, agent, group...)\&.
139 139
143 143
144 .TP 144 .TP
145 \fB/msay\fR begin|verbatim|send|abort 145 \fB/msay\fR begin|verbatim|send|abort
146 Send a multi\-line message\&. To write a single message with several lines, the \fImulti\-line mode\fR should be used\&. In multi\-line mode, each line (except command lines) typed in the input line will be added to the multi\-line message\&. Once the message is finished, it can be sent to the current selected buddy with the "msay /send" command\&. The \fIverbatim\fR multi\-line mode disables commands, so that it is possible to enter lines starting with a slash\&. Only the "/msay" command (with send or abort parameters) can be used to exit verbatim mode\&. 146 Send a multi\-line message\&. To write a single message with several lines, the \fImulti\-line mode\fR should be used\&. In multi\-line mode, each line (except command lines) typed in the input line will be added to the multi\-line message\&. Once the message is finished, it can be sent to the current selected buddy with the "msay /send" command\&. The \fIverbatim\fR multi\-line mode disables commands, so that it is possible to enter lines starting with a slash\&. Only the "/msay" command (with send or abort parameters) can be used to exit verbatim mode\&.
147 147
148 \fBbegin\fR enter multi\-line mode 148 \fBbegin\fR enter multi\-line mode
149 \fBverbatim\fR enter verbatim multi\-line mode 149 \fBverbatim\fR enter verbatim multi\-line mode
150 \fBsend\fR send the current multi\-line message to the currently selected buddy 150 \fBsend\fR send the current multi\-line message to the currently selected buddy
151 \fBabort\fR leave multi\-line mode without sending the message 151 \fBabort\fR leave multi\-line mode without sending the message
152 152
153 .TP 153 .TP
154 \fB/rename\fR nickname 154 \fB/rename\fR nickname
155 Rename current buddy to the given nickname\&. This command does not work for groups, at the moment (but you can move the buddies to another group with the /move command)\&. 155 Rename current buddy to the given nickname\&. This command does not work for groups, at the moment (but you can move the buddies to another group with the /move command)\&.
156 156
157 .TP 157 .TP
158 \fB/roster\fR hide_offline|show_offline|top|bottom 158 \fB/roster\fR
159 The roster command manipulates the roster/buddylist\&. 159 The roster command manipulates the roster/buddylist\&. Here are the available parameters:
160 160
161 \fBhide_offline\fR hide offline buddies 161 \fBbottom\fR jump to the bottom of the roster
162 \fBshow_offline\fR show offline buddies 162 \fBtop\fR jump to the top of the roster
163 \fBtop\fR jump to the top of the roster 163 \fBhide_offline\fR hide offline buddies
164 \fBbottom\fR jump to the bottom of the roster 164 \fBshow_offline\fR show offline buddies
165 \fIunread_first\fR jump to the first unread message 165 \fBsearch\fR bud search for a buddy with a name or buddy containing "bud" (only in the displayed buddylist)
166 \fIunread_next\fR jump to the next unread message 166 \fBunread_first\fR jump to the first unread message
167 \fBunread_next\fR jump to the next unread message
167 168
168 .TP 169 .TP
169 \fB/say\fR text 170 \fB/say\fR text
170 Send the text message to the currently selected buddy\&. Can be useful if you want to send a message beginning with a slash, for example\&. 171 Send the text message to the currently selected buddy\&. Can be useful if you want to send a message beginning with a slash, for example\&.
171 172