A mod for Minetest that allows you to control a server over IRC.
Go to file
D Tim Cummings 06932a6b00 Replace deprecated use of colon notation when calling methods `register_hook` and `register_bot_command`
This change removes 8 warnings from debug.txt every time server starts.
2018-06-12 11:17:25: WARNING[Main]: Deprecated use of colon notation when calling method `register_hook` at @/minetest/mods/irc_commands/init.lua:14
2018-06-12 11:17:25: WARNING[Main]: Deprecated use of colon notation when calling method `register_hook` at @/minetest/mods/irc_commands/init.lua:23
2018-06-12 11:17:25: WARNING[Main]: Deprecated use of colon notation when calling method `register_hook` at @/minetest/mods/irc_commands/init.lua:27
2018-06-12 11:17:25: WARNING[Main]: Deprecated use of colon notation when calling method `register_hook` at @/minetest/mods/irc_commands/init.lua:31
2018-06-12 11:17:25: WARNING[Main]: Deprecated use of colon notation when calling method `register_bot_command` at @/minetest/mods/irc_commands/init.lua:35
2018-06-12 11:17:25: WARNING[Main]: Deprecated use of colon notation when calling method `register_bot_command` at @/minetest/mods/irc_commands/init.lua:77
2018-06-12 11:17:25: WARNING[Main]: Deprecated use of colon notation when calling method `register_bot_command` at @/minetest/mods/irc_commands/init.lua:91
2018-06-12 11:17:25: WARNING[Main]: Deprecated use of colon notation when calling method `register_bot_command` at @/minetest/mods/irc_commands/init.lua:118
2019-04-10 23:16:47 -04:00
.gitignore First commit 2013-03-26 00:54:29 -04:00
depends.txt First commit 2013-03-26 00:54:29 -04:00
init.lua Replace deprecated use of colon notation when calling methods `register_hook` and `register_bot_command` 2019-04-10 23:16:47 -04:00
mod.conf Add mod.conf 2019-04-10 23:09:44 -04:00