Remove unnecessary kruft

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
2020-07-17 22:14:33 -07:00
parent 9fac85cc9a
commit b72071793b
2 changed files with 1 additions and 7 deletions

View File

@@ -2,7 +2,7 @@ defmodule Omnibot.Core do
use Omnibot.Plugin
alias Omnibot.State
@default_config [channels: :all]
@default_config channels: :all
@impl true
def on_join(irc, channel, nick) do