Project

General

Profile

Unban » History » Version 2

Per Amundsen, 02/16/2023 05:05 PM

1 1 Per Amundsen
_Added in 1.5_
2
3
*/unban <nick/address>*
4
5
Removes a ban on <nick/address> from current channel.
6
7
Same as [[/ban]] -r [nick/address]
8
9
*Parameters*
10
11 2 Per Amundsen
table(ktable).
12
|*Parameter*|*Description*|
13
| <nick/address> | The nick or address to remove. |
14 1 Per Amundsen
15
*Example*
16
17
<pre>
18
;Remove ban on Nick
19
/unban Nick
20
21
;Remove ban on Nick*!*@*
22
/unban Nick!*@*
23
</pre>