config: add urlinfo plugin + local changes

This commit is contained in:
jkhsjdhjs 2021-05-15 13:50:14 +00:00
parent c8870bab4e
commit 9a3fce367a

View File

@ -2,10 +2,12 @@
"nick": "nxy",
"realname": "nxy",
"username": "nxy",
"host": "localhost",
"port": 6667,
"ssl": false,
"autojoins": ["#nxy-dev"],
"host": "irc.n0xy.net",
"port": 6697,
"ssl": true,
"sasl_username": "nxy",
"sasl_password": "",
"autojoins": ["#w0bm"],
"flood_burst": 1,
"flood_rate": 4,
"flood_rate_delay": 1,
@ -26,11 +28,13 @@
"bot.tell",
"bot.timer",
"bot.urban",
"bot.urlinfo",
"bot.useless",
"bot.weather",
"bot.youtube"
],
"irc3.plugins.command": {
"use_shlex": true,
"guard": "irc3.plugins.command.mask_based_policy",
"cmd": "."
},