forked from minetest-mods/irc
Change spaces to tabs
This commit is contained in:
parent
63c2b52c41
commit
3aede000b7
@ -54,7 +54,6 @@ mt_irc.register_bot_command("who", {
|
|||||||
mt_irc.register_bot_command("whereis", {
|
mt_irc.register_bot_command("whereis", {
|
||||||
params = "<player>";
|
params = "<player>";
|
||||||
description = "Tell the location of <player>";
|
description = "Tell the location of <player>";
|
||||||
|
|
||||||
func = function ( from, args )
|
func = function ( from, args )
|
||||||
if (args == "") then
|
if (args == "") then
|
||||||
mt_irc.bot_help(from, "whereis");
|
mt_irc.bot_help(from, "whereis");
|
||||||
|
Loading…
Reference in New Issue
Block a user