diff mcabber/src/settings.h @ 521:cc8c969ab6e5

"/status" changes - No hardcoded status message - If there is no user-defined status message, the current message is kept - "/status $status -" clears the status message - Auto-away improvement
author Mikael Berthe <mikael@lilotux.net>
date Sat, 19 Nov 2005 16:30:49 +0100
parents 879ffddc13b0
children 8b3db0b555a1
line wrap: on
line diff
--- a/mcabber/src/settings.h	Mon Nov 14 22:15:25 2005 +0100
+++ b/mcabber/src/settings.h	Sat Nov 19 16:30:49 2005 +0100
@@ -11,15 +11,6 @@
 #endif
 
 
-/* Default status messages */
-#define MSG_AVAIL     "I'm here!"
-#define MSG_FREE      "Free for chat"
-#define MSG_DND       "Busy"
-#define MSG_NOTAVAIL  "Not available"
-#define MSG_AWAY      "Away"
-#define MSG_AUTOAWAY  "Auto away status (idle)"
-
-
 #define SETTINGS_TYPE_OPTION    1
 #define SETTINGS_TYPE_ALIAS     2
 #define SETTINGS_TYPE_BINDING   3