00001 /* Declarations of IRC message structures, variables, and functions. 00002 * 00003 * (C) 2003-2008 Anope Team 00004 * Contact us at info@anope.org 00005 * 00006 * Please read COPYING and README for furhter details. 00007 * 00008 * Based on the original code of Epona by Lara. 00009 * Based on the original code of Services by Andy Church. 00010 * 00011 * $Id: messages.h 1345 2008-01-13 12:54:14Z geniusdex $ 00012 * 00013 */ 00014 00015 /*************************************************************************/ 00016 #include "modules.h" 00017 00018 extern Message messages[]; 00019 extern void moduleAddMsgs(void); 00020 extern Message *find_message(const char *name); 00021 00022 00023 /*************************************************************************/
1.5.7.1