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

NAME

Horris::Connection::Plugin::Echo - Echo Plugin on Horris

VERSION

version v0.1.2

SYNOPSIS

        # assume here at a irc channel
        HH:MM:SS    NICK | BOTNAME echo
        HH:MM:SS    NICK | hi
        HH:MM:SS      -- | Notice(BOTNAME) echo on
        HH:MM:SS BOTNAME | NICK: hi
        HH:MM:SS    NICK | BOTNAME echo
        HH:MM:SS      -- | Notice(BOTNAME) echo off
        HH:MM:SS    NICK | hi
        # and no echo here..

DESCRIPTION

anybody can toggle BOT's echo feature by BOTNAME echo command.

AUTHOR

hshong <hshong@perl.kr>

COPYRIGHT AND LICENSE

This software is copyright (c) 2011 by hshong.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.