Name: irc Source: Fork of upstream mod - Do not replace License: See "LICENSE.txt" ---------------------------------------------------------------------- 1. This is a fork of an upstream mod. The starting point was obtained initially as follows: rm -fr irc git clone https://github.com/minetest-mods/irc.git cd irc git submodule init git submodule update ---------------------------------------------------------------------- 2. Changes include: 2a. The "irc" mod now depends on the Final Minetest version of the "default" mod. 2b. Add a setting to enable or disable cross-world chat. 2c. Allow the mod to be installed whether or not the required "irc" settings are specified in "world.conf". If the settings aren't spe- cified, the mod is simply inactive. 2d. Log game-to-IRC PMs. 2e. Fix a crash related to long IRC messages. 2f. Add a prohibited-language filter. Note: If "irc" is inactive due to missing settings, the filter is also inactive. The language filter replaces prohibited words and phrases with alter- native language. 2g. If a player's "shout" priv is revoked, the "irc" mod now modifies how that works. If a player speaks without the priv, a message about the revocation is sent both to in-game players and to IRC. After a certain number of at- tempts, further attempts are prohibited and the player [only the play- er] gets messages about that. Note: If "irc" is inactive due to missing settings, this feature is also inactive. 2h. The "irc" mod now requires, and operates in conjunction with, the "ranks" mod. As a related issue, the "ranks" mod now needs to be part of the "ircpack" modpack. 2i. Add the files "00README" and "oldcoder.txt" (this file). ---------------------------------------------------------------------- End of file.