config: add urlinfo plugin + local changes
This commit is contained in:
parent
c8870bab4e
commit
9a3fce367a
|
@ -2,10 +2,12 @@
|
||||||
"nick": "nxy",
|
"nick": "nxy",
|
||||||
"realname": "nxy",
|
"realname": "nxy",
|
||||||
"username": "nxy",
|
"username": "nxy",
|
||||||
"host": "localhost",
|
"host": "irc.n0xy.net",
|
||||||
"port": 6667,
|
"port": 6697,
|
||||||
"ssl": false,
|
"ssl": true,
|
||||||
"autojoins": ["#nxy-dev"],
|
"sasl_username": "nxy",
|
||||||
|
"sasl_password": "",
|
||||||
|
"autojoins": ["#w0bm"],
|
||||||
"flood_burst": 1,
|
"flood_burst": 1,
|
||||||
"flood_rate": 4,
|
"flood_rate": 4,
|
||||||
"flood_rate_delay": 1,
|
"flood_rate_delay": 1,
|
||||||
|
@ -26,11 +28,13 @@
|
||||||
"bot.tell",
|
"bot.tell",
|
||||||
"bot.timer",
|
"bot.timer",
|
||||||
"bot.urban",
|
"bot.urban",
|
||||||
|
"bot.urlinfo",
|
||||||
"bot.useless",
|
"bot.useless",
|
||||||
"bot.weather",
|
"bot.weather",
|
||||||
"bot.youtube"
|
"bot.youtube"
|
||||||
],
|
],
|
||||||
"irc3.plugins.command": {
|
"irc3.plugins.command": {
|
||||||
|
"use_shlex": true,
|
||||||
"guard": "irc3.plugins.command.mask_based_policy",
|
"guard": "irc3.plugins.command.mask_based_policy",
|
||||||
"cmd": "."
|
"cmd": "."
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue
Block a user