blob: fe72ff63e91b6fb8828a605ea22f70eb7dea5aa9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
---
layout: page
title: "Help: unalias"
---
{% comment %}
Please submit changes to
- https://github.com/irssi/irssi/blob/master/docs/help/in/unalias.in
- https://github.com/irssi/irssi/blob/master/src/fe-common/core/fe-settings.c
{% endcomment %}
[Help index](/documentation/help)
### Syntax ###
<div class="highlight irssisyntax"><pre style="\-\-cmdlen:7ch"><code><span class="synB">UNALIAS</span> <span class="synB05"><alias></span></code></pre></div>
### Parameters ###
The name of the alias.
### Description ###
Removes an alias.
### Examples ###
/UNALIAS BAN
/UNALIAS K
### See also ###
[ALIAS](/documentation/help/alias)
|