blob: 440e9f0a51f7d7486b3ce8ede546699c724f0ffc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $Id$
UNRESV <channel|nick>
-- Remove a RESV on a channel or nick
Will attempt to remove the resv for the given
channel/nick. If the resv is conf based, the resv
will not be removed.
UNRESV <channel|nick> ON irc.server
will unresv the <channel|nick> on irc.server if irc.server
accepts remote unresvs. If the resv is conf based, the resv
will not be removed.
|