Skip to content

Commit

Permalink
src/logging: Add missing raid level
Browse files Browse the repository at this point in the history
  • Loading branch information
sogehige committed Aug 7, 2018
1 parent ab30613 commit 8e34cc5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/bot/logging.js
Expand Up @@ -23,6 +23,7 @@ const levels = {
whisperIn: 2,
whisperOut: 2,
host: 5,
raid: 5,
follow: 5,
unfollow: 5,
cheer: 5,
Expand Down Expand Up @@ -67,6 +68,7 @@ if (cluster.isWorker) {
if (info.level === 'ban') level = '+ban'
if (info.level === 'follow') level = '+follow'
if (info.level === 'host') level = '+host'
if (info.level === 'raid') level = '+raid'
if (info.level === 'unfollow') level = '-follow'
if (info.level === 'cheer') level = '+cheer'
if (info.level === 'sub') level = '+sub'
Expand Down

0 comments on commit 8e34cc5

Please sign in to comment.