diff options
Diffstat (limited to 'plugins/ExternalAPI/m_account.h')
-rw-r--r-- | plugins/ExternalAPI/m_account.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ExternalAPI/m_account.h b/plugins/ExternalAPI/m_account.h index e4b1820976..91fbc10e71 100644 --- a/plugins/ExternalAPI/m_account.h +++ b/plugins/ExternalAPI/m_account.h @@ -130,7 +130,7 @@ typedef struct CAccount #define YAMN_ACC_ST0 0x00000001 //Check (countdown) when Offline
#define YAMN_ACC_ST1 0x00000002 //Check (countdown) when Online
#define YAMN_ACC_ST2 0x00000004 //Check (countdown) when Away
-#define YAMN_ACC_ST3 0x00000008 //Check (countdown) when N/A
+#define YAMN_ACC_ST3 0x00000008 //Check (countdown) when Not available
#define YAMN_ACC_ST4 0x00000010 //Check (countdown) when Occupied
#define YAMN_ACC_ST5 0x00000020 //Check (countdown) when DND
#define YAMN_ACC_ST6 0x00000040 //Check (countdown) when Free for chat
|