⚔ Multi IdleRPG ⚔

The ancient art of doing absolutely nothing

Game Control

HOG — Hand of God

Summon the Hand of God immediately. Randomly helps or hurts one online player by 5-75% of their TTL (80% chance to help, 20% to hinder).

/msg MultiRPG HOG

FORCEQUEST — Force-Start a Quest

Force-start a quest immediately, ignoring the quest timer and eligibility checks. Useful for testing or manually kicking off a quest when the queue seems stuck.

/msg MultiRPG FORCEQUEST

Regular users can use QUEST to check the active quest status. FORCEQUEST is the admin-only command to force-start one.

PAUSE — Toggle Pause Mode

Stops the tick loop completely — no TTL countdown, no events, no movement. Run again to resume. Use before maintenance or when investigating issues.

/msg MultiRPG PAUSE

SILENT <mode> — Silence Control

Control how much the bot speaks.

ModeEffect
0All messages enabled (default)
1Channel messages disabled
2Private messages and notices disabled
3All messages disabled
/msg MultiRPG SILENT 1
/msg MultiRPG SILENT 0

CLEARQ — Clear Message Queue

Clears the outgoing message queue. Use if the bot is backed up after a flood or a runaway event.

/msg MultiRPG CLEARQ

Player Management

PUSH <username> <seconds>

Subtract seconds from a player's TTL, pushing them toward their next level. Use to correct erroneous penalties. Negative values add time.

/msg MultiRPG PUSH PotHead 3600

CHPASS <username> <new password>

Change a player's password. Use when a player has forgotten theirs.

/msg MultiRPG CHPASS PotHead newpass123

CHCLASS <username> <new class>

Change a player's class name (up to 30 characters, spaces allowed).

/msg MultiRPG CHCLASS PotHead Supreme Overlord of Mischief

CHUSER <username> <new name>

Rename a character. The new name must not already exist on any network. The player will need to log in again with the new name.

/msg MultiRPG CHUSER PotHead HighPotHead

DEL <username>

Permanently delete a player's account.

/msg MultiRPG DEL PotHead

DELOLD <days>

Remove all accounts not logged in within the last <days> days.

/msg MultiRPG DELOLD 30

Admin Management

MKADMIN <username>

Grant admin privileges to a character.

/msg MultiRPG MKADMIN PotHead

DELADMIN <username>

Revoke admin privileges from a character.

/msg MultiRPG DELADMIN PotHead

Notes

Admin status is tied to a character name, not an IRC nick. A renamed character retains admin status.

No PEVAL, DIE, or RESTART commands exist. Use sqlite3 multirpg.db for bulk DB operations and your process manager (systemd, screen, etc.) to control the bot process.

For backups: cp multipg.db multirpg.db.bak or a cron job.