mirror of
git://git.acid.vegas/unrealircd.git
synced 2024-11-15 04:26:41 +00:00
Fixed snomasks.conf (thanks syszopfor the clarification)
This commit is contained in:
parent
252e8547f4
commit
17c100d8f5
@ -30,6 +30,21 @@ log {
|
|||||||
destination { snomask o; }
|
destination { snomask o; }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# NOTE: These are not being used & are for the nomatch above
|
||||||
|
log {
|
||||||
|
source {
|
||||||
|
join.LOCAL_CLIENT_JOIN;
|
||||||
|
join.REMOTE_CLIENT_JOIN;
|
||||||
|
kick.LOCAL_CLIENT_KICK;
|
||||||
|
kick.REMOTE_CLIENT_KICK;
|
||||||
|
nick.LOCAL_NICK_CHANGE;
|
||||||
|
nick.REMOTE_NICK_CHANGE;
|
||||||
|
part.LOCAL_CLIENT_PART;
|
||||||
|
part.REMOTE_CLIENT_PART;
|
||||||
|
}
|
||||||
|
destination { snomask x; }
|
||||||
|
}
|
||||||
|
|
||||||
log {
|
log {
|
||||||
source {
|
source {
|
||||||
!debug;
|
!debug;
|
||||||
|
Loading…
Reference in New Issue
Block a user