ServerCapabilities module¶
Description¶
This module helps determine the features supported by an IRC server (eg. channel modes, extensions, etc.).
Configuration¶
Example¶
The recommended way to use this module is to have it loaded at the general configuration level and to disable it only for specific networks if needed.
<?xml version="1.0"?>
<configuration
xmlns="http://localhost/Erebot/"
version="0.20"
language="fr-FR"
timezone="Europe/Paris">
<modules>
<!-- Other modules ignored for clarity. -->
<module name="\Erebot\Module\ServerCapabilities"/>
</modules>
</configuration>