Refactored profanity module

Now has simple run method and event handlers
This commit is contained in:
James Booth
2012-10-02 01:24:48 +01:00
parent 69fc81cd1c
commit b9ab5d9f33
3 changed files with 109 additions and 111 deletions

View File

@@ -63,8 +63,7 @@ main(int argc, char **argv)
return 0;
}
profanity_init(disable_tls, log);
profanity_run();
prof_run(disable_tls, log);
return 0;
}