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.10 by pippijn, Sun Sep 16 18:54:44 2007 UTC vs.
Revision 1.11 by pippijn, Sat Sep 22 14:27:30 2007 UTC

8 * Portions of this file were derived from sources bearing the following license: 8 * Portions of this file were derived from sources bearing the following license:
9 * Rights to this code are as documented in doc/pod/license.pod. 9 * Rights to this code are as documented in doc/pod/license.pod.
10 * Copyright © 2005-2007 Atheme Project (http://www.atheme.org) 10 * Copyright © 2005-2007 Atheme Project (http://www.atheme.org)
11 */ 11 */
12 12
13static char const rcsid[] = "$Id: commandtree.C,v 1.10 2007/09/16 18:54:44 pippijn Exp $"; 13static char const rcsid[] = "$Id: commandtree.C,v 1.11 2007/09/22 14:27:30 pippijn Exp $";
14 14
15#include <algorithm> 15#include <algorithm>
16 16
17#include "atheme.h" 17#include "atheme.h"
18#include <common/string.h>
19#include "users.h" 18#include "users.h"
20#include "privs.h" 19#include "privs.h"
21 20
22cmdvec null_cmdvec; 21cmdvec null_cmdvec;
23 22

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines