ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/include/channel_mode.h
(Generate patch)

Comparing ircd-hybrid-8/include/channel_mode.h (file contents):
Revision 1167 by michael, Thu Aug 11 20:13:38 2011 UTC vs.
Revision 1173 by michael, Sun Aug 14 00:23:02 2011 UTC

# Line 35 | Line 35
35  
36   /* can_send results */
37   #define CAN_SEND_NO     0
38 < #define CAN_SEND_NONOP  1
39 < #define CAN_SEND_OPV    2
38 > #define CAN_SEND_NONOP  -1
39 > #define CAN_SEND_OPV    -2
40  
41  
42   /* Channel related flags */
# Line 58 | Line 58
58   #define MODE_SSLONLY    0x0040
59   #define MODE_OPERONLY   0x0080
60   #define MODE_REGISTERED 0x0100 /* Channel has been registered with ChanServ */
61 + #define MODE_REGONLY    0x0200
62  
63   /* cache flags for silence on ban */
64   #define CHFL_BAN_CHECKED  0x0080

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines