Skip to content

Functionality: Private messages

Sophist edited this page Sep 25, 2017 · 6 revisions

Private messages can be:

  1. Normal text messages
  2. Action messages
  3. Notices
  4. ctcp requests (other than VERSION and DCC requests which are handled separately)
  5. ctcp-reply messages

mIRC handles these messages in two different ways:

  • Normal text and Action messages are either sent to the Single Message Window if you have enabled that in mIRC's Options / IRC, or opens a new Query window for that user.
  • The remaining types of messages are sent to the active and status windows.

It does this regardless of whether the sending user is a service userid, in a common channel with you or on your notify list.

This creates two potential problems: 1 You can have a multitude of query windows open in quick succession when you issue an @find trigger or if a spammer targets you; 2 Messages resulting from your own triggers can appear in a completely different window to the one you issued the trigger in.

dlFilter operates from the position that all private messages should be displayed in a consistent way and in the most appropriate window (or using the same classification, filtered out):

  1. If a query window is already open for that user, then it should be displayed in the query window.
  2. If the user is in one or more common channels, then it should be filtered or displayed in the common channels.
  3. If the user is not in a common channel but is in your mIRC notify list, then (depending on your mIRC Options settings) it should be sent either to your Single Message Window or a query window should be opened for it.
  4. If the user is not in a common channel and not in your mIRC notify list, then it should be filtered or sent to the Single Message or Status windows.
Clone this wiki locally