minetest-mods / irc

IRC Mod for Minetest
BSD 2-Clause "Simplified" License
43 stars 31 forks source link

WARNING[Server]: Deprecated use of colon notation when calling method `check_botcmd` at @irc/hooks.lua:104 #39

Closed sofar closed 7 years ago

sofar commented 7 years ago

Weird log message I have never spotted before in the IRC mod:

WARNING[Server]: Deprecated use of colon notation when calling method `check_botcmd` at @irc/hooks.lua:104
sofar commented 7 years ago

Ahh, yes, the function isn't declared as a method, so the colon just needs to be removed and replaced with a period.

kaeza commented 7 years ago

Thanks!