src/irc_cmd.h
author Tero Marttila <terom@fixme.fi>
Sun, 01 Mar 2009 02:02:48 +0200
changeset 22 c339c020fd33
child 23 542c73d07d3c
permissions -rw-r--r--
add missing irc_cmd.h, and modify line_proto/irc_conn to use log
#ifndef IRC_CMD_H
#define IRC_CMD_H

/*
 * IRC command numerics
 */
#define IRC_RPL_WELCOME         "001"


#endif /* IRC_CMD_H */