30
30
def got_connect(self, connection):
31
31
'''Called when we get or establish a connection'''
34
34
def web_ui_request(self, path, connection):
35
35
'''The user made a request to our localhost web address.
36
36
`path` is the file path requested by the user.
37
37
`connection` is what we will use to send data back'''
41
41
'''Called when Anonplus is going to shutdown. Registered event handlers
42
42
should do any necessary saving and exit as soon as possible.'''