Query » History » Version 3
Per Amundsen, 02/16/2023 02:58 PM
| 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 | 3 | Per Amundsen | table(ktable). |
| 14 | |*Switch*|*Description*| |
||
| 15 | | -n | Open window minimized. | |
||
| 16 | | -x | Open window maximized. | |
||
| 17 | 1 | Per Amundsen | |
| 18 | *Parameters* |
||
| 19 | |||
| 20 | 3 | Per Amundsen | table(ktable). |
| 21 | |*Parameter*|*Description*| |
||
| 22 | | <nick> | Nick to message. | |
||
| 23 | | [message] | Message to send to nick. | |
||
| 24 | 1 | Per Amundsen | |
| 25 | *Example* |
||
| 26 | |||
| 27 | <pre> |
||
| 28 | ;Open a private window with Nick. |
||
| 29 | /query Nick |
||
| 30 | |||
| 31 | ;Open a private window with Nick and send message "Hello world". |
||
| 32 | /query Nick Hello world |
||
| 33 | </pre> |