Changing name of the default chatroom to "clue"
diff --git a/chatdialog.cpp b/chatdialog.cpp
index 6afd838..43d4860 100644
--- a/chatdialog.cpp
+++ b/chatdialog.cpp
@@ -732,7 +732,7 @@
   m_minimaniho = settings.value("minimaniho", false).toBool();
   if (nick == "" || chatroom == "" || originPrefix == "") {
     m_user.setOriginPrefix(DEFAULT_LOCAL_PREFIX);
-    m_user.setChatroom("retreat2012");
+    m_user.setChatroom("clue");
     QTimer::singleShot(500, this, SLOT(buttonPressed()));
     return false;
   }