Page 1 of 1

request to remove /commands with equivalent @commands

Posted: 28 Dec 2012, 01:13
by o11c
It would simplify the server code to eliminate duplicate entrypoints.

I"m not entirely sure of what the commands are - these are what the server calls them.

The 4 commands and their replacements are:
/localannounce -> @localbroadcast
/announce -> @broadcast
/kick -> @kick
/hide -> @hide

From the GM logs, I see that /announce has been used a couple of times. I have know way of knowing about the others - /kick and /hide get logged as @kick and @hide, and /localannounce is not logged at all.

Re: request to remove /commands with equivalent @commands

Posted: 28 Dec 2012, 04:54
by Narus
This is what you meaned by logged?

[2012-12-23 19:51:37] 029-3.gat(50,39) Frost's Homunculus(2212851) : @localbroadcast Please no profanity
[2012-12-24 18:00:42] 009-1.gat(47,37) Narus(2121285) : @localbroadcast English in public

Re: request to remove /commands with equivalent @commands

Posted: 28 Dec 2012, 05:07
by o11c
Narus wrote:This is what you meaned by logged?

[2012-12-23 19:51:37] 029-3.gat(50,39) Frost's Homunculus(2212851) : @localbroadcast Please no profanity
[2012-12-24 18:00:42] 009-1.gat(47,37) Narus(2121285) : @localbroadcast English in public
Logging of that sort, anyway. Obviously those ones were done via the '@' version, not the '/' version, though.