Disconnect » History » Version 2
  Per Amundsen, 02/16/2023 12:14 PM 
  
| 1 | 1 | Per Amundsen | _Added in 1.5_  | 
|---|---|---|---|
| 2 | |||
| 3 | */disconnect [text]*  | 
||
| 4 | |||
| 5 | Disconnects current server with optional quit message [text].  | 
||
| 6 | |||
| 7 | If no quit message is defined default or random quit message is used.  | 
||
| 8 | |||
| 9 | *Parameters*  | 
||
| 10 | |||
| 11 | 2 | Per Amundsen | table(ktable).  | 
| 12 | |*Parameter*|*Description*|  | 
||
| 13 | | [text] | Quit message. |  | 
||
| 14 | 1 | Per Amundsen | |
| 15 | *Example*  | 
||
| 16 | |||
| 17 | <pre>  | 
||
| 18 | ;Disconnect with a custom quit message.  | 
||
| 19 | /disconnect See ya later!  | 
||
| 20 | |||
| 21 | ;Disconnect  | 
||
| 22 | /disconnect  | 
||
| 23 | </pre>  |