ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/src/conf.c
(Generate patch)

Comparing ircd-hybrid-8/src/s_conf.c (file contents):
Revision 1172 by michael, Sat Aug 13 18:49:37 2011 UTC vs.
Revision 1175 by michael, Sun Aug 14 10:47:48 2011 UTC

# Line 729 | Line 729 | report_confitem_types(struct Client *sou
729    case CLIENT_TYPE:
730      break;
731  
732 <  case SERVICE_TYPE: /* XXX TBD */
732 >  case SERVICE_TYPE:
733      DLINK_FOREACH(ptr, service_items.head)
734      {
735        conf = ptr->data;
736 +      sendto_one(source_p, form_str(RPL_STATSSERVICE),
737 +                 me.name, source_p->name, 'S', "*", conf->name, 0, 0);
738      }
739      break;
740  
# Line 2496 | Line 2498 | read_conf_files(int cold)
2498    add_isupport("CHANLIMIT", chanlimit, -1);
2499    snprintf(chanmodes, sizeof(chanmodes), "%s%s%s",
2500             ConfigChannel.use_except ? "e" : "",
2501 <           ConfigChannel.use_invex ? "I" : "", "b,k,l,imnpstOS");
2501 >           ConfigChannel.use_invex ? "I" : "", "b,k,l,imnprstORS");
2502    add_isupport("CHANNELLEN", NULL, LOCAL_CHANNELLEN);
2503  
2504    if (ConfigChannel.use_except)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines