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

Comparing ermyth/src/help.C (file contents):
Revision 1.5 by pippijn, Sun Sep 9 20:05:52 2007 UTC vs.
Revision 1.6 by pippijn, Sun Sep 16 18:54:45 2007 UTC

1/** 1/**
2 * help.C: This file contains a generic help system implementation. 2 * help.C: This file contains a generic help system implementation.
3 *
4 * Copyright © 2007 Pippijn van Steenhoven / The Ermyth Team
5 * Rights to this code are as documented in COPYING.
6 *
7 *
8 * Portions of this file were derived from sources bearing the following license:
3 * Rights to this code are documented in doc/pod/license.pod. 9 * Rights to this code are documented in doc/pod/license.pod.
4 *
5 * Copyright © 2007 Pippijn van Steenhoven / The Ermyth Team (http://ermyth.schmorp.de)
6 * Copyright © 2005-2006 Atheme Development Group 10 * Copyright © 2005-2006 Atheme Development Group
7 */ 11 */
8 12
9#include "atheme.h" 13#include "atheme.h"
10 14
11static char const rcsid[] = "$Id: help.C,v 1.5 2007/09/09 20:05:52 pippijn Exp $"; 15static char const rcsid[] = "$Id: help.C,v 1.6 2007/09/16 18:54:45 pippijn Exp $";
12 16
13struct help_eq 17struct help_eq
14{ 18{
15 help_eq () 19 help_eq ()
16 : cmd (0) 20 : cmd (0)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines