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

Comparing ermyth/src/channels.C (file contents):
Revision 1.6 by pippijn, Thu Aug 30 19:56:24 2007 UTC vs.
Revision 1.7 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: channels.C,v 1.6 2007/08/30 19:56:24 pippijn Exp $"; 8static char const rcsid[] = "$Id: channels.C,v 1.7 2007/09/09 20:05:52 pippijn Exp $";
9 9
10#include "atheme.h" 10#include "atheme.h"
11#include "servers.h"
11#include <account/mychan.h> 12#include <account/mychan.h>
12 13
13channel_map chanlist; 14channel_map chanlist;
14channel_t::callbacks channel_t::callback; 15channel_t::callbacks channel_t::callback;
15chanuser_t::callbacks chanuser_t::callback; 16chanuser_t::callbacks chanuser_t::callback;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines