Bläddra i källkod

Forgot 'self'

tags/v0.1^2
Ben Kurtovic 12 år sedan
förälder
incheckning
726f184227
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. +1
    -1
      earwigbot/irc/connection.py

+ 1
- 1
earwigbot/irc/connection.py Visa fil

@@ -95,7 +95,7 @@ class IRCConnection(object):
if not hidelog:
self.logger.debug(msg)

def _split(msgs, maxlen, maxsplits=3):
def _split(self, msgs, maxlen, maxsplits=3):
"""Split a large message into multiple messages smaller than maxlen."""
words = msgs.split(" ")
splits = 0


Laddar…
Avbryt
Spara