mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 17:02:41 +01:00
6712dbb709
Summary: Adds a macro handler that spams your channel with macros. Config is: - macro.size: scale macros to this size before rasterizing - macro.sleep: sleep this many seconds between lines (evade flood protection) Test Plan: derpderp Reviewers: kdeggelman, btrahan Reviewed By: btrahan CC: aran, epriestley Differential Revision: https://secure.phabricator.com/D1838
26 lines
557 B
JSON
26 lines
557 B
JSON
{
|
|
"server" : "irc.freenode.net",
|
|
"port" : 6667,
|
|
"nick" : "phabot",
|
|
"join" : [
|
|
"#phabot-test"
|
|
],
|
|
"handlers" : [
|
|
"PhabricatorIRCProtocolHandler",
|
|
"PhabricatorIRCObjectNameHandler",
|
|
"PhabricatorIRCLogHandler",
|
|
"PhabricatorIRCWhatsNewHandler",
|
|
"PhabricatorIRCDifferentialNotificationHandler",
|
|
"PhabricatorIRCMacroHandler"
|
|
],
|
|
|
|
"conduit.uri" : null,
|
|
"conduit.user" : null,
|
|
"conduit.cert" : null,
|
|
|
|
"macro.size" : 48,
|
|
"macro.sleep" : 0.25,
|
|
"macro.aspect" : 0.66,
|
|
|
|
"notification.channels" : ["#phabot-test"]
|
|
}
|