Add support for common CTCP commands

This commit is contained in:
ShadowNinja
2013-10-08 12:29:22 -04:00
parent 5b0671b512
commit 290082760b
3 changed files with 31 additions and 15 deletions

View File

@ -3,12 +3,13 @@
mt_irc = {
version = "0.2.0", -- Also update CMakeLists.txt
connected = false,
cur_time = 0,
message_buffer = {},
recent_message_count = 0,
joined_players = {},
modpath = minetest.get_modpath("irc")
modpath = minetest.get_modpath(minetest.get_current_modname()),
}
-- To find LuaIRC and LuaSocket