Changeset 814 for branches/ithildin-1.1
- Timestamp:
- 10/01/07 03:46:34 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ithildin-1.1/modules/ircd/protocols/rfc1459.c
r579 r814 39 39 s = cp->buf; 40 40 cp->stats.precv++; 41 42 /* devour leading whitespace */ 43 while (isspace(*s)) 44 s++; 45 41 46 if (*s == ':') { /* ignore prefix (what a waste of space...) */ 42 47 while (!isspace(*s) && *s)
Note: See TracChangeset
for help on using the changeset viewer.
