The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "dist:IRC-Toolkit Set::Toolkit"

IRC::Mode::Set - A set of parsed IRC mode changes River stage one • 1 direct dependent • 2 total dependents

These objects provide a simple parser interface to IRC mode changes. An understanding of the "CHANMODES=" directive in "ISUPPORT" will help immensely -- see <http://www.irc.org/tech_docs/005.html> new my $set = IRC::Mode::Set->new( mode_string => '+o...

AVENJ/IRC-Toolkit-0.092002 - 31 Jul 2016 23:59:10 UTC

IRC::Toolkit - Useful IRC objects and utilities River stage one • 1 direct dependent • 2 total dependents

A collection of useful IRC-related utilities. See their respective documentation, below. Modules that export functions use Exporter::Tiny, which is quite flexible; see the Exporter::Tiny docs for details. IRC::Message::Object; Objects representing in...

AVENJ/IRC-Toolkit-0.092002 - 31 Jul 2016 23:59:10 UTC

IRC::Mode::Single - A single IRC mode change River stage one • 1 direct dependent • 2 total dependents

A simple ARRAY-type object representing a single mode change. These objects stringify into an IRC mode string. Can be used to turn "mode_to_array" in IRC::Toolkit::Modes mode ARRAYs into objects: for my $mset (@$mode_array) { my $this_mode = IRC::Mod...

AVENJ/IRC-Toolkit-0.092002 - 31 Jul 2016 23:59:10 UTC

IRC::Toolkit::Modes - IRC mode parsing utilities River stage one • 1 direct dependent • 2 total dependents

Utility functions for parsing IRC mode strings. Also see IRC::Mode::Set for an object-oriented approach to modes. mode_to_array my $array = mode_to_array( ## Mode change string with or without params, e.g. '+kl-t' $mode_string, ## Modes that always h...

AVENJ/IRC-Toolkit-0.092002 - 31 Jul 2016 23:59:10 UTC

IRC::Toolkit::ISupport - IRC ISUPPORT parser River stage one • 1 direct dependent • 2 total dependents

An ISUPPORT (IRC numeric 005) parser that accepts either raw IRC lines or IRC::Message::Object instances and produces struct-like objects with some special magic for parsing known ISUPPORT types. See <http://www.irc.org/tech_docs/005.html> parse_isup...

AVENJ/IRC-Toolkit-0.092002 - 31 Jul 2016 23:59:10 UTC
5 results (0.053 seconds)