User Tools

Site Tools


guides:irc:commands

🛠️ IRC Commands Overview

This page lists all major IRC commands used across the TransIRC network, including identity registration, Ergo features, and Spectrum bot utilities.

🔐 NickServ Commands

These commands help you register and authenticate with NickServ.

  • Register your nickname
/msg NickServ REGISTER <password>
  • Identify yourself
/msg NickServ IDENTIFY <password>

🌐 Ergo-Specific Features

These features are specific to the Ergo IRC server used on TransIRC.

  • Always-On Clients

Stay connected even after disconnects. To enable this, use:

  <code>/msg NickServ set always-on true</code>
  • 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.

  • Enable auto-replay of 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
  • 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.

🤖 Spectrum Bot Commands

These commands are available via the community bot in most public channels.

  • Set or update your pronouns
!pronouns
  • Check someone’s pronouns
!pronouns <nick>
  • Report a user to the admins
!report <nick> <reason>

_Includes last 10 lines of channel context._

  • List available bot commands
!help
  • View the rules
!rules
  • Thank a user
!thank <nick>

_Gives 1 karma (once per hour)._

  • Check a user's karma
!karma <nick>
  • View the karma leaderboard
!karma top
  • See when a user was last active
!seen <nick>
  • Enable seen tracking for yourself
!seen enable
  • Disable seen tracking for yourself
!seen disable
  • Submit a quote to the quote bin
!quote <your quote here>

Quotes are reviewed before being posted.

  • Submit a euphoric moment anonymously
!euphoria <your moment here>

Moments are reviewed before being posted.

  • Request backdoor access details
!backdoor

Available only to registered users after 48 hours.

guides/irc/commands.txt · Last modified: by SarahRose

Except where otherwise noted, content on this wiki is licensed under the following license: Public Domain
Public Domain Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki