Query » History » Revision 2
Revision 1 (Per Amundsen, 02/14/2014 05:44 PM) → Revision 2/3 (Per Amundsen, 04/07/2018 05:33 AM)
_Added in 1.5_
*/query [-nx] <nick> [message]*
Sends an message to a nick.
If no message is defined, it will open a empty private window with nick or if window exist, give it focus.
_Same as [[/priv]]._
*Switches*
-n - Open window minimized.
-x - Open window maximized.
*Parameters*
<nick> - Nick to message.
[message] - Message to send to nick.
*Example*
<pre>
;Open a private window with Nick.
/query Nick
;Open a private window with Nick and send message "Hello world".
/query Nick Hello world
</pre>