Commit 14addc222c6b1022f1ee5290f0ca131684921537

Authored by Adhidarma Hadiwinoto
1 parent 7ce81fc753
Exists in master

typo

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -131,7 +131,7 @@ xmpp.on('chat', function(from, message) {
131 131 }
132 132  
133 133 if (config.globals.blacklists) {
134   - blaclists = config.globals.blacklists.split(',');
  134 + blacklists = config.globals.blacklists.split(',');
135 135 if (blacklists.indexOf(from.toLowerCase()) >= 0) {
136 136 return;
137 137 }