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

NAME

pocosi - A command line tool for launching a POE::Component::Server::IRC instance

SYNOPSIS

pocosi <options>

Options:
  -f FOO, --config FOO         Use config file FOO (required)
  -c, --check                  Check if config is valid and code compiles
  -d, --daemonize              Run in the background
  -v, --verbose                Show IRCd protocol messages
  -t, --trace                  Show all IRCd events
  -L, --list-plugins           List available plugins
  -b, --no-color               Don't use terminal colors
  -i, --interactive            Interactive mode (type 'help' for help)
  -V, --version                Print version
  -h, --help                   Print this usage message

For documentation of the configuration file, do "perldoc App::Pocosi".

AUTHOR

Hinrik Örn Sigurðsson, hinrik.sig@gmail.com

LICENSE AND COPYRIGHT

Copyright 2011 Hinrik Örn Sigurðsson

This program is free software, you can redistribute it and/or modify it under the same terms as Perl itself.