view tests/src/plugins/joke/jokes-invalid.json @ 618:5afc0b3a9ad8

Plugin joke: brand new plugin, closes #609 @2h The new joke plugin offers a convenient registry of jokes that are displayed in a random and unique order. It keeps track of displayed jokes per channel/server pairs.
author David Demelier <markand@malikania.fr>
date Tue, 19 Dec 2017 22:02:12 +0100
parents
children
line wrap: on
line source

[
    [
    ],
    [
        1234,
        true,
        "still hav a string though"
    ],
    [
        "a"
    ]
]