/* Copyright (C) 2003, 2004 IRCtoo Network, Pasi Hirvonen */ #ifndef _FORMATS_H_ #define _FORMATS_H_ #define FORMAT_MOTD_START "375 %s :- %s Message of the day -" #define FORMAT_MOTD_END "376 %s :End of /MOTD command" #define FORMAT_ADMINEMAIL "" #define FORMAT_INFO_START "371 %s :SpamServ copyright (c) 2003-2004 IRCtoo" #define FORMAT_INFO "371 %s :%s" #define FORMAT_INFO_END "371 %s :End of /INFO list" #define FORMAT_STATS_c_O "213 %s C %s * %s %d 1" #define FORMAT_STATS_c "213 %s C * * 1" #define FORMAT_STATS_m "212 %s %s %d" #define FORMAT_STATS_END "219 %s %c :End of /STATS report" #define FORMAT_ERR "Error: %s" #endif /* _FORMATS_H_ */