mirror of
https://github.com/minetest-mods/irc.git
synced 2025-06-29 14:40:36 +02:00
Compare commits
5 Commits
Author | SHA1 | Date | |
---|---|---|---|
0f00fa8c7e | |||
1b71c304c5 | |||
6a7053582d | |||
5e877956a5 | |||
60bf32e157 |
4
.gitmodules
vendored
4
.gitmodules
vendored
@ -1,3 +1,3 @@
|
|||||||
[submodule "src/LuaIRC"]
|
[submodule "irc"]
|
||||||
path = irc
|
path = irc
|
||||||
url = https://github.com/ShadowNinja/LuaIRC.git
|
url = https://sys4.fr/gitea/mtcontrib/LuaIRC.git
|
||||||
|
1
init.lua
1
init.lua
@ -216,3 +216,4 @@ function irc.queue(msg)
|
|||||||
irc.conn:queue(msg)
|
irc.conn:queue(msg)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
minetest.log("action", "[irc] loaded.")
|
||||||
|
2
irc
2
irc
Submodule irc updated: e49a52ede1...b8d594e651
Reference in New Issue
Block a user