mirror of
https://github.com/thelounge/thelounge
synced 2024-11-22 20:13:07 +00:00
Merge pull request #2756 from thelounge/mcinkay/missing-commands
Add 3 commands that were missing on client autocomplete
This commit is contained in:
commit
d3b7a205b4
1 changed files with 3 additions and 0 deletions
|
@ -32,11 +32,13 @@ const commands = [
|
||||||
"/cs",
|
"/cs",
|
||||||
"/ctcp",
|
"/ctcp",
|
||||||
"/cycle",
|
"/cycle",
|
||||||
|
"/dehop",
|
||||||
"/deop",
|
"/deop",
|
||||||
"/devoice",
|
"/devoice",
|
||||||
"/disconnect",
|
"/disconnect",
|
||||||
"/expand",
|
"/expand",
|
||||||
"/ho",
|
"/ho",
|
||||||
|
"/hop",
|
||||||
"/hs",
|
"/hs",
|
||||||
"/ignore",
|
"/ignore",
|
||||||
"/ignorelist",
|
"/ignorelist",
|
||||||
|
@ -56,6 +58,7 @@ const commands = [
|
||||||
"/os",
|
"/os",
|
||||||
"/part",
|
"/part",
|
||||||
"/query",
|
"/query",
|
||||||
|
"/quote",
|
||||||
"/quit",
|
"/quit",
|
||||||
"/raw",
|
"/raw",
|
||||||
"/rejoin",
|
"/rejoin",
|
||||||
|
|
Loading…
Reference in a new issue