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

Kwiki::IRCMode - colorized IRC conversations in your Kwiki

VERSION

version 0.302

SYNOPSIS

$ cpan Kwiki::IRCMode
$ cd /path/to/kwiki
$ kwiki -add Kwiki::IRCMode

DESCRIPTION

This module registers a ".irc" block, which will format IRC conversations like the following:

.irc
<rjbs> Hey, is there an IRC block for Kwiki?
<z00s> No.  Why don't you shut up and write one?
<rjbs> Maybe I will!
<z00s> Maybe you should!
<rjbs> FINE!
.irc

$self->to_html()

This converts IRC log messages to HTML.

TODO

AUTHOR

Ricardo SIGNES, <rjbs@cpan.org>

COPYRIGHT

This code is Copyright 2004, Ricardo SIGNES. It is licensed under the same terms as Perl itself.