Rename Module -> Plugin with basic find/replace

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
2020-07-02 18:23:24 -07:00
parent fcfdb17daa
commit 4d7073cfcd
11 changed files with 9 additions and 239 deletions

View File

@@ -1,6 +1,6 @@
defmodule Omnibot.Contrib.Wordbot.Bot do
use Omnibot.Module.Base
use Omnibot.Module.GenServer
use Omnibot.Plugin.Base
use Omnibot.Plugin.GenServer
alias Omnibot.{Contrib.Wordbot, Irc, State, Util}
require Logger
@@ -128,7 +128,7 @@ defmodule Omnibot.Contrib.Wordbot.Bot do
start_round(irc, channel)
end
## Module callbacks
## Plugin callbacks
@impl true
def on_init(cfg) do