mirror of https://github.com/Shizmob/pydle.git
Correct spelling mistakes
This commit is contained in:
parent
48dd78f50e
commit
98bbfed64c
|
@ -2,7 +2,7 @@
|
|||
Features
|
||||
========
|
||||
|
||||
pydle's main IRC functionality is divided into seperate modular components called "features".
|
||||
pydle's main IRC functionality is divided into separate modular components called "features".
|
||||
These features allow you to mix and match your client to fit exactly to your requirements,
|
||||
as well as provide an easy way to extend pydle yourself, without having to dive into the source code.
|
||||
|
||||
|
|
|
@ -134,7 +134,7 @@ Capability Negotiation Support
|
|||
|
||||
Support for `capability negotiation` for IRC protocol extensions.
|
||||
|
||||
This feature enables support for a generic framework for negotiationg IRC protocol extension support between the client and the
|
||||
This feature enables support for a generic framework for negotiating IRC protocol extension support between the client and the
|
||||
server. It was quickly found that `ISUPPORT` alone wasn't sufficient, as it only advertises support from the server side instead
|
||||
of allowing the server and client to negotiate. This is a generic base feature: enabling it on its own won't do much, instead
|
||||
other features like the IRCv3.1 support feature, or the SASL authentication feature will rely on it to work.
|
||||
|
|
Loading…
Reference in New Issue