Skip to content

Commit

Permalink
Update ircv3 doc with errata
Browse files Browse the repository at this point in the history
  • Loading branch information
vanosg committed Dec 29, 2022
1 parent d814a4f commit 88b37c0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions doc/sphinx_source/using/ircv3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,14 @@ The following capabilities are supported by Eggdrop:
* Monitor
* server-time
* setname
* userhost-in-names
* +typing

------
Errata
------

* Enabling echo-message will cause Eggdrop to trigger PUB/PUBM binds on its own messages (because now it can actually see them). This may cause unintentional functionality with some scripts
* Enabling userhost-in-names will cause Eggdrop's internal mechanisms to mark a channel's userlist as synch'd upon receiving the NAMES list after a join, instead of waiting for a full WHO listing. This is done because the assumption is that userhost-in-names was enabled as a response to WHO queries being disabled on a server, which prevents Eggdrop from populating its userlist. To avoid unintended functionality, it is suggested that this capability only be enabled on servers that disable WHO queries.

Copyright (C) 2010 - 2022 Eggheads Development Team

0 comments on commit 88b37c0

Please sign in to comment.