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.7 by pippijn, Thu Aug 30 19:56:24 2007 UTC vs.
Revision 1.8 by pippijn, Wed Sep 5 11:23:15 2007 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines