@@ -384,7 +384,7 @@ def _handle_message(self, arguments, command, source, tags):
384384
385385 m = list (m )
386386 log .debug (
387- "command: %s, source: %s, target: %s, " " arguments: %s, tags: %s" ,
387+ "command: %s, source: %s, target: %s, arguments: %s, tags: %s" ,
388388 command ,
389389 source ,
390390 target ,
@@ -398,7 +398,7 @@ def _handle_message(self, arguments, command, source, tags):
398398 self ._handle_event (event )
399399 else :
400400 log .debug (
401- "command: %s, source: %s, target: %s, " " arguments: %s, tags: %s" ,
401+ "command: %s, source: %s, target: %s, arguments: %s, tags: %s" ,
402402 command ,
403403 source ,
404404 target ,
@@ -421,7 +421,7 @@ def _handle_other(self, arguments, command, source, tags):
421421 if not is_channel (target ):
422422 command = "umode"
423423 log .debug (
424- "command: %s, source: %s, target: %s, " " arguments: %s, tags: %s" ,
424+ "command: %s, source: %s, target: %s, arguments: %s, tags: %s" ,
425425 command ,
426426 source ,
427427 target ,
@@ -1126,9 +1126,7 @@ def process_data(self):
11261126
11271127 if len (self .buffer ) > 2 ** 14 :
11281128 # Bad peer! Naughty peer!
1129- log .info (
1130- "Received >16k from a peer without a newline; " "disconnecting."
1131- )
1129+ log .info ("Received >16k from a peer without a newline; disconnecting." )
11321130 self .disconnect ()
11331131 return
11341132 else :
0 commit comments