summaryrefslogtreecommitdiff
path: root/src/game/g_local.h
diff options
context:
space:
mode:
authorChristopher Schwarz <lakitu7@gmail.com>2011-02-12 00:07:06 +0000
committerTim Angus <tim@ngus.net>2013-01-03 00:17:59 +0000
commit4f474a67831749f65077c9eeaa18cef41faa75f0 (patch)
tree5895fd5a1e164665d933f0b42a2e98a7639cb706 /src/game/g_local.h
parenta28a0858b9f6958dba434b86ada9890a765631a6 (diff)
* (bug 4896) Put quotes around multi-word parameters to admin commands in the logs, so it is clear whether "kick a b c" was kicking "a b" for "c" or "a" for "b c" (with thanks to /dev/humancontroller for pointing out a buffer safety thing)
* (bug 4897) Add a server command "pr" to print raw text to a user or all users (with thanks to /dev/humancontroller for pointing out a small mistake)
Diffstat (limited to 'src/game/g_local.h')
-rw-r--r--src/game/g_local.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/g_local.h b/src/game/g_local.h
index 52f4cb11..703e305e 100644
--- a/src/game/g_local.h
+++ b/src/game/g_local.h
@@ -719,6 +719,7 @@ void G_ToggleFollow( gentity_t *ent );
int G_ClientNumberFromString( char *s, char *err, int len );
int G_ClientNumbersFromString( char *s, int *plist, int max );
char *ConcatArgs( int start );
+char *ConcatArgsPrintable( int start );
void G_Say( gentity_t *ent, saymode_t mode, const char *chatText );
void G_DecolorString( char *in, char *out, int len );
void G_UnEscapeString( char *in, char *out, int len );