FAQ » History » Version 16
dalbers, 01/28/2010 10:38 PM
just to have the last word :>
| 1 | 1 | dalbers | h1. FAQ |
|---|---|---|---|
| 2 | 1 | dalbers | |
| 3 | 6 | seezer | {{toc}} |
| 4 | 6 | seezer | |
| 5 | 6 | seezer | h2. How do I add accounts to my Quassel Core? |
| 6 | 6 | seezer | |
| 7 | 11 | seezer | Check out the article on [[Manage_Core_Users|how to manage core users]] |
| 8 | 6 | seezer | |
| 9 | 6 | seezer | h2. Where can I configure the autojoin list? |
| 10 | 6 | seezer | |
| 11 | 6 | seezer | There is no list as such. Quassel will automatically rejoin the channels you were in at the time you shut Quassel down. |
| 12 | 6 | seezer | |
| 13 | 6 | seezer | h2. Why isn't Quassel using "Launchpad"? |
| 14 | 6 | seezer | |
| 15 | 8 | bbigras | At the time being "Launchpad":https://www.launchpad.net doesn't support "git":http://git.quassel-irc.org. |
| 16 | 9 | shikamaru | |
| 17 | 9 | shikamaru | h2. I lost my menu, how can I make it reappear? |
| 18 | 9 | shikamaru | |
| 19 | 9 | shikamaru | Press ctrl + m and it should reappear. For other toolbars, you can display them from the submenu entitled "View" |
| 20 | 12 | seezer | |
| 21 | 12 | seezer | h2. How do I ignore CTCP requests? |
| 22 | 12 | seezer | |
| 23 | 12 | seezer | Versions 0.5.2 and newer offer a "CTCP" type in the ignorelist settingspage. |
| 24 | 12 | seezer | If selected, the rule is parsed as follows: |
| 25 | 12 | seezer | |
| 26 | 16 | dalbers | hostmask [CTCPCMD [CTCPCMD ...]] |
| 27 | 12 | seezer | |
| 28 | 12 | seezer | For example "* VERSION PING" would ignore VERSION and PING requests for any hostmask. |
| 29 | 12 | seezer | If no CTCPCMD is given, all requests are ignored. |
| 30 | 12 | seezer | |
| 31 | 12 | seezer | Only global- and per network scope are supported. |
| 32 | 12 | seezer | Since CTCP is ignored on the coreside, "Strictness" is always permanent. |
| 33 | 13 | kitterma | |
| 34 | 13 | kitterma | CTCP ingore is patched into quassel 0.5.0-0ubuntu1.1 for Ubuntu Karmic users. |