mirror of
https://github.com/irssi/irssi.git
synced 2026-08-09 20:00:23 +02:00
Fixed /KNOCK support.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3305 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
19ca0eb059
commit
4cc4ddc1a7
2 changed files with 6 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
KNOCK %|<channel>
|
||||
@SYNTAX:knock@
|
||||
|
||||
Works only in some IRC networks (hybrid-like ircds).
|
||||
|
||||
|
|
@ -8,8 +8,9 @@ KNOCK is a feature that lets you request access to a channel they cannot join wi
|
|||
The following conditions must be met for KNOCK to work:
|
||||
|
||||
- You are not banned from the channel
|
||||
- Channel is not secret (+s)
|
||||
- Channel is not secret (+s) or private (+p)
|
||||
- You are not already on the channel
|
||||
- Channel is invite only (+i), has a key (+k) or limit is full
|
||||
|
||||
When successful KNOCK issued, it sends a notice to channel operators. Use of KNOCK is rate limited by server.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue