You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 12, 2020. It is now read-only.
new \Phergie\Irc\Plugin\React\FeedTicker\Plugin([
// required: list of feed URLs to poll for content'urls' => [
'https://groups.google.com/forum/feed/elm-discuss/msgs/atom.xml?num=50',
'https://github.com/elm-lang/core/commits/master.atom',
'https://github.com/symfony/symfony/commits/master.atom'
],
// required: lists of channels or users to receive syndicated feed items// keyed by associated connection mask'targets' => [
'[email protected]' => [
'#elm-bot'
]
],
'interval' => 300,
// optional: object implementing \Phergie\Irc\Plugin\React\FeedTicker\FormatterInterface// used to format data from feed items prior to their syndication'formatter' => newPhergie\Irc\Plugin\React\FeedTicker\DefaultFormatter(
'%title% [ %link% ] by %authorname% at %datemodified%',
'Y-m-d H:i:s'
),
])
only the first feed works, this is me in the same channel with the bot:
[09:39:23] <ulmus> Re: ann: elm-light 0.1.0 - Elm plugin for Light Table [ https://groups.google.com/d/topic/elm-discuss/tpu2MSjIVq0 ] by Michael Bylstra at 2015-11-28 08:34:18
[16:03:55] <ulmus> Performance issue using cropped image function in Chrome and Safari. [ https://groups.google.com/d/topic/elm-discuss/Nn6M1EptV38 ] by Henry at 2015-11-28 14:57:41
[16:54:05] <ulmus> Suitability of Elm for making small application components [ https://groups.google.com/d/topic/elm-discuss/OxWiN7GDWtI ] by TehShrike at 2015-11-28 15:53:16
[21:01:47] <ulmus> Can't go "multiline" in REPL [ https://groups.google.com/d/topic/elm-discuss/3cnlBWW98ow ] by Aft nix at 2015-11-28 19:59:01
[21:31:54] <ulmus> Elm css input-placeholder [ https://groups.google.com/d/topic/elm-discuss/ak3pepq6RF4 ] by trotha01 at 2015-11-28 20:27:43
[21:36:56] <ulmus> eml repl in Atom [ https://groups.google.com/d/topic/elm-discuss/RVuwIpxAOUI ] by aesthetics data at 2015-11-28 20:33:18
[21:36:56] <ulmus> Re: [elm-discuss] update brew cask install elm-platform to 0.16 [ https://groups.google.com/d/topic/elm-discuss/KwO4R2zfsWs ] by Chet Corcos at 2015-11-28 20:32:54
[22:12:03] <ulmus> Signal.foldp drops initial signal [ https://groups.google.com/d/topic/elm-discuss/rsCgT_eR9UU ] by Kurt Harriger at 2015-11-28 21:07:37
[23:47:24] <ulmus> Accidentally recursive record update gives surprising result [ https://groups.google.com/d/topic/elm-discuss/74lmnUoK7jg ] by Jim Farrand at 2015-11-28 22:46:08
[08:24:18] <ulmus> elm-repl: property 'programStart' of undefined [ https://groups.google.com/d/topic/elm-discuss/Fm3Uw0dIZBw ] by Magnus Therning at 2015-11-29 07:20:29
[09:08:31] * Disconnected (No such device or address)
[09:09:01] * Now talking on #elm-bot
[09:19:29] <ulmus> Re: [elm-discuss] Client-Side Routing Problem: Thoughts? [ https://groups.google.com/d/topic/elm-discuss/WLGZ0a3hOao ] by Emilien Taque at 2015-11-29 08:16:09
this is the log file of the bot of a part where it detected a new item on one of the other feeds
config
only the first feed works, this is me in the same channel with the bot:
this is the log file of the bot of a part where it detected a new item on one of the other feeds
http://pastebin.com/ucjW5DL1
The text was updated successfully, but these errors were encountered: