Log in to see which commands are available at your access level.
User Management
Add a CertFP to a user. Usage: .addcert <nick> <fingerprint>
Add a hostmask to a user. Usage: .addmask <nick> <mask>
Register a user account. Usage: .adduser <nick> <pass>
Confirm password reset with emailed code. Usage: .confirmreset <nick> <code> <newpass> (PM only)
Remove a CertFP. Usage: .delcert <nick> <fingerprint>
Remove a hostmask. Usage: .delmask <nick> <mask>
Delete a user account. Usage: .deluser <nick>
Identify yourself. Usage: .identify <password> (in PM)
List CertFPs for a user. Usage: .listcerts <nick>
Show your certificate fingerprint as seen by the bot.
Register your nick. Usage: .register <password> (in PM)
Request a password reset code by email. Usage: .resetpass [nick] (PM only)
Set your email address. Usage: .setemail <address> (PM only)
Set a user's global level. Usage: .setlevel <nick> <level>
Change your password. Usage: .setpass <old> <new> (in PM)
Show info about a user. Usage: .userinfo [nick]
List all registered users.
Verify email with a token. Usage: .verifyemail <token> (PM only)
Channel Management
Show channel info. Usage: .chaninfo [#channel]
List users with channel access. Usage: .chanusers [#channel]
Make the bot join a channel. Usage: .join <#channel> [key]
Make the bot leave a channel. Usage: .part [#channel] [reason]
Set a user's channel access. Usage: .setchanlevel [#chan] <nick> <level>
Bot Management
Enable a script in the current channel. Usage: .activate <script>
Disable a script in the current channel. Usage: .deactivate <script>
Delete a stored secret. Usage: .delkey <name>
List stored secret names (values hidden).
Load a script from scripts/. Usage: .load <name>
List command permission overrides.
List loaded scripts and their status.
Disconnect the bot. Usage: .quit [reason]
Send a raw IRC line. Usage: .raw <line>
Reload a script (picks up changes). Usage: .reload <name>
Reset command permission to default. Usage: .resetperm <cmd>
Make the bot speak. Usage: .say <target> <text>
List available script files on disk.
Store an encrypted secret. Usage: .setkey <name> <value> (PM only)
Override minimum access for a command. Usage: .setperm <cmd> <global_level>
Change the command prefix character. Usage: .setprefix <char>
Unload a loaded script. Usage: .unload <name>
Manage web dashboard. Usage: .webserver on|off|restart|status