ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cvsroot/ermyth/src/parse.C
(Generate patch)

Comparing cvsroot/ermyth/src/parse.C (file contents):
Revision 1.5 by pippijn, Wed Aug 29 21:01:18 2007 UTC vs.
Revision 1.6 by pippijn, Sun Sep 9 20:05:52 2007 UTC

3 * Rights to this code are documented in doc/pod/license.pod. 3 * Rights to this code are documented in doc/pod/license.pod.
4 * 4 *
5 * Copyright © 2005-2007 Atheme Project (http://www.atheme.org) 5 * Copyright © 2005-2007 Atheme Project (http://www.atheme.org)
6 */ 6 */
7 7
8static char const rcsid[] = "$Id: parse.C,v 1.5 2007/08/29 21:01:18 pippijn Exp $"; 8static char const rcsid[] = "$Id: parse.C,v 1.6 2007/09/09 20:05:52 pippijn Exp $";
9 9
10#include "atheme.h" 10#include "atheme.h"
11#include "servers.h"
11#include "uplink.h" 12#include "uplink.h"
12#include "pmodule.h" 13#include "pmodule.h"
13 14
14/* by default, we want the 2.8.21 parser */ 15/* by default, we want the 2.8.21 parser */
15void (*parse) (char *line) = &irc_parse; 16void (*parse) (char *line) = &irc_parse;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines