summaryrefslogtreecommitdiff
path: root/irc/konversation/files/patch-server.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'irc/konversation/files/patch-server.cpp')
-rw-r--r--irc/konversation/files/patch-server.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/irc/konversation/files/patch-server.cpp b/irc/konversation/files/patch-server.cpp
new file mode 100644
index 000000000000..7811423dd1b7
--- /dev/null
+++ b/irc/konversation/files/patch-server.cpp
@@ -0,0 +1,11 @@
+--- konversation/src/server.cpp.orig Tue Jun 7 10:44:34 2005
++++ konversation/src/server.cpp Tue Jun 7 10:44:58 2005
+@@ -212,7 +212,7 @@
+ }
+
+ channels += (*it).name();
+- keys += ((*it).password().isEmpty() ? "''" : (*it).password());
++ keys += ((*it).password().isEmpty() ? QString("''") : (*it).password());
+ }
+
+ setAutoJoinChannel(channels);