The Admin Console lets server administrators execute multiple commands at once by pasting them into a text area. This is useful for initial server setup, configuring ChanServ for multiple channels, or creating bots.
How to Use
Open the Admin Console from the toolbar (only visible to admins). Paste your commands one per line, then click Execute. Each command runs sequentially and results are displayed inline.
Input Format
Each line should be a slash command (e.g., /chanserv register #main). Lines starting with
#
are treated as comments and skipped. Empty lines are also ignored.
Example Script
# Configure main channels
/chanserv register #general
/chanserv set #general guard on
/chanserv set #general topiclock on
# Create a bot
/bot create HelperBot
Access
Only server administrators and server operators can access the Admin Console. Non-admin users will see an error message if they attempt to open it.