2010-05-20 00:23:32 +02:00
|
|
|
DLINE [duration] <ip> :[reason] [| oper reason]
|
2007-01-25 07:40:21 +01:00
|
|
|
|
2010-02-24 23:31:56 +01:00
|
|
|
Adds a DLINE to the database which will deny any
|
|
|
|
connections from the IP address of the banned client.
|
|
|
|
The banned client will receive a message saying
|
2013-11-15 05:34:42 +01:00
|
|
|
they are banned with reason [reason].
|
2007-01-25 07:40:21 +01:00
|
|
|
|
2010-05-20 00:23:32 +02:00
|
|
|
Duration is optional, and is in minutes. If specified,
|
|
|
|
the DLINE will not be saved in the database.
|
|
|
|
|
|
|
|
If an oper reason is added (the pipe must be specified
|
|
|
|
to seperate the fields) this will be added into the
|
|
|
|
database but will not be shown to the user when they
|
|
|
|
are given the kline reason.
|
|
|
|
|
|
|
|
DLINE [duration] <ip> ON irc.server :[reason] [| oper reason]
|
|
|
|
will dline the user on irc.server if irc.server accepts
|
|
|
|
remote dlines. irc.server can contain wildcards.
|
2007-01-25 07:40:21 +01:00
|
|
|
|
2013-11-15 05:34:42 +01:00
|
|
|
- Requires Oper Priv: oper:kline
|