How to negate the @ - Printable Version +- Cuberite Forum (https://forum.cuberite.org) +-- Forum: Cuberite (https://forum.cuberite.org/forum-4.html) +--- Forum: Discussion (https://forum.cuberite.org/forum-5.html) +--- Thread: How to negate the @ (/thread-1956.html) |
How to negate the @ - Serial - 05-18-2015 So trying to edit my MOTD and add an email address for players for contact to report bugs etc.... but everytime I put @ it changes to the color that the first letter of the email links with the @. so like in linux or php or most any language whats the way I can use the @ symbol as just an @ that is sitting beside a letter used in the color codes.... example email@easy.com returns the MOTD > Hey email bug reports to emailasy.com how it should function is similar to linux folders when designating the next area is a space with a \ (can be any usable symbol does not have to be a slash) vi /home/user/Folder\ with\ spaces\ in\ it/somefile.txt So for the MOTD it would be: email@\easy.com > Hey email bug reports to email@easy.com if this is in the game how do I accomplish this? If this is NOT in the game can it be added? Edit: Had to do a few edits to add missing parts that in my head I said I already typed. RE: How to negate the @ - NiLSPACE - 05-18-2015 I'll look into it tomorrow. It should be fairly simple to fix. RE: How to negate the @ - NiLSPACE - 05-20-2015 I've fixed it in https://github.com/mc-server/Core/pull/139 You can use "@@" to get a single "@" EDIT: And it's merged into the core. |