mirror of
https://github.com/pragma-/pbot.git
synced 2024-12-23 19:22:40 +01:00
Add historical blurbs
This commit is contained in:
parent
74d70b4003
commit
4041f181cb
13
PBot/PBot.pm
13
PBot/PBot.pm
@ -2,6 +2,19 @@
|
|||||||
# Author: pragma_
|
# Author: pragma_
|
||||||
#
|
#
|
||||||
# Purpose: IRC Bot
|
# Purpose: IRC Bot
|
||||||
|
#
|
||||||
|
# PBot was started around 2001, 2002. It has been lovingly maintained;
|
||||||
|
# however, it does use the ancient Net::IRC package and some outdated
|
||||||
|
# Perl5 practices.
|
||||||
|
#
|
||||||
|
# It would be nice to use modern packages like Moo
|
||||||
|
# and Mojo::IRC, but PBot is a labor of 20+ years of love and contains
|
||||||
|
# many significant features that depend on how Net::IRC and Perl5 behaves.
|
||||||
|
#
|
||||||
|
# But don't fear. PBot's forked Net::IRC package has also been maintained
|
||||||
|
# and updated along with PBot. It contains numerous bugfixes and supports
|
||||||
|
# various new features such as IRCv3 user capability negotiation and SASL
|
||||||
|
# authentication.
|
||||||
|
|
||||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
|
13
pbot
13
pbot
@ -4,6 +4,19 @@
|
|||||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
|
|
||||||
|
# PBot was started around 2001, 2002. It has been lovingly maintained;
|
||||||
|
# however, it does use the ancient Net::IRC package and some outdated
|
||||||
|
# Perl5 practices.
|
||||||
|
#
|
||||||
|
# It would be nice to use modern packages like Moo
|
||||||
|
# and Mojo::IRC, but PBot is a labor of 20+ years of love and contains
|
||||||
|
# many significant features that depend on how Net::IRC and Perl5 behaves.
|
||||||
|
#
|
||||||
|
# But don't fear. PBot's forked Net::IRC package has also been maintained
|
||||||
|
# and updated along with PBot. It contains numerous bugfixes and supports
|
||||||
|
# various new features such as IRCv3 user capability negotiation and SASL
|
||||||
|
# authentication.
|
||||||
|
|
||||||
use FindBin qw($RealBin);
|
use FindBin qw($RealBin);
|
||||||
use lib "$RealBin/";
|
use lib "$RealBin/";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user