Freeciv21
Develop your civilization from humble roots to a global empire
chat.h
Go to the documentation of this file.
1 /*__ ___ ***************************************
2 / \ / \ Copyright (c) 1996-2020 Freeciv21 and Freeciv
3 \_ \ / __/ contributors. This file is part of Freeciv21.
4  _\ \ / /__ Freeciv21 is free software: you can redistribute it
5  \___ \____/ __/ and/or modify it under the terms of the GNU General
6  \_ _/ Public License as published by the Free Software
7  | @ @ \_ Foundation, either version 3 of the License,
8  | or (at your option) any later version.
9  _/ /\ You should have received a copy of the GNU
10  /o) (o/\ \_ General Public License along with Freeciv21.
11  \_____/ / If not, see https://www.gnu.org/licenses/.
12  \____/ ********************************************************/
13 #pragma once
14 
15 /* Definitions related to interpreting chat messages.
16  * Behaviour generally can't be changed at whim because client and
17  * server are assumed to agree on these details. */
18 
19 // Special characters in chatlines.
20 
21 // The character to mark chatlines as server commands
22 // FIXME this is still hard-coded in a lot of places
23 #define SERVER_COMMAND_PREFIX '/'
24 #define CHAT_ALLIES_PREFIX '.'
25 #define CHAT_DIRECT_PREFIX ':'