Skip to content

A plugin for kiwiirc for display warn when open query with kids

Notifications You must be signed in to change notification settings

BigBadWouf/kiwiirc-kidsProtector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

kidsProtector

KiwiIRC plugin for display warn message when query a kid

Copy kids-protector.html in www/static/plugins folder
Add this to www/static/config.json

"plugins" : [
    {"name": "kidsProtector", "url": "static/plugins/kids-protector.html"}
	],
"kids-protector": {
    "warnOnQuery": true,
    "warnMessage": "Vous vous adressez à un utilisateur mineur. Merci de rester correct sous peine de sanctions lourdes.",
    "disableQueryFromAdult": false,
    "IgnoreAfterYearOld": 20
},

This plugin depend of plugin-asl.

Todo

Maybe parsing realname for users don't use Applet.

About

A plugin for kiwiirc for display warn when open query with kids

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages