irc icon indicating copy to clipboard operation
irc copied to clipboard

IRC Mod for Minetest

Results 11 irc issues
Sort by recently updated
recently updated
newest added

Hello. We have a mod in CTF that over-rides `minetest.send_join/leave_message` to hide the join and leave messages of a certain group of players. While that works for in-game messages, IRC...

(Originally reported here: rubenwardy/capturetheflag#107) I suggest restricting `!whereis` to chan OPs if possible. Will work on implementing this if approved.

Hi, Impossible to run minetest with IRC mod. I made all the requirements, installed lua packages, however I got this : > ModError: Failed to load and run script from...

due several differences on dependences requirementes the server path are always diiferent from distributions.. so i guess we can added a string configurable with settingstype.txt and also in config file...

- irc_msg username - irc_quote msg username dont work :/ minetest version 5.5-dev (server/multiplayer) irc mod update to commit 7fbbfd6cdbb239a059e42fdaf101b760346d06b9

This mod uses LuaIRC which hard codes the deprecated protocol tlsv1 for secure connections. As of Ubuntu 20.04, tlsv1 is no longer available. I have added a pull request to...

``` /var/minetest/.minetest/mods/irc/irc/messages.lua:107: bad argument #1 to 'sub' (number expected, got nil) stack traceback: [C]: in function 'sub' /var/minetest/.minetest/mods/irc/irc/messages.lua:107: in function 'fromRFC1459' /var/minetest/.minetest/mods/irc/irc/messages.lua:12: in function 'Message' /var/minetest/.minetest/mods/irc/irc/init.lua:174: in function 'think' /var/minetest/.minetest/mods/irc/init.lua:131:...

Looks like it's possible to hit a crash here somehow, reported on several servers now.

Hi, In order to install on this on Fedora 27, 28 and 29, one has to install the following packages. It may also work with previous version of Fedora but...

Forces all messages to be at most 512 bytes, to stop `cmd help all` from the `irc_commands` DoSing the server (making it quit with the message `RecvQ exceeded`). This is...