App-Pocosi

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN


  "denials"
    An array of arrays. The first element of the inner array should be a
    netmask accepted by Net::Netmask's constructor. The second (optional)
    element should be a reason for the denial.

  "exemptions"
    An array of netmasks (the kind which Net::Netmask's constructor
    accepts).

OUTPUT
    Here is some example output from the program:

     $ pocosi -f example/config.yml
     2011-05-22 15:30:02 Started (pid 13191)
     2011-05-22 15:30:02 Constructing plugins
     2011-05-22 15:30:02 Spawning IRCd component (POE::Component::Server::IRC)
     2011-05-22 15:30:02 Registering plugins
     2011-05-22 15:30:02 Added plugin PocosiStatus_1
     2011-05-22 15:30:02 Added plugin OperServ_1
     2011-05-22 15:30:02 Started listening on 127.0.0.1:10023

lib/App/Pocosi.pm  view on Meta::CPAN


An array of arrays. The first element of the inner array should be a netmask
accepted by L<Net::Netmask|Net::Netmask>'s constructor. The second
(optional) element should be a reason for the denial.

=head2 C<exemptions>

An array of netmasks (the kind which L<Net::Netmask|Net::Netmask>'s
constructor accepts).

=head1 OUTPUT

Here is some example output from the program:

 $ pocosi -f example/config.yml
 2011-05-22 15:30:02 Started (pid 13191)
 2011-05-22 15:30:02 Constructing plugins
 2011-05-22 15:30:02 Spawning IRCd component (POE::Component::Server::IRC)
 2011-05-22 15:30:02 Registering plugins
 2011-05-22 15:30:02 Added plugin PocosiStatus_1
 2011-05-22 15:30:02 Added plugin OperServ_1



( run in 0.369 second using v1.01-cache-2.11-cpan-4e96b696675 )