view tests/src/libirccd/rule-util/simple.conf @ 746:fe3d80412701

Irccd: load config in irccd-test
author David Demelier <markand@malikania.fr>
date Fri, 03 Aug 2018 12:15:00 +0200
parents 84537e43b352
children
line wrap: on
line source

[rule]
servers = "s1"
action = accept

[rule]
channels = "#c1"
action = drop

[rule]
plugins = "hangman"
action = accept

[rule]
events = "onCommand"
action = drop

[rule]
servers = "s1"
channels = "#c1"
plugins = "hangman"
events = "onCommand"
action = accept