mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-19 10:29:30 +01:00
IRCHandlers: fix then/than typos in comments
This commit is contained in:
parent
4041f181cb
commit
db8a7f1dd3
@ -444,7 +444,7 @@ sub on_map {
|
|||||||
|
|
||||||
# IRCv3 client capability negotiation
|
# IRCv3 client capability negotiation
|
||||||
# TODO: most, if not all, of this should probably be in PBot::IRC::Connection
|
# 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.
|
# minimum necessary.
|
||||||
#
|
#
|
||||||
# TODO: CAP NEW and CAP DEL
|
# TODO: CAP NEW and CAP DEL
|
||||||
@ -542,7 +542,7 @@ sub on_cap {
|
|||||||
|
|
||||||
# IRCv3 SASL authentication
|
# IRCv3 SASL authentication
|
||||||
# TODO: this should probably be in PBot::IRC::Connection as well...
|
# 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.
|
# minimum necessary.
|
||||||
|
|
||||||
sub on_sasl_authenticate {
|
sub on_sasl_authenticate {
|
||||||
|
Loading…
Reference in New Issue
Block a user