Преглед на файлове

Encoding str from utf-8 before sending to socket - correction

Jadjay преди 8 години
родител
ревизия
27d47ba3d0
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      irclib.py

+ 1 - 1
irclib.py Целия файл

@@ -795,7 +795,7 @@ class ServerConnection(Connection):
795 795
                 print "TO SERVER:", string
796 796
         except socket.error, x:
797 797
             # Ouch!
798
-            self.disconnect(u'Connection reset by peer.')
798
+            self.disconnect("Connection reset by peer.")
799 799
 
800 800
     def squit(self, server, comment=""):
801 801
         """Send an SQUIT command."""