view tests/data/irccd-rules.conf @ 668:8a79b5c0ddc7

Tests: add network_stream test, closes #788 @1h
author David Demelier <markand@malikania.fr>
date Fri, 06 Apr 2018 21:10:34 +0200
parents 7ed23c858694
children
line wrap: on
line source

[transport]
type        = "unix"
path        = "@CMAKE_BINARY_DIR@/tmp/irccd.sock"

[rule]
servers     = ( "s1", "s2" )
channels    = ( "c1", "c2" )
plugins     = ( "p1", "p2" )
events      = ( "onCommand", "onMessage" )
action      = "drop"

# vim: ft=cfg: