mirror of
git://git.acid.vegas/unrealircd.git
synced 2024-11-14 12:06:41 +00:00
Added missing semicolons
This commit is contained in:
parent
55f66f3839
commit
1d0b84a414
@ -1,10 +1,10 @@
|
||||
# IRCCloud
|
||||
except ban {
|
||||
mask *@5.254.36.56/29
|
||||
mask *@5.254.36.104/29
|
||||
mask *@2a03:5180:f::/62
|
||||
mask *@2a03:5180:f:4::/63
|
||||
mask *@2a03:5180:f:6::/64
|
||||
mask *@5.254.36.56/29;
|
||||
mask *@5.254.36.104/29;
|
||||
mask *@2a03:5180:f::/62;
|
||||
mask *@2a03:5180:f:4::/63;
|
||||
mask *@2a03:5180:f:6::/64;
|
||||
}
|
||||
|
||||
# KiwiIRC
|
||||
|
Loading…
Reference in New Issue
Block a user