view mcabber/src/harddefines.h @ 267:8d3d5bd52da3

Improve color configuration * Rename color options (it made no sense!!) * Use default values * Do not crash anymore when the colors options are buggy in the mcabberrc
author mikael@frmp8452
date Sun, 03 Jul 2005 00:21:59 +0100
parents 16793da74564
children a7af5517b453
line wrap: on
line source

#ifndef __MCABBER__
#define __MCABBER__

#include "../config.h"

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

#endif