From f8d22e47ac3b6392d68f1a8a45383798f5751101 Mon Sep 17 00:00:00 2001 From: Chuck Miller Date: Sat, 13 Nov 2010 17:00:46 -0500 Subject: Replace config listeners with the event system Reviewed-by: Jared Adams --- src/event.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/event.h') diff --git a/src/event.h b/src/event.h index 4264232f..758d6b34 100644 --- a/src/event.h +++ b/src/event.h @@ -35,6 +35,7 @@ enum Channels CHANNEL_BUYSELL, CHANNEL_CHAT, CHANNEL_CLIENT, + CHANNEL_CONFIG, CHANNEL_GAME, CHANNEL_ITEM, CHANNEL_NOTICES, @@ -50,6 +51,7 @@ enum Events EVENT_CLOSE, EVENT_CLOSEALL, EVENT_CLOSESENT, + EVENT_CONFIGOPTIONCHANGED, EVENT_CONSTRUCTED, EVENT_DBSLOADING, EVENT_DESTROYED, -- cgit v1.2.3-70-g09d2