Skip to content
Snippets Groups Projects
Commit 55f06709 authored by Randy Sommerfeld's avatar Randy Sommerfeld
Browse files

Allow comments on Y:Lines

parent 889ca800
No related branches found
No related tags found
1 merge request!455Update branch with changes from master
......@@ -410,6 +410,8 @@ function ini_Class(arg, ini) {
ini_int_min_max(ini.Maximum, 1, 99999, 100, format("Maximum IRC class %u",ircclass)),
ini_int_min_max(ini.SendQ, 2048, 999999999, 1000000, format("SendQ IRC class %u",ircclass))
);
if (ini.Comment)
YLines[ircclass].comment = ini.Comment;
}
/* Former I:Line */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment