Query » History » Version 2
Per Amundsen, 04/07/2018 05:33 AM
| 1 | 1 | Per Amundsen | _Added in 1.5_ |
|---|---|---|---|
| 2 | |||
| 3 | */query [-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 | 2 | Per Amundsen | _Same as [[/priv]]._ |
| 10 | |||
| 11 | 1 | Per Amundsen | *Switches* |
| 12 | |||
| 13 | -n - Open window minimized. |
||
| 14 | -x - Open window maximized. |
||
| 15 | |||
| 16 | *Parameters* |
||
| 17 | |||
| 18 | <nick> - Nick to message. |
||
| 19 | [message] - Message to send to nick. |
||
| 20 | |||
| 21 | *Example* |
||
| 22 | |||
| 23 | <pre> |
||
| 24 | ;Open a private window with Nick. |
||
| 25 | /query Nick |
||
| 26 | |||
| 27 | ;Open a private window with Nick and send message "Hello world". |
||
| 28 | /query Nick Hello world |
||
| 29 | </pre> |