mod_pottymouth: bring back bloom_gen_server stop() to avoid error messages

This commit is contained in:
Tom Quackenbush 2016-06-29 21:23:54 +00:00
parent 1b86f7ccaa
commit 3a3a3f1db1
2 changed files with 2 additions and 2 deletions

BIN
.DS_Store vendored Normal file

Binary file not shown.

View File

@ -21,8 +21,8 @@ member({Lang, Word} = _MessageToken) ->
start({Lang, BlacklistFile} = _Opts) ->
gen_server:start_link({local, serverName(Lang)}, ?MODULE, [BlacklistFile], []).
stop() ->
ok.
stop(_Host) ->
ok.
init([BlacklistFile]) ->
?INFO_MSG("Building bloom", []),