Ticket #782 (closed defect: fixed)

Opened 2 years ago

Last modified 1 year ago

Removing a chat room pw does not work on Quakenet (+ possible fix)

Reported by: akempgen Assigned to: timothy
Priority: high Component: Chat Core (IRC)
Version: Built Source 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

09/27/07 14:04:58 changed by akempgen

  • status changed from new to closed.
  • resolution set to fixed.

fixed in [3743]