Opened 13 years ago
Closed 11 years ago
#782 closed Defect (Fixed)
Removing a chat room pw does not work on Quakenet (+ possible fix)
Reported by: | akempgen | Owned by: | timothy |
---|---|---|---|
Component: | Chat Core (IRC) | Version: | Local Build |
Severity: | Normal | Keywords: | chat room channel key password |
Cc: |
Description
currently colloquy cannot remove channel keys on quakenet:
MODE #colloquy +k test > MODE #colloquy +k test MODE #colloquy -k * > 467: #colloquy Channel key already set
quakenet instead uses the syntax
MODE #colloquy -k test > MODE #colloquy -k test
which does also work on freenode for example
Change History (1)
comment:1 Changed 11 years ago by akempgen
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
fixed in [3743]