diff --git a/protocols/ratbox.py b/protocols/ratbox.py index 7182f46..e55bf2e 100644 --- a/protocols/ratbox.py +++ b/protocols/ratbox.py @@ -74,6 +74,10 @@ class RatboxProtocol(TS6Protocol): return u + def updateClient(self, target, field, text): + """updateClient() stub for ratbox.""" + raise NotImplementedError + def handle_realhost(self, uid, command, args): """Handles real host propagation.""" log.debug('(%s) Got REALHOST %s for %s', args[0], uid)