about summary refs log tree commit diff
path: root/IrcTokens/Protocol.cs
diff options
context:
space:
mode:
Diffstat (limited to 'IrcTokens/Protocol.cs')
-rw-r--r--IrcTokens/Protocol.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/IrcTokens/Protocol.cs b/IrcTokens/Protocol.cs
index 3769ea3..6ddb079 100644
--- a/IrcTokens/Protocol.cs
+++ b/IrcTokens/Protocol.cs
@@ -50,7 +50,9 @@ namespace IrcTokens
                     }
                 }
                 else
+                {
                     unescaped.Append(current);
+                }
             }
 
             return unescaped.ToString();