mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-10 05:43:12 +02:00
Updated updconf.c to use except scan
This commit is contained in:
+1
-1
@@ -498,7 +498,7 @@ int main(int argc, char *argv[]) {
|
||||
break;
|
||||
}
|
||||
case 'e':
|
||||
fprintf(fd2, "except socks {\n");
|
||||
fprintf(fd2, "except scan {\n");
|
||||
tmp = getfield(&buf[2]);
|
||||
fprintf(fd2, "\tmask %s;\n", tmp);
|
||||
fprintf(fd2, "};\n\n");
|
||||
|
||||
Reference in New Issue
Block a user