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

Comparing ircd-hybrid/trunk/include/client.h (file contents):
Revision 3324 by michael, Tue Apr 15 16:18:07 2014 UTC vs.
Revision 3333 by michael, Wed Apr 16 16:19:02 2014 UTC

# Line 48 | Line 48 | struct MaskItem;
48   #define STAT_SERVER             0x10
49   #define STAT_CLIENT             0x20
50  
51 < #define REG_NEED_USER 0x1
52 < #define REG_NEED_NICK 0x2
53 < #define REG_NEED_CAP  0x4
51 > #define REG_NEED_USER 0x1  /**< User must send USER command */
52 > #define REG_NEED_NICK 0x2  /**< User must send NICK command */
53 > #define REG_NEED_CAP  0x4  /**< In middle of CAP negotiations */
54   #define REG_INIT (REG_NEED_USER|REG_NEED_NICK)
55  
56   #define ID_or_name(x,client_p)  ((IsCapable(client_p->from, CAP_TS6) && (x)->id[0]) ? (x)->id : (x)->name)

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)