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.4 by pippijn, Thu Aug 30 19:56:25 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 * help.C: This file contains a generic help system implementation.
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 * This file contains a generic help system implementation. 5 * Copyright © 2007 Pippijn van Steenhoven / The Ermyth Team (http://ermyth.schmorp.de)
7 * 6 * Copyright © 2005-2006 Atheme Development Group
8 * $Id: help.C,v 1.4 2007/08/30 19:56:25 pippijn Exp $
9 */ 7 */
10 8
11#include "atheme.h" 9#include "atheme.h"
12 10
13static char const rcsid[] = "$Id: help.C,v 1.4 2007/08/30 19:56:25 pippijn Exp $"; 11static char const rcsid[] = "$Id: help.C,v 1.5 2007/09/09 20:05:52 pippijn Exp $";
14 12
15struct help_eq 13struct help_eq
16{ 14{
17 help_eq () 15 help_eq ()
18 : cmd (0) 16 : cmd (0)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines