Project

General

Profile

FAQ » History » Version 13

Version 12 (seezer, 01/18/2010 10:44 PM) → Version 13/29 (kitterma, 01/20/2010 02:11 AM)

h1. FAQ

{{toc}}

h2. How do I add accounts to my Quassel Core?

Check out the article on [[Manage_Core_Users|how to manage core users]]

h2. Where can I configure the autojoin list?

There is no list as such. Quassel will automatically rejoin the channels you were in at the time you shut Quassel down.

h2. Why isn't Quassel using "Launchpad"?

At the time being "Launchpad":https://www.launchpad.net doesn't support "git":http://git.quassel-irc.org.

h2. I lost my menu, how can I make it reappear?

Press ctrl + m and it should reappear. For other toolbars, you can display them from the submenu entitled "View"

h2. How do I ignore CTCP requests?

Versions 0.5.2 and newer offer a "CTCP" type in the ignorelist settingspage.
If selected, the rule is parsed as follows:

hostmask [CTCPCMD CTCPCMD]

For example "* VERSION PING" would ignore VERSION and PING requests for any hostmask.
If no CTCPCMD is given, all requests are ignored.

Only global- and per network scope are supported.
Since CTCP is ignored on the coreside, "Strictness" is always permanent.

CTCP ingore is patched into quassel 0.5.0-0ubuntu1.1 for Ubuntu Karmic users.