The ancient art of doing absolutely nothing
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
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.
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
Control how much the bot speaks.
| Mode | Effect |
|---|---|
| 0 | All messages enabled (default) |
| 1 | Channel messages disabled |
| 2 | Private messages and notices disabled |
| 3 | All messages disabled |
/msg MultiRPG SILENT 1 /msg MultiRPG SILENT 0
Clears the outgoing message queue. Use if the bot is backed up after a flood or a runaway event.
/msg MultiRPG CLEARQ
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
Change a player's password. Use when a player has forgotten theirs.
/msg MultiRPG CHPASS PotHead newpass123
Change a player's class name (up to 30 characters, spaces allowed).
/msg MultiRPG CHCLASS PotHead Supreme Overlord of Mischief
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
Permanently delete a player's account.
/msg MultiRPG DEL PotHead
Remove all accounts not logged in within the last <days> days.
/msg MultiRPG DELOLD 30
Grant admin privileges to a character.
/msg MultiRPG MKADMIN PotHead
Revoke admin privileges from a character.
/msg MultiRPG DELADMIN PotHead
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.cp multipg.db multirpg.db.bak or a cron job.