charybdis
changeset 1306:6144f52a119b trunk
help: Remove references to old ban .confs,
calling bandb "the database" instead.
calling bandb "the database" instead.
| author | Jilles Tjoelker <jilles@stack.nl> |
|---|---|
| date | Wed Feb 24 23:31:56 2010 +0100 (6 months ago) |
| parents | 9135a0bc10db |
| children | e1e24f6c5432 |
| files | help/opers/dline help/opers/kline help/opers/rehash help/opers/resv help/opers/unresv help/opers/xline |
line diff
1.1 --- a/help/opers/dline Wed Feb 24 23:28:27 2010 +0100 1.2 +++ b/help/opers/dline Wed Feb 24 23:31:56 2010 +0100 1.3 @@ -1,9 +1,9 @@ 1.4 DLINE [duration] <ip> :[reason] 1.5 1.6 -Adds a DLINE to the ircd.conf or klines.conf file 1.7 -which will deny any connections from the IP address 1.8 -of the banned client. The banned client will receive 1.9 -a message saying he/she is banned with reason [reason] 1.10 +Adds a DLINE to the database which will deny any 1.11 +connections from the IP address of the banned client. 1.12 +The banned client will receive a message saying 1.13 +he/she is banned with reason [reason]. 1.14 1.15 Duration is optional, and is in minutes. 1.16
2.1 --- a/help/opers/kline Wed Feb 24 23:28:27 2010 +0100 2.2 +++ b/help/opers/kline Wed Feb 24 23:31:56 2010 +0100 2.3 @@ -1,13 +1,13 @@ 2.4 KLINE <user@host> :[reason] [| oper reason] 2.5 2.6 -Adds a KLINE to the kline.conf file which will ban the 2.7 +Adds a KLINE to the database which will ban the 2.8 specified user from using this server. The banned 2.9 client will receive a message saying he/she is banned 2.10 with reason [reason]. 2.11 2.12 If an oper reason is added (the pipe must be specified 2.13 to seperate the fields) this will be added into the 2.14 -kline.conf but will not be shown to the user when they 2.15 +database but will not be shown to the user when they 2.16 are given the kline reason. 2.17 2.18 KLINE <user@ip.ip.ip.ip> :[reason] [| oper reason]
3.1 --- a/help/opers/rehash Wed Feb 24 23:28:27 2010 +0100 3.2 +++ b/help/opers/rehash Wed Feb 24 23:31:56 2010 +0100 3.3 @@ -4,7 +4,7 @@ 3.4 ircd.conf file. 3.5 3.6 [option] can be one of the following: 3.7 - BANS - Re-reads kline.conf, dline.conf, resv.conf and xline.conf 3.8 + BANS - Re-reads kline/dline/resv/xline database 3.9 DNS - Re-read the /etc/resolv.conf file 3.10 HELP - Re-reads help files 3.11 MOTD - Re-reads MOTD file
4.1 --- a/help/opers/resv Wed Feb 24 23:28:27 2010 +0100 4.2 +++ b/help/opers/resv Wed Feb 24 23:31:56 2010 +0100 4.3 @@ -1,7 +1,7 @@ 4.4 RESV [time] <channel|nick> :<reason> 4.5 4.6 Reserves a channel or nickname from use. If [time] is not specified this 4.7 -is added to resv.conf, otherwise is temporary for [time] minutes. 4.8 +is added to the database, otherwise is temporary for [time] minutes. 4.9 4.10 Nick resvs accept the same wildcard chars as xlines. 4.11 Channel resvs only use exact string comparisons.
5.1 --- a/help/opers/unresv Wed Feb 24 23:28:27 2010 +0100 5.2 +++ b/help/opers/unresv Wed Feb 24 23:31:56 2010 +0100 5.3 @@ -2,5 +2,4 @@ 5.4 5.5 -- Remove a RESV on a channel or nick 5.6 Will attempt to remove the resv for the given 5.7 -channel/nick. If the resv is ircd.conf based, 5.8 -the resv will not be removed. 5.9 +channel/nick.
6.1 --- a/help/opers/xline Wed Feb 24 23:28:27 2010 +0100 6.2 +++ b/help/opers/xline Wed Feb 24 23:31:56 2010 +0100 6.3 @@ -1,7 +1,7 @@ 6.4 XLINE [time] <gecos> :<reason> 6.5 6.6 Bans by gecos (aka 'real name') field. If [time] is not specified 6.7 -this is added to xline.conf, otherwise is temporary for [time] 6.8 +this is added to the database, otherwise is temporary for [time] 6.9 minutes. 6.10 6.11 Eg. /quote xline eggdrop?bot :no bots
