|
|
@@ -430,6 +430,7 @@ void add_builtins(const char *table_name, cmd_t *cmds)
|
|
|
/* add BT_dcc cmds to cmdlist[] :: add to the help system.. */
|
|
|
if (!strcmp(table->name, "dcc") && (findhelp(cmds->name) != NULL)) {
|
|
|
cmdlist[cmdi].name = cmds->name;
|
|
|
+ cmdlist[cmdi].type = cmds->type;
|
|
|
cmdlist[cmdi].flags.match = FR_GLOBAL | FR_CHAN;
|
|
|
break_down_flags(cmds->flags, &(cmdlist[cmdi].flags), NULL);
|
|
|
cmdi++;
|