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/trunk/src/conf.c (file contents):
Revision 7437 by michael, Thu Mar 10 19:59:52 2016 UTC vs.
Revision 7480 by michael, Wed Mar 16 08:53:56 2016 UTC

# Line 1147 | Line 1147 | read_conf_files(int cold)
1147    isupport_add("CHANNELLEN", NULL, CHANNELLEN);
1148    isupport_add("TOPICLEN", NULL, ConfigServerInfo.max_topic_length);
1149    isupport_add("CHANMODES", chanmodes, -1);
1150
1151  /*
1152   * message_locale may have changed.  rebuild isupport since it relies
1153   * on strlen(form_str(RPL_ISUPPORT))
1154   */
1155  isupport_rebuild();
1150   }
1151  
1152   /* conf_add_class_to_conf()

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines