Expand description
Utility functions for IRC protocol handling
Enums§
- Channel
Type - Channel type enumeration for Legion Protocol
Functions§
- escape_
message - Escape IRC message text for safe transmission
- get_
channel_ type - Determine the type of a channel based on its prefix
- is_
iron_ encrypted_ channel Deprecated - Legacy alias for backward compatibility
- is_
legion_ encrypted_ channel - Check if a channel is a Legion Protocol encrypted channel
- is_
standard_ irc_ channel - Check if a channel is a standard IRC channel (# or &)
- is_
valid_ any_ channel - Check if a string is a valid channel name (IRC or Legion)
- is_
valid_ channel - Check if a string is a valid IRC channel name
- is_
valid_ iron_ channel Deprecated - Legacy alias for backward compatibility
- is_
valid_ legion_ channel - Check if a string is a valid Legion Protocol encrypted channel name
- is_
valid_ nick - Check if a string is a valid IRC nickname