Tier 3: Utility IRC commands (USERHOST, VERSION, ADMIN, INFO, TIME, KILL, WALLOPS) #87
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Overview
Implement the remaining standard IRC commands that most users won't immediately miss but complete the IRC experience.
Blocked by: #86 (Tier 2 must be merged first)
Requirements
User Commands
USERHOST nick [nick...]302 RPL_USERHOSTVERSION351 RPL_VERSIONADMIN256-259INFO371/374TIME391 RPL_TIMEOper Commands
KILL nick :reasonWALLOPS :messageNotes
globals.Versionis_opercheck (from PR #82)Scope
Do NOT start this until #86 (Tier 2) is merged.