Skip to content

Commit

Permalink
Fixed aliases restore
Browse files Browse the repository at this point in the history
  • Loading branch information
Ellen Fawkes committed Sep 4, 2017
1 parent bec9787 commit af0eb17
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions purrplingbot.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,9 @@ function init() {
store.flush();
};

// Restore aliases
aliases = store.restoreScope("aliases");

// Load plugin registry and init plugins
pluginRegistry = require("./pluginRegistry.js");
pluginRegistry.init();
Expand Down

0 comments on commit af0eb17

Please sign in to comment.