Help Topics

/admin channel

Manage server channels: list, view details, create, delete, purge messages, and view bans. Requires server administrator role.

Syntax

/admin channel list [--search Q]
/admin channel info #<channel>
/admin channel create #<channel>
/admin channel delete #<channel>
/admin channel purge #<channel> [--from @nick]
/admin channel banlist #<channel>

Subcommands

  • list — List active channels with member counts and registration status
  • info — Show detailed channel info: members, modes, topic, bans
  • create — Create and register a new channel (admin becomes founder)
  • delete — Delete a channel: kicks all members and drops registration
  • purge — Delete stored messages. Use --from @nick to target a specific user
  • banlist — List banned users in a channel

Rules & Limits

  • Channel deletion broadcasts to all members before closing
  • Purge only affects stored messages (already-rendered messages stay until page reload)
  • All actions are recorded in the audit log

Examples

/admin channel list --search lobby
/admin channel info #general
/admin channel delete #spam
/admin channel purge #general --from @Spammer

See Also

/admin · /admin cs · /kick