Skip to content

Commit

Permalink
Merge pull request #150 from felixonmars/patch-1
Browse files Browse the repository at this point in the history
Correct a typo in features/overview.rst
  • Loading branch information
theunkn0wn1 authored Nov 22, 2020
2 parents b4a5641 + f622633 commit b7e5c57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/features/overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ In addition, it registers the `pydle.Client.on_ctcp(from, query, contents)` hook
request, and a per-type hook in the form of `pydle.Client.on_ctcp_<type>(from, contents)`, which allows you to act upon CTCP
requests of type `type`. `type` will always be lowercased. A few examples of `type` can be: `action`, `time`, `version`.

Finally, it registers the `pydle.Client.on_ctcp_reply(from, queyr, contents)` hook, which acts similar to the above hook,
Finally, it registers the `pydle.Client.on_ctcp_reply(from, query, contents)` hook, which acts similar to the above hook,
except it is triggered when the client receives a CTCP response. It also registers `pydle.Client.on_ctcp_<type>_reply`, which
works similar to the per-type hook described above.

Expand Down Expand Up @@ -252,4 +252,4 @@ Support For `RPL_WHOIS_HOST` messages, this allows pydle to expose an IRC users
real IP address and host, if the bot has access to that information.

This information will fill in the `real_ip_address` and `real_hostname` fields
of an :class:`pydle.Client.whois()` response.
of an :class:`pydle.Client.whois()` response.

0 comments on commit b7e5c57

Please sign in to comment.