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:
parent
55f66f3839
commit
1d0b84a414
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user