Changeset f6f5eee for irc.h


Ignore:
Timestamp:
2010-07-27T22:04:19Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
4255320
Parents:
82ca986
Message:

Source documentation update, including a short HACKING file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • irc.h

    r82ca986 rf6f5eee  
    4545{
    4646        USTATUS_OFFLINE = 0,
    47         USTATUS_AUTHORIZED = 1,
    48         USTATUS_LOGGED_IN = 2,
    49         USTATUS_IDENTIFIED = 4,
    50         USTATUS_SHUTDOWN = 8
     47        USTATUS_AUTHORIZED = 1, /* Gave the correct server password (PASS). */
     48        USTATUS_LOGGED_IN = 2,  /* USER+NICK(+PASS) finished. */
     49        USTATUS_IDENTIFIED = 4, /* To NickServ (root). */
     50        USTATUS_SHUTDOWN = 8,   /* Now used to indicate we're shutting down.
     51                                   Currently just blocks irc_vawrite(). */
    5152} irc_status_t;
    5253
Note: See TracChangeset for help on using the changeset viewer.