newconf: fix error message on channel::autochanmodes
This commit is contained in:
parent
5225f83df1
commit
4952e40b7e
1 changed files with 1 additions and 1 deletions
|
@ -1826,7 +1826,7 @@ conf_set_channel_autochanmodes(void *data)
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
conf_report_error("channel::autochanmodes -- Invalid channel mode %c", pm);
|
conf_report_error("channel::autochanmodes -- Invalid channel mode %c", *pm);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in a new issue