π οΈ IRC Commands Overview
NickServ
- Register your nickname β To register, use:
/msg NickServ REGISTER <password>
- Identify yourself β To identify with NickServ, use:
/msg NickServ IDENTIFY <password>
Ergo-Specific Features
- Always-On Clients β Stay connected even after disconnects. To enable this, use:
/msg NickServ set always-on true
- Server-Side History β Ergo stores your missed messages and replays them when you reconnect. By default, the server replays the last 500 lines of history when you rejoin a channel.
- Auto-replay missed messages:
/msg NickServ set autoreplay-missed true
- Set a specific number of lines to replay on join:
/msg NickServ set autoreplay-lines 25
- Manually request missed messages:
/history #channel 1h
(or /QUOTE history
in some clients)
- Device Awareness β Ergo supports tracking devices individually to avoid duplicate messages. Add
@device
to your SASL username, ident, or PASS string to identify each device uniquely.
ChanServ
- Channel Creation β ChanServ is disabled for all users. Please contact administration if you'd like to create a channel.
Spectrum Bot Commands
- Set or update your pronouns β To set or update, use:
!pronouns
- Check someoneβs pronouns β To view another user's pronouns, use:
!pronouns <nick>
- Report a user to the admins β To report a user, use:
!report <nick> <reason>
- List available bot commands β To get a list of bot commands, use:
!help
- Get the main rules β To view the rules, use:
!rules
- Thank a user β To give someone 1 karma (once per hour):
!thank <nick>
- Check a user's karma β To see someone's karma score:
!karma <nick>
- See the top 5 karma users β To view the leaderboard:
!karma top
- See when a user was last active β To check last seen time:
!seen <nick>
- Enable seen tracking for yourself β If previously disabled:
!seen enable
- Disable seen tracking for yourself β Opt out of tracking:
!seen disable
- Submit a quote to the quote bin β To suggest a quote for inclusion:
!quote <your quote here>
Note: Quotes are reviewed before being added to the bin.
- Submit an anonymous euphoric moment to euphoric moments. β To suggest a moment for inclusion:
!euphoria <your moment here>
Note: Moments are reviewed before being added to the bin.
- Request backdoor access details
!backdoor
Note: Access is restricted for registered users for 48+ hours.