src/common.h
author Markus Bröker <mbroeker@largo.dyndns.tv>
Tue, 16 Feb 2010 23:36:49 +0100
changeset 44 f08e8fb2c1da
parent 33 56571d34d754
permissions -rw-r--r--
fixed a segmentation fault in irc_parsemessage The old hyperion ircd shows usernames as * user!~user=domain.com and the new ircdseven as * user!~user@domain.com committer: Markus Bröker <mbroeker@largo.homelinux.org>

/**
 *  $Id: common.h 551 2009-02-01 10:28:39Z mbroeker $
 */

#ifndef COMMON_H
#define COMMON_H

#define DEFAULT_BUF_SIZE 512
#endif