The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Mojo::IRC::Server - A Chinese IRC server base on Mojolicious

SYNOPSIS

    use Mojo::IRC::Server;
    my $server = Mojo::IRC::Server->new(
        host        =>  "0.0.0.0",
        port        =>  6667,
        servername  =>  "mojo-irc-server",
        log_level   =>  "debug",
    );
    $server->run();

DESCRIPTION

Mojo::IRC::Server是一个基于Mojolicious框架的IRC服务器,采用异步事件驱动,纯中文支持(请使用UTF8编码)

支持使用中文昵称、中文频道名称,不限制昵称长度,让该死的只能使用英文字符见鬼去吧

SEE ALSO

https://github.com/sjdy521/Mojo-IRC-Server

AUTHOR

sjdy521, <sjdy521@163.com>

COPYRIGHT AND LICENSE

Copyright (C) 2014 by sjdy521

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.8 or, at your option, any later version of Perl 5 you may have available.