File: README

package info (click to toggle)
libpoe-filter-ircd-perl 2.0-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 64 kB
  • ctags: 11
  • sloc: perl: 155; makefile: 47
file content (16 lines) | stat: -rw-r--r-- 225 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
POE::Filter::IRCD
=================

A POE filter for the IRC protocol.

For more gorey details consult RFC1812 <http://www.faqs.org/rfcs/rfc2812.html>

Installation:-

perl Makefile.PL
make
make test
su -
make install

>;o)