Part » History » Version 2
Per Amundsen, 02/05/2016 10:10 AM
| 1 | 1 | Per Amundsen | _Added in 1.5_ |
|---|---|---|---|
| 2 | |||
| 3 | */part [#channel] [message]* |
||
| 4 | |||
| 5 | Leaves a channel with an optional part message. |
||
| 6 | |||
| 7 | If no channel is defined, current one will be used. |
||
| 8 | |||
| 9 | 2 | Per Amundsen | _Same as [[/leave]]._ |
| 10 | |||
| 11 | 1 | Per Amundsen | *Parameters* |
| 12 | |||
| 13 | [#channel] - Channel to part. |
||
| 14 | [message] - Part message. |
||
| 15 | |||
| 16 | *Examples* |
||
| 17 | |||
| 18 | <pre> |
||
| 19 | ;Part current channel with part message "See you later!". |
||
| 20 | /part See you later! |
||
| 21 | |||
| 22 | ;Part #channel with part message "See you later!". |
||
| 23 | /part #channel See you later! |
||
| 24 | </pre> |