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

Comparing ermyth/src/commandtree.C (file contents):
Revision 1.8 by pippijn, Wed Sep 5 11:23:15 2007 UTC vs.
Revision 1.9 by pippijn, Sun Sep 9 20:05:52 2007 UTC

1/* 1/**
2 * Copyright © 2007 Pippijn van Steenhoven / The Ermyth Team 2 * commandtree.C: Commandtree manipulation routines.
3 * Rights to this code are as documented in doc/pod/license.pod. 3 * Rights to this code are as documented in doc/pod/license.pod.
4 * 4 *
5 * Commandtree manipulation routines. 5 * Copyright © 2007 Pippijn van Steenhoven / The Ermyth Team (http://ermyth.schmorp.de)
6 * 6 */
7 * $Id: commandtree.C,v 1.8 2007/09/05 11:23:15 pippijn Exp $ 7
8 */ 8static char const rcsid[] = "$Id: commandtree.C,v 1.9 2007/09/09 20:05:52 pippijn Exp $";
9 9
10#include <algorithm> 10#include <algorithm>
11 11
12#include "atheme.h" 12#include "atheme.h"
13#include <common/string.h> 13#include <common/string.h>
14#include "users.h" 14#include "users.h"
15#include "privs.h" 15#include "privs.h"
16
17static char const rcsid[] = "$Id: commandtree.C,v 1.8 2007/09/05 11:23:15 pippijn Exp $";
18 16
19cmdvec null_cmdvec; 17cmdvec null_cmdvec;
20 18
21struct cmd_eq 19struct cmd_eq
22{ 20{

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines