5
mirror of git://git.acid.vegas/unrealircd.git synced 2025-04-04 15:48:24 +00:00

Added missing semicolons

This commit is contained in:
Dionysus 2023-05-11 17:51:02 -04:00
parent 55f66f3839
commit 1d0b84a414
Signed by: acidvegas
GPG Key ID: EF4B922DB85DC9DE

View File

@ -1,10 +1,10 @@
# IRCCloud # IRCCloud
except ban { except ban {
mask *@5.254.36.56/29 mask *@5.254.36.56/29;
mask *@5.254.36.104/29 mask *@5.254.36.104/29;
mask *@2a03:5180:f::/62 mask *@2a03:5180:f::/62;
mask *@2a03:5180:f:4::/63 mask *@2a03:5180:f:4::/63;
mask *@2a03:5180:f:6::/64 mask *@2a03:5180:f:6::/64;
} }
# KiwiIRC # KiwiIRC