Add custom items to the user list and channel right-click context menus. Each item executes a command with variable expansion when clicked.
Menu Types
Nicklist: Items appear when clicking a nickname in the user list. Use
$1
for the target nickname.
Channel: Items appear when right-clicking a channel in the conversations sidebar. Use
$1
for the target channel name.
Chat: Items appear when right-clicking a nickname in chat messages. Use
$1
for the target nickname.
Managing Items
Use /popups
or open Tools > Custom Menus. Switch between Nicklist, Channel, and Chat tabs. Each item has a label (display text) and a command (what runs on click).
Variables
$1
— Target nickname or channel name.$nick
— Your nickname.$chan
— Current channel.
Limits
Maximum 10 custom items per menu type. Labels: up to 50 characters. Commands: up to 500 characters. Custom items append to (not replace) built-in menu items. Persisted for registered users.