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

Comparing ircd-hybrid-7.2/include/irc_string.h (file contents):
Revision 632 by michael, Thu Jun 1 10:53:00 2006 UTC vs.
Revision 633 by db, Thu Jun 1 12:30:29 2006 UTC

# Line 145 | Line 145 | extern const unsigned int CharAttrs[];
145   #define SERV_C    0x02000
146   #define EOL_C     0x04000
147   #define MWILD_C   0x08000
148 < #define FCHAN_C   0x10000
148 > #define VCHAN_C   0x10000
149  
150 < #define IsFchanChar(c)   (CharAttrs[(unsigned char)(c)] & FCHAN_C)
150 > #define IsVisibleChanChar(c)   (CharAttrs[(unsigned char)(c)] & VCHAN_C)
151   #define IsHostChar(c)   (CharAttrs[(unsigned char)(c)] & HOST_C)
152   #define IsUserChar(c)   (CharAttrs[(unsigned char)(c)] & USER_C)
153   #define IsChanPrefix(c) (CharAttrs[(unsigned char)(c)] & CHANPFX_C)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines