summaryrefslogtreecommitdiff
path: root/src/map/send.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-05-01 16:17:42 +0300
committerAndrei Karas <akaras@inbox.ru>2015-05-01 16:17:42 +0300
commit856f57d7fb05806cd676112a389ecf8be5ecf54e (patch)
tree7b21a2c6989de6b79d61acaa7d3a1c663a76fd14 /src/map/send.h
parent4284e5bd3d3c3fd387b4e3a9b73220cafc0f2188 (diff)
downloadevol-hercules-856f57d7fb05806cd676112a389ecf8be5ecf54e.tar.gz
evol-hercules-856f57d7fb05806cd676112a389ecf8be5ecf54e.tar.bz2
evol-hercules-856f57d7fb05806cd676112a389ecf8be5ecf54e.tar.xz
evol-hercules-856f57d7fb05806cd676112a389ecf8be5ecf54e.zip
Add script command for send chat command to client.
New script command: clientCommand chatcommand args
Diffstat (limited to 'src/map/send.h')
-rw-r--r--src/map/send.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/send.h b/src/map/send.h
index ae9f305..efa89ad 100644
--- a/src/map/send.h
+++ b/src/map/send.h
@@ -26,5 +26,6 @@ void send_slave_say(TBL_PC *sd,
const char *const name,
const char *const message);
void send_online_list(int fd, const char *buf, unsigned size);
+void send_client_command(TBL_PC *sd, const char *const command);
#endif // EVOL_MAP_PC