~vomun-developers/anonplus/vomun-trunk

« back to all changes in this revision

Viewing changes to src/vomun.py

  • Committer: AJ00200
  • Date: 2011-11-26 01:57:56 UTC
  • Revision ID: git-v1:9d0494d57d5f3d546fb3a6ba4607e5eb41cd9e7b
Made some changes with events. We now have a logit event.

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
        time.sleep(1)
63
63
 
64
64
    ## cleanup
65
 
    libs.events.broadcast('shutdown')
 
65
    libs.events.broadcast('got_shutdown')
66
66
    libs.threadmanager.killall()
67
67
    libs.threadmanager.close_sockets()
68
68
    friends.save_friends()