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

Comparing ermyth/src/flags.C (file contents):
Revision 1.5 by pippijn, Thu Aug 30 19:56:24 2007 UTC vs.
Revision 1.6 by pippijn, Wed Sep 5 11:23:15 2007 UTC

3 * Rights to this code are documented in doc/pod/license.pod. 3 * Rights to this code are documented in doc/pod/license.pod.
4 * 4 *
5 * Copyright © 2005-2007 Atheme Project (http://www.atheme.org) 5 * Copyright © 2005-2007 Atheme Project (http://www.atheme.org)
6 */ 6 */
7 7
8static char const rcsid[] = "$Id: flags.C,v 1.5 2007/08/30 19:56:24 pippijn Exp $"; 8static char const rcsid[] = "$Id: flags.C,v 1.6 2007/09/05 11:23:15 pippijn Exp $";
9 9
10#include "atheme.h" 10#include "atheme.h"
11#include <account/chanacs.h> 11#include <account/chanacs.h>
12 12
13#define FLAGS_ADD 0x1 13#define FLAGS_ADD 0x1
231{ 231{
232 ca_all = CA_ALL_ALL; 232 ca_all = CA_ALL_ALL;
233 if (!ircd->uses_halfops) 233 if (!ircd->uses_halfops)
234 ca_all &= ~(CA_HALFOP | CA_AUTOHALFOP); 234 ca_all &= ~(CA_HALFOP | CA_AUTOHALFOP);
235} 235}
236
237/* vim:cinoptions=>s,e0,n0,f0,{0,}0,^0,=s,ps,t0,c3,+s,(2s,us,)20,*30,gs,hs
238 * vim:ts=8
239 * vim:sw=8
240 * vim:noexpandtab
241 */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines