Priv » History » Version 1
Per Amundsen, 02/14/2014 05:45 PM
| 1 | 1 | Per Amundsen | _Added in 1.9.0_ |
|---|---|---|---|
| 2 | |||
| 3 | */priv [-nx] <nick> [message]* |
||
| 4 | |||
| 5 | Sends an message to a nick. |
||
| 6 | |||
| 7 | If no message is defined, it will open a empty private window with nick or if window exist, give it focus. |
||
| 8 | |||
| 9 | *Switches* |
||
| 10 | |||
| 11 | -n - Open window minimized. |
||
| 12 | -x - Open window maximized. |
||
| 13 | |||
| 14 | *Parameters* |
||
| 15 | |||
| 16 | <nick> - Nick to message. |
||
| 17 | [message] - Message to send to nick. |
||
| 18 | |||
| 19 | *Example* |
||
| 20 | |||
| 21 | <pre> |
||
| 22 | ;Open a private window with Nick. |
||
| 23 | /priv Nick |
||
| 24 | |||
| 25 | ;Open a private window with Nick and send message "Hello world". |
||
| 26 | /priv Nick Hello world |
||
| 27 | </pre> |