summaryrefslogtreecommitdiff
path: root/plugins/Chat/chat.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Chat/chat.h')
-rw-r--r--plugins/Chat/chat.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/plugins/Chat/chat.h b/plugins/Chat/chat.h
index c9dd89463b..27e325fd7b 100644
--- a/plugins/Chat/chat.h
+++ b/plugins/Chat/chat.h
@@ -258,11 +258,9 @@ typedef struct SESSION_INFO_TYPE
TCHAR* ptszTopic;
// I hate m3x, Unicode, IRC, chats etc...
- #if defined( _UNICODE )
- char* pszID; // ugly fix for returning static ANSI strings in GC_INFO
- char* pszName; // just to fix a bug quickly, should die after porting IRC to Unicode
- #endif
-
+ char* pszID; // ugly fix for returning static ANSI strings in GC_INFO
+ char* pszName; // just to fix a bug quickly, should die after porting IRC to Unicode
+
int iType;
int iFG;
int iBG;