Commit Graph

20 Commits

Author SHA1 Message Date
Diego Martínez 83ad5f580a Add `.luacheckrc`. 2019-04-10 23:56:35 -04:00
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
ShadowNinja 0956bdea31 Add mod.conf 2019-04-10 23:09:44 -04:00
ShadowNinja d80004c524 Accept whitespace in passwords 2018-02-18 19:40:54 +00:00
ShadowNinja 99afcc794b Update authentication API usage 2016-06-01 12:17:21 -04:00
ShadowNinja 7161160667 Minor cleanup 2016-06-01 11:57:57 -04:00
ShadowNinja 0e79e91fd2 Check that the server is in its channel 2016-06-01 11:57:24 -04:00
ShadowNinja 22e523cc7a Update to latest API version 2014-05-28 20:29:32 -04:00
ShadowNinja e2ff55d70f Reply when you have insufficient privileges for a command 2014-02-05 19:40:25 -05:00
ShadowNinja 55ea96e88e Use the reply API to reply in-channel 2013-12-03 16:37:02 -05:00
ShadowNinja 64e53cba45 Fix spelling of "logged" 2013-11-17 19:59:10 -05:00
ShadowNinja 0e0ce48738 Update to the new IRC mod API 2013-08-25 00:00:14 -04:00
ShadowNinja ad3d067587 Logout when a user quits and follow nick changes 2013-03-28 22:54:26 -04:00
ShadowNinja a14d46155a Log logins, logouts, and commands 2013-03-27 22:34:26 -04:00
ShadowNinja 8980b78908 Miscellaneous syntax changes 2013-03-27 22:33:06 -04:00
ShadowNinja 05d1c81f1f Notify when using !logout and not logged in 2013-03-27 22:26:29 -04:00
ShadowNinja 607f3a02ad Add !say command 2013-03-27 22:22:28 -04:00
ShadowNinja 230d9aad72 Rename !command to !cmd 2013-03-27 22:20:00 -04:00
ShadowNinja 94ecfb9204 Send messages from minetest.chat_send_player() to a user in irc if they are loged in 2013-03-26 11:01:26 -04:00
ShadowNinja 8d5af54830 First commit 2013-03-26 00:54:29 -04:00