From f4a6909849243c3e4776ddee4de962224e80ac9a Mon Sep 17 00:00:00 2001 From: ultramage Date: Sun, 7 Jan 2007 07:48:04 +0000 Subject: - re-added the duplicit nj/gs name messages in msg_athena - renamed atcommand_sub to is_atcommand_sub (charcommand too) - reformatted conf-tmpl's comments a bit - and a fix to the stable changelog to make my last commit more descriptive git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9625 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/charcommand.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/map/charcommand.c') diff --git a/src/map/charcommand.c b/src/map/charcommand.c index 7d54fc5a6..8c360d8f8 100644 --- a/src/map/charcommand.c +++ b/src/map/charcommand.c @@ -123,7 +123,7 @@ int get_charcommand_level(const CharCommandType type) { } CharCommandType -charcommand_sub(const int fd, struct map_session_data* sd, const char* str, int gmlvl) { +is_charcommand_sub(const int fd, struct map_session_data* sd, const char* str, int gmlvl) { CharCommandInfo info; CharCommandType type; @@ -194,7 +194,7 @@ is_charcommand(const int fd, struct map_session_data* sd, const char* message) { if (!*str) return CharCommand_None; - return charcommand_sub(fd,sd,str,pc_isGM(sd)); + return is_charcommand_sub(fd,sd,str,pc_isGM(sd)); } /*========================================== -- cgit v1.2.3-70-g09d2