summaryrefslogtreecommitdiff
blob: 8f940311fa674c890df39b8597737d2bd6718591 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- session.rb.orig	2004-03-27 05:26:36.000000000 +0900
+++ session.rb	2004-05-18 02:53:08.881014304 +0900
@@ -56,7 +56,7 @@
   end
 
   def reply_successful (result = nil)
-    if result then
+    if result and result.length > 0 then
       result += "\n"
     else
       result = ""