/usr/include/atheme/protocol/ircd-seven.h is in atheme-services 7.2.9-1build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 | /*
* Copyright (C) 2005 William Pitcock, et al.
* Rights to this code are as documented in doc/LICENSE.
*
* This code contains the channel mode definitions for ircd-seven
* (that are not in Charybdis).
*
*/
#ifndef IRCD_SEVEN_H
#define IRCD_SEVEN_H
#endif
|