1
0
mirror of https://github.com/minetest-mods/irc.git synced 2024-09-27 13:50:21 +02:00

Change spaces to tabs

This commit is contained in:
ShadowNinja 2013-04-25 17:00:44 -04:00
parent 63c2b52c41
commit 3aede000b7
7 changed files with 998 additions and 999 deletions

View File

@ -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");