- Timestamp:
- 05/31/06 08:34:59 (6 years ago)
- File:
-
- 1 edited
-
branches/ithildin-1.1/modules/ircd/commands/quit.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/ithildin-1.1/modules/ircd/commands/quit.c
r718 r746 40 40 * they are in. If this is the case they are parted from the channels 41 41 * before the quit is sent. */ 42 if (!CLIENT_MASTER(cli) && msg != NULL) {42 if (!CLIENT_MASTER(cli) && *msg != '\0') { 43 43 clp = LIST_FIRST(&cli->chans); 44 44 while (clp != NULL) {
Note: See TracChangeset
for help on using the changeset viewer.
