예제 #1
0
파일: history.py 프로젝트: jurex/reactor
 def __init__(self):
     self.history = []
     Plugin.__init__(self, "@history")
예제 #2
0
파일: echo.py 프로젝트: jurex/reactor
 def __init__(self):
     Plugin.__init__(self, "@echo")
예제 #3
0
파일: websocket.py 프로젝트: jurex/reactor
 def __init__(self):
   Plugin.__init__(self, "@websocket")