Add "ignore" list to wordbot plugin
Wordbot can now ignore users who send messages to the channel. Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
@@ -13,7 +13,7 @@ config = %Config {
|
||||
]},
|
||||
{Omnibot.Contrib.Linkbot, channels: :all},
|
||||
{Omnibot.Contrib.Fortune, channels: :all},
|
||||
{Omnibot.Contrib.Wordbot, channels: ["#idleville"]},
|
||||
{Omnibot.Contrib.Wordbot, channels: ["#idleville"], ignore: ["username"]},
|
||||
],
|
||||
|
||||
#module_paths: [{"modules", recurse: true}]
|
||||
|
||||
Reference in New Issue
Block a user