view mcabber/harddefines.h @ 1:da1fb510081e

[/trunk] Changeset 16 by mikael * Start using an "input line" at the bottom. Only "/quit" is understood at the moment... :)
author mikael
date Wed, 16 Mar 2005 22:18:54 +0000
parents b3b2332715fb
children
line wrap: on
line source

#ifndef __AJMACIAS__
#define __AJMACIAS__ 0xWIN!

#define VERSION "MCabber v0.6.0-dev -- based on http://cabber.sourceforge.net"
#define EMAIL "Email: bmikael [at] lists [dot] lilotux [dot] net"

#define STR_EMPTY(s) ((s)[0] == '\0')

#define FLAG_BUDDY_DISCONNECTED         0x00
#define FLAG_BUDDY_CONNECTED            0x01
#define FLAG_BUDDY_AWAY                 0x02
#define FLAG_BUDDY_XAWAY                0x04
#define FLAG_BUDDY_HASMESSAGE           0x08

#endif