From 1e96fe7d63e6ec25cad98a5b1bef1b81e2c00fb6 Mon Sep 17 00:00:00 2001 From: Lance Date: Thu, 16 Nov 2006 15:26:27 +0000 Subject: * Edited atcommand and charcommand syntax. Now it doesn't need the useless character name and ":". modified Changelog-Trunk.txt modified src/map/atcommand.c modified src/map/atcommand.h modified src/map/charcommand.c modified src/map/charcommand.h modified src/map/clif.c modified src/map/map.c modified src/map/script.c git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9230 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/atcommand.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/map/atcommand.h') diff --git a/src/map/atcommand.h b/src/map/atcommand.h index 06bd3664f..aebe49965 100644 --- a/src/map/atcommand.h +++ b/src/map/atcommand.h @@ -299,7 +299,9 @@ typedef struct AtCommandInfo { } AtCommandInfo; AtCommandType -is_atcommand(const int fd, struct map_session_data* sd, const char* message, int gmlvl); +is_atcommand(const int fd, struct map_session_data* sd, const char* message); +AtCommandType +atcommand_sub(const int fd, struct map_session_data* sd, const char* str, int gmlvl); AtCommandType atcommand( struct map_session_data *sd, -- cgit v1.2.3-60-g2f50