3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-10-01 17:16:39 +02:00

Correct user/client typos in previous blurbs

This commit is contained in:
Pragmatic Software 2021-06-12 02:34:54 -07:00
parent db8a7f1dd3
commit 0d56e336be
2 changed files with 4 additions and 4 deletions

View File

@ -13,8 +13,8 @@
#
# 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.
# various new features such as IRCv3 client capability negotiation and SASL
# user authentication.
# 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

4
pbot
View File

@ -14,8 +14,8 @@
#
# 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.
# various new features such as IRCv3 client capability negotiation and SASL
# user authentication.
use FindBin qw($RealBin);
use lib "$RealBin/";