Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a /say command #374

Closed
Calinou opened this issue Dec 28, 2012 · 7 comments
Closed

Add a /say command #374

Calinou opened this issue Dec 28, 2012 · 7 comments
Labels
Feature request Issues that request the addition or enhancement of a feature @ Script API

Comments

@Calinou
Copy link
Member

Calinou commented Dec 28, 2012

This command would require server privilege. It would allow using a /say command, which makes text appear in the chat without any prefix. Would be useful for “ghosting”.

@Zeg9
Copy link
Contributor

Zeg9 commented Dec 28, 2012

That can be done in a mod I think
Maybe it will have a "Server:" prefix though.

@4aiman
Copy link
Contributor

4aiman commented Jan 7, 2013

Now this one is useless, 'cause we have this: http://dev.minetest.net/minetest.chat_send_all
No one (on the client side) ever would know who has sent that message, even with the prefix "Server -!-".
And impersonating isn't fun at all (the only thing /broadcast could be really useful for).

@ghost
Copy link

ghost commented Jan 8, 2013

Some GTA:SAMP servers uses to have local chat, so only people in a given range can see what you type, for global speaking it should be available the shout command. GTA:SAMP gamemodes are made in lua, and this chat behavior is usually in roleplay gamemode mods, so code would be available from one of these if under open license.

@4aiman
Copy link
Contributor

4aiman commented Jan 8, 2013

As for RPG elements - we need mobs first ;)
But I think that's not really matters whether there is or not that "-!- Server" prefix.
One can delete that prefix in the server.cpp (void Server::notifyPlayer(const char *name, const std::wstring msg))
But then don't forget to add that "Server: -!- " to chat_send_all within Lua mods.
The part of broadcasting in the given area is possible in Lua, though: https://github.com/4aiman/minetest_broadcast (haven't tested that much)

@ghost ghost assigned ShadowNinja Jan 16, 2014
@sapier
Copy link
Contributor

sapier commented Jan 16, 2014

I think this could be added to builtin lua env

@4aiman
Copy link
Contributor

4aiman commented Jan 16, 2014

Oh.. my.. God.....
Stop, I'm not the one who believes in any of that.
It's a one-year-old issue and it's not added still? What a shame...

@sapier, you're the one who added so much... Care to try to make this and many others added?

@nerzhul
Copy link
Member

nerzhul commented Feb 14, 2015

is this issue solved ? I see a workaround and no new message. If no answer i'll close it in 1 week

@Calinou Calinou changed the title Add a /broadcast command Add a /say command Feb 15, 2015
@ShadowNinja ShadowNinja removed their assignment Feb 17, 2015
@nerzhul nerzhul closed this as completed Feb 27, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature request Issues that request the addition or enhancement of a feature @ Script API
Projects
None yet
Development

No branches or pull requests

7 participants