소스 검색

Forgot 'self'

tags/v0.1^2
Ben Kurtovic 12 년 전
부모
커밋
726f184227
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      earwigbot/irc/connection.py

+ 1
- 1
earwigbot/irc/connection.py 파일 보기

@@ -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


불러오는 중...
취소
저장