Notices are a lightweight message type inspired by IRC's NOTICE command. They are used for announcements, service messages, and bot responses.
Key Characteristics
- Display with -Nick-
prefix (distinct from regular <Nick> messages)
- Shown in a distinct color for easy identification
- Do NOT create PM windows or conversations sidebar entries
- Do NOT trigger notification sounds or highlights
- The system must NEVER send automatic replies to notices (prevents bot loops)
Sending Notices
/notice <nickname> <message> /notice <#channel> <message>
From the UI, right-click a nickname in the nicklist or chat and choose Send Notice. The main input becomes a notice composer for that target.
Routing Policy
Использовать /notice_routing
to display the current routing policy. User notices are routed to the active window, and channel notices appear in the channel window.
Ignore Integration
Notices respect the ignore system. Use
/ignore <nick> notices
to filter notices from a specific user, or
/ignore <nick>
to filter all message types.
Смотрите также
/notice Command · /notice_routing Command · Частные сообщения · /ignore Command