Skip to content

Commit

Permalink
Doc
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelortmann committed Jun 22, 2024
1 parent 1847b78 commit 3dba299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mod/share.mod/uf_features.c
Original file line number Diff line number Diff line change
Expand Up @@ -252,8 +252,8 @@ static void uf_features_parse(int idx, char *par)
/* Is the feature available and active? */
ul = uff_findentry_byname(feature);
if (ul && (ul->entry->ask_func == NULL || ul->entry->ask_func(idx))) {
/* Add feature to list */
dcc[idx].u.bot->uff_flags |= ul->entry->flag; /* Set flag */
/* Add feature to list */
if (dcc[idx].u.bot->numver >= 1090507) {
if (len)
uff_sbuf[len++] = ' ';
Expand Down

0 comments on commit 3dba299

Please sign in to comment.