Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

CTCP

Client-to-Client Protocol response settings.

Example

# Disable responses for TIME and VERSION responses

[ctcp]
time = false
version = false

Configuration

ping

Whether Halloy will respond to a CTCP PING message.

# Type: boolean
# Values: true, false
# Default: true

[ctcp]
ping = true

source

Whether Halloy will respond to a CTCP TIME message.

# Type: boolean
# Values: true, false
# Default: true

[ctcp]
source = true

time

Whether Halloy will respond to a CTCP TIME message.

# Type: boolean
# Values: true, false
# Default: true

[ctcp]
time = true

version

Whether Halloy will respond to a CTCP VERSION message.

# Type: boolean
# Values: true, false
# Default: true

[ctcp]
version = true

userinfo

Whether Halloy will respond to a CTCP USERINFO message. The response is enabled if this option is set to a string, which will be used as the reply.

# Type: string
# Values: any string
# Default: not set

# Example usage: <nickname> (<realname>)
# KVIrc usage:   Age=<age>; Gender=<gender>; Location=<location>; Languages=<languages>; <other>

[ctcp]
userinfo = "<nickname> (<realname>)"