messages.h

Go to the documentation of this file.
00001 /* Declarations of IRC message structures, variables, and functions.
00002  *
00003  * (C) 2003-2013 Anope Team
00004  * Contact us at team@anope.org
00005  *
00006  * Please read COPYING and README for further 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  *
00012  */
00013 
00014 /*************************************************************************/
00015 #include "modules.h"
00016 
00017 extern Message messages[];
00018 extern void moduleAddMsgs(void);
00019 extern Message *find_message(const char *name);
00020 
00021 
00022 /*************************************************************************/