From 9837043bef79e7767018a3735233c3fd573977eb Mon Sep 17 00:00:00 2001 From: shennetsind Date: Wed, 15 May 2013 20:00:58 -0300 Subject: Fixed HPM @command implementation Signed-off-by: shennetsind --- src/map/atcommand.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/map') diff --git a/src/map/atcommand.c b/src/map/atcommand.c index 428113c68..931fc280b 100644 --- a/src/map/atcommand.c +++ b/src/map/atcommand.c @@ -10202,12 +10202,11 @@ bool atcommand_hp_add(char *name, AtCommandFunc func) { safestrncpy(cmd->command, name, sizeof(cmd->command)); cmd->func = func; cmd->help = NULL;/* start as null dear */ - + strdb_put(atcommand->db, cmd->command, cmd); return true; } void atcommand_db_clear(void) { - if (atcommand->db != NULL) { DBIterator *iter = db_iterator(atcommand->db); AtCommandInfo* cmd; @@ -10239,8 +10238,6 @@ void atcommand_doload(void) { } void do_init_atcommand(void) { - atcommand->db = NULL; - atcommand->alias_db = NULL; atcommand->at_symbol = '@'; atcommand->char_symbol = '#'; atcommand->binding_count = 0; @@ -10258,6 +10255,7 @@ void atcommand_defaults(void) { atcommand = &atcommand_s; atcommand->db = NULL; + atcommand->alias_db = NULL; atcommand->init = do_init_atcommand; atcommand->final = do_final_atcommand; -- cgit v1.2.3-70-g09d2