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