package
Version:
v0.0.0-...-1a94ce6
Opens a new window with list of versions in this module.
Published: Jun 18, 2026
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package ircctcp encodes and decodes CTCP payloads and provides optional
auto-replies to CTCP queries.
Marker is the byte that delimits a CTCP payload.
Unwrap returns (command, args, true) if payload is a CTCP message. The command
is upper-cased.
Wrap encodes command and args into a CTCP payload delimited by Marker.
AutoReplies controls which CTCP queries get an automatic NOTICE response. The
zero value disables all auto-replies.
Reply returns the reply arguments for command and reports whether an
auto-reply is configured for it.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.