3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-10-03 01:48:38 +02:00

IRC/Connection.pm: fix repl_ -> rpl_ typos

This commit is contained in:
Pragmatic Software 2021-06-12 01:31:11 -07:00
parent 44f4d58378
commit 8332939522

View File

@ -455,8 +455,8 @@ sub trans {
729 => "endofquietlist", # freenode +q, pragma_ 27/4/2020
# IRCv3 SASL pragma- June 11, 2021
900 => "repl_loggedin",
901 => "repl_loggedout",
900 => "rpl_loggedin",
901 => "rpl_loggedout",
902 => "err_nicklocked",
903 => "rpl_saslsuccess",
904 => "err_saslfail",