> ## Documentation Index
> Fetch the complete documentation index at: https://docs.flumeirc.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Channel Management

> Channel operator and management commands

## /kick

```
/kick <nick> [reason]
```

Kick a user from the active channel (requires operator status).

## /ban

```
/ban [mask]
```

Ban a user. With no args, lists current bans.

## /unban

```
/unban <mask>
```

Remove a ban.

## /op

```
/op <nick>
```

Give operator status to a user.

## /deop

```
/deop <nick>
```

Remove operator status.

## /voice

```
/voice <nick>
```

Give voice to a user.

## /devoice

```
/devoice <nick>
```

Remove voice.

## /invite

```
/invite <nick> [channel]
```

Invite a user to a channel.

When you receive an invite from another user, it appears as a highlighted system message in the server buffer:

```
alice has invited you to #secret-channel
```

<Note>
  See the [auto-invite-join](https://scripts.flumeirc.io) community script to automatically join channels when invited.
</Note>

## /mode

```
/mode <target> [modes] [params]
```

View or set channel/user modes.

## /names

```
/names [channel]
```

List members of a channel.

## /list

```
/list [pattern]
```

List channels on the server. Optionally filter by pattern.
