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

Comparing ermyth/src/ctcp-common.C (file contents):
Revision 1.4 by pippijn, Tue Aug 28 17:08:12 2007 UTC vs.
Revision 1.5 by pippijn, Sun Sep 9 20:05:52 2007 UTC

1/* 1/**
2 * Copyright © 2007 Pippijn van Steenhoven / The Ermyth Team 2 * ctcp-common.C: CTCP command handling.
3 * Copyright © 2005-2006 Atheme Development Group
4 * Rights to this code are documented in doc/pod/license.pod. 3 * Rights to this code are documented in doc/pod/license.pod.
5 * 4 *
6 * CTCP command handling. 5 * Copyright © 2007 Pippijn van Steenhoven / The Ermyth Team (http://ermyth.schmorp.de)
6 * Copyright © 2005-2006 Atheme Development Group
7 */ 7 */
8 8
9static char const rcsid[] = "$Id: ctcp-common.C,v 1.4 2007/08/28 17:08:12 pippijn Exp $"; 9static char const rcsid[] = "$Id: ctcp-common.C,v 1.5 2007/09/09 20:05:52 pippijn Exp $";
10 10
11#include <map> 11#include <map>
12 12
13#include "atheme.h" 13#include "atheme.h"
14#include "users.h" 14#include "users.h"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines