1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-07-29 12:50:24 +02:00

Renamed Other > other_things

This commit is contained in:
Ombridride
2015-04-12 19:42:23 +02:00
parent 92eff513b1
commit 9634b02553
28 changed files with 0 additions and 0 deletions

View File

@ -0,0 +1,13 @@
-- This file is licensed under the terms of the BSD 2-clause license.
-- See LICENSE.txt for details.
irc.msgs = irc.lib.msgs
function irc:sendLocal(message)
minetest.chat_send_all(message)
end
function irc:playerMessage(name, message)
return ("<%s> %s"):format(name, message)
end