Invite » History » Version 4
Per Amundsen, 02/16/2023 12:53 PM
| 1 | 1 | Per Amundsen | _Added in 1.5_ |
|---|---|---|---|
| 2 | |||
| 3 | */invite [nick] [#channel]* |
||
| 4 | |||
| 5 | Invites a nickname to a channel that you are on. |
||
| 6 | 2 | Per Amundsen | |
| 7 | *Parameters* |
||
| 8 | |||
| 9 | 3 | Per Amundsen | table(ktable). |
| 10 | |*Parameter*|*Description*| |
||
| 11 | | [nick] | Nick to invite. | |
||
| 12 | | [#channel] | Channel to invite the nick to. | |
||
| 13 | 4 | Per Amundsen | |
| 14 | *Example* |
||
| 15 | |||
| 16 | <pre> |
||
| 17 | ; Invite 'john' to '#mychannel'. |
||
| 18 | /invite john #mychannel |
||
| 19 | |||
| 20 | ; Invite 'john' to current active channel. |
||
| 21 | /invite john |
||
| 22 | </pre> |