mirror of
https://github.com/matrix-construct/construct
synced 2024-11-02 11:58:53 +01:00
212380e3f4
+ branches/release-2.1 -> 2.2 base + 3.0 -> branches/cxxconversion + backport some immediate 3.0 functionality for 2.2 + other stuff
11 lines
408 B
Text
11 lines
408 B
Text
RESV [time] <channel|nick> :<reason>
|
|
|
|
Reserves a channel or nickname from use. If [time] is not specified this
|
|
is added to resv.conf, otherwise is temporary for [time] minutes.
|
|
|
|
Nick resvs accept the same wildcard chars as xlines.
|
|
Channel resvs only use exact string comparisons.
|
|
|
|
RESV [time] <channel|nick> ON <server> :<reason>
|
|
|
|
Will attempt to set the RESV on <server> if <server> accepts remote RESVs.
|