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

Fake-implement _process_message() in IRCConnection.

tags/v0.1^2
Ben Kurtovic преди 12 години
родител
ревизия
971773fc11
променени са 1 файла, в които са добавени 4 реда и са изтрити 0 реда
  1. +4
    -0
      earwigbot/irc/connection.py

+ 4
- 0
earwigbot/irc/connection.py Целия файл

@@ -108,6 +108,10 @@ class IRCConnection(object):
if line[0] == "PING": # If we are pinged, pong back
self.pong(line[1][1:])

def _process_message(self, line):
"""To be overridden in subclasses."""
raise NotImplementedError()

@property
def host(self):
"""The hostname of the IRC server, like ``"irc.freenode.net"``."""


Зареждане…
Отказ
Запис