Project

General

Profile

Bug #994

Add handlers for channel forwarding;

Added by JabLuszko almost 14 years ago.

Status:
New
Priority:
Low
Assignee:
-
Category:
Quassel Core
Target version:
-
Start date:
06/16/2010
Due date:
% Done:

0%

Estimated time:
Version:
0.6-pre
OS:
Any

Description

If you join channel (let's say #ubuntu-release-party) which was later closed and forwared to #ubuntu, the core will still try connecting to #ubuntu-release-party; (which looks like a good behaviour) but...
It will even happend to it, if you leave #ubuntu (not #ubuntu-release-party which can't be joined) before restarting the core.
Looks like if the channel is forwared and we leave from the 'forwarded channe' the core should also mark the 'first channel, which forwared us' like a 'not connect at start';

Currently you can change the behaviour from the sqlite3;
sqlite3 ~/.config/quassel-irc.org/quassel-storage.sqlite
update buffer set joined=0 where buffername="#ubuntu-release-party";

Also available in: Atom PDF