Skip to content

Commit 432b71d

Browse files
committed
Update for the changes in v4.6.0.
1 parent 7e6ce7a commit 432b71d

15 files changed

+244
-20
lines changed

docs/3/commands/_eline.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/3/commands/_eline.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: ELINE
2+
oper_only: true
3+
syntax: >-
4+
<ident@host>[,<ident@host>]+ [<duration> <reason>]
5+
description: |-
6+
If `<duration>` and `<reason>` are specified then exempts an ident@host mask from being affected by other (G, K, Z, etc) X-lines. The `<duration>` may be specified as a number of seconds or as a duration in the format 1y2w3d4h5m6s. If the duration is zero then the E-line will be permanent.
7+
8+
Otherwise, if just `<ident@host>` is specified, removes an exemption on an ident@host mask.
9+
example:
10+
- description: |-
11+
E-lines [email protected] for one day with the reason "Testing"
12+
text: |-
13+
/ELINE [email protected] 1d :Testing
14+
- description: |-
15+
E-lines [email protected] for one day with the reason "Testing"
16+
text: |-
17+
/ELINE [email protected] 86400 :Testing
18+
- description: |-
19+
Removes an E-line on [email protected]
20+
text: |-
21+

docs/3/commands/_gline.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/3/commands/_gline.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: GLINE
2+
oper_only: true
3+
syntax: >-
4+
<ident@host>[,<ident@host>]+ [<duration> <reason>]
5+
description: |-
6+
If `<duration>` and `<reason>` are specified then bans an ident@host mask from connecting to the network. The `<duration>` may be specified as a number of seconds or as a duration in the format 1y2w3d4h5m6s. If the duration is zero then the G-line will be permanent.
7+
8+
Otherwise, if just `<ident@host>` is specified, removes a network-wide ban on an ident@host mask.
9+
example:
10+
- description: |-
11+
G-lines [email protected] for one day with the reason "Testing"
12+
text: |-
13+
/GLINE [email protected] 1d :Testing
14+
- description: |-
15+
G-lines [email protected] for one day with the reason "Testing"
16+
text: |-
17+
/GLINE [email protected] 86400 :Testing
18+
- description: |-
19+
Removes a G-line on [email protected]
20+
text: |-
21+

docs/3/commands/_kline.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/3/commands/_kline.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: KLINE
2+
oper_only: true
3+
syntax: >-
4+
<ident@host>[,<ident@host>]+ [<duration> <reason>]
5+
description: |-
6+
If `<duration>` and `<reason>` are specified then bans an ident@host mask from connecting to the local server. The `<duration>` may be specified as a number of seconds or as a duration in the format 1y2w3d4h5m6s. If the duration is zero then the K-line will be permanent.
7+
8+
Otherwise, if just `<ident@host>` is specified, removes a local server ban on an ident@host mask.
9+
example:
10+
- description: |-
11+
K-lines [email protected] for one day with the reason "Testing"
12+
text: |-
13+
/KLINE [email protected] 1d :Testing
14+
- description: |-
15+
K-lines [email protected] for one day with the reason "Testing"
16+
text: |-
17+
/KLINE [email protected] 86400 :Testing
18+
- description: |-
19+
Removes a K-line on [email protected]
20+
text: |-
21+

docs/3/commands/_qline.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/3/commands/_qline.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: QLINE
2+
oper_only: true
3+
syntax: >-
4+
<nick>[,<nick>]+ [<duration> <reason>]
5+
description: |-
6+
If `<duration>` and `<reason>` are specified then prevents a nickname from being used. The `<duration>` may be specified as a number of seconds or as a duration in the format 1y2w3d4h5m6s. If the duration is zero then the Q-line will be permanent.
7+
8+
Otherwise, if just `<nick>` is specified, removes a reservation on a nickname.
9+
example:
10+
- description: |-
11+
Q-lines Adam for one day with the reason "Testing"
12+
text: |-
13+
/QLINE Adam 1d :Testing
14+
- description: |-
15+
Q-lines Sadie for one day with the reason "Testing"
16+
text: |-
17+
/QLINE Sadie 86400 :Testing
18+
- description: |-
19+
Removes a Q-line on Adam
20+
text: |-
21+
/QLINE Adam

docs/3/commands/_zline.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/3/commands/_zline.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: ZLINE
2+
oper_only: true
3+
syntax: >-
4+
<ipaddr>[,<ipaddr>]+ [<duration> <reason>]
5+
description: |-
6+
If `<duration>` and `<reason>` are specified then bans an IP address or CIDR range from connecting to the network. The `<duration>` may be specified as a number of seconds or as a duration in the format 1y2w3d4h5m6s. If the duration is zero then the Z-line will be permanent.
7+
8+
Otherwise, if just `<ipaddr>` is specified, removes a network-wide ban on an IP address.
9+
example:
10+
- description: |-
11+
Z-lines 192.0.2.1 for one day with the reason "Testing"
12+
text: |-
13+
/ZLINE 192.0.2.1 1d :Testing
14+
- description: |-
15+
Z-lines 192.0.2.0/24 for one day with the reason "Testing"
16+
text: |-
17+
/ZLINE 192.0.2.0/24 86400 :Testing
18+
- description: |-
19+
Removes a Z-line on 192.0.2.1
20+
text: |-
21+
/ZLINE 192.0.2.1

0 commit comments

Comments
 (0)