diff --git a/PBot/IRCHandlers.pm b/PBot/IRCHandlers.pm index ed7819ab..fadc4c78 100644 --- a/PBot/IRCHandlers.pm +++ b/PBot/IRCHandlers.pm @@ -444,7 +444,7 @@ sub on_map { # IRCv3 client capability negotiation # TODO: most, if not all, of this should probably be in PBot::IRC::Connection -# but at the moment I don't want to change Net::IRC more then the absolute +# but at the moment I don't want to change Net::IRC more than the absolute # minimum necessary. # # TODO: CAP NEW and CAP DEL @@ -542,7 +542,7 @@ sub on_cap { # IRCv3 SASL authentication # TODO: this should probably be in PBot::IRC::Connection as well... -# but at the moment I don't want to change Net::IRC more then the absolute +# but at the moment I don't want to change Net::IRC more than the absolute # minimum necessary. sub on_sasl_authenticate {