on_whoreply.py 171 B

1234
  1. from events.common import Protectees
  2. def process_event(self, connection, event):
  3. Protectees.update(self, event.arguments[4], event.arguments[1], event.arguments[2])