IRC logs

20140805

Logs from channel #fedext on freenode - our official support channel.

IRC log range: 20140805*

20140805

  • 00:02:53 <soee__> is it possible to use fluidbootstraptheme without fluidpages ?
  • 00:52:19 <soee__> facebook has own flux https://github.com/facebook/flux/blob/master/README.md :)
  • 08:22:12 <mrboe> hey soee
  • 08:23:20 <soee> hi mrboe
  • 08:24:32 <mrboe> you can activate or deactivate fluidpages in install tool
  • 08:25:11 <mrboe> but the dependencie is set
  • 08:25:17 <mrboe> i think
  • 08:25:49 <soee> mrboe: it is set thats why T3 wont allow you to deactivate fluidpages
  • 08:26:06 <soee> i think fluidbootstrapptheme shoudl work like this
  • 08:26:33 <soee> fluidbootstraptheme + fluidcontent or fluidbootstraptheme + fluidpages or both
  • 08:26:49 <mrboe> you have that possibility
  • 08:26:50 <soee> you should not be forced to install fluidpages if you dontt want to use them
  • 08:26:55 <soee> and the same for content
  • 08:27:30 <soee> mrboe: it is not possible -> dependencies dont allow this
  • 08:28:29 <mrboe> yes but dont know if that would work
  • 08:28:34 <mrboe> http://snag.gy/ZPwDB.jpg
  • 08:30:34 <soee> page templates from fluidbootstraptheme but the fluidpages extension is required anyway and will result with error in forntent if you dont configure any other template and set
  • 08:31:12 <mrboe> ok - please reporte a bug
  • 08:31:28 <mrboe> had to talk to randomresult how to solve that
  • 08:31:35 <soee> we should be able to install fluidbootstraptheme, than it should check if fluidpages or fluidcontent is enabled insystem
  • 08:31:49 <soee> if so wllow to use their features
  • 08:33:36 * randomresult does not know how to solve that
  • 08:34:28 <mrboe> perhabs NamelessCoder can give us the information if that yould be possible
  • 09:11:33 <soee> mrboe: quick guess, siply install extension without dependencies, than inside ext_tables.php do a extra check with isLoaded() http://typo3.org/api/typo3cms/class_t_y_p_o3_1_1_c_m_s_1_1_extensionmanager_1_1_utility_1_1_install_utility.html#a99de93336264a537a73d76607cbadac1 and then include related stuff
  • 09:11:59 <soee> also in such cacse some info in extension manager configuration or something would be required to inform user
  • 09:12:17 <soee> that extension will not work until he installes one of dependencies
  • 09:13:26 <mrboe> soee: if you were able to do it it yould be nice to get a PR, this is something i really dont know
  • 09:13:32 <soee> i think "similiar" situation is when you disable templates for bages and content in extension configuration, you have installed fluidbootstraptheme, fluidpages, fluidcontent but you do not use any ot them in the end
  • 09:14:37 <soee> mrboe: ok i kand do PR but please try to catch NamelessCoder and ask if he agree with this concept
  • 09:14:42 <soee> *can
  • 09:14:49 <mrboe> ok
  • 10:49:39 <ilCerchiari> Hi Guys, is it possible to use fluidcontent_core features with custom content created with a fluidcontent based ext? I'm having troubles in creating the flexforms.
  • 10:51:42 <featdd> morning
  • 10:57:46 <xaver> ilCerchiari: no
  • 10:58:12 <xaver> fluidcontent_core uses the fields in tt_content and not the flexform
  • 11:01:15 <ilCerchiari> Sorry maybe I did not explain myself right. What I'm trying to acheive is to have for all content "basic" and custom fce the same behaviour. For example for content header and container, losing them disabling cc_styled_content.
  • 11:15:03 <ilCerchiari> xaver: For example in fce "Appearence" tab results: "Data Structure ERROR: No proper configuration"
  • 11:21:19 <xaver> you have no configruation in your page
  • 11:23:45 <mrboe> xaver perhabs you could give us a awnser about the dependencies problem
  • 11:23:50 <mrboe> in FBT
  • 11:28:45 <ilCerchiari> Sorry xaver, what do you mean? normal contents work fine, but even if I include what is in fluidcontent_core layouts in my fce layout I end up in the same situation. What am I missing?
  • 11:32:45 <xaver> ilCerchiari: https://github.com/bootstraptheme-for-typo3/fluidbootstraptheme/blob/development/Resources/Private/Templates/Page/Render.html#L8
  • 11:35:21 <ilCerchiari> I have that and my fce work fine with both css_styled_content and fluidcontent_core
  • 11:35:59 <ilCerchiari> what disappears with the latter is the Appereance tab where in normal contents I can configure header type and class and container
  • 11:36:51 <NamelessCoder> ilCerchiari bugs have been fixed in the typo3 core itself, in exactly these contexts. Unless you are using the git master of TYPO3 CMS you will experience issues in setups which use many custom forms in the same element.
  • 11:37:00 <NamelessCoder> fluidcontent_core qualifies as such content
  • 11:37:43 <ilCerchiari> oh that makes sense, therefore this bug affects 6.2.4 released version, am I correct?
  • 11:38:02 <NamelessCoder> yes, this version is also affected
  • 11:38:29 <ilCerchiari> :( thanks I go cry alone in my corner
  • 11:38:47 <NamelessCoder> in essence the problem is that some parts of TYPO3 still did not pass a required value to hooks. You can check out the git master and use that without any problems though
  • 11:38:47 <ilCerchiari> seriously thanks to all for the help
  • 11:39:23 <ilCerchiari> ah ok I'll give a check, thanks again
  • 11:39:50 <NamelessCoder> anytime :)
  • 11:40:02 <ilCerchiari> great, have a nice day
  • 11:40:42 <NamelessCoder> you too. By the way if you use fluidcontent_core and have not seen it, https://github.com/FluidTYPO3/fluidcontent_core/issues/35 might be relevant
  • 11:41:36 <ilCerchiari> Nope I missed it, but I've just started my wandering with fluidcontent_. I go read it immediately.
  • 11:45:07 <ilCerchiari> bye guys and thanks
  • 11:52:50 <xaver> mrboe: ?
  • 11:53:49 <mrboe> soee_: told me that if you not wanna use fluidpages in FBT you got an error
  • 11:53:57 <mrboe> because we have a dependencie
  • 11:54:14 <mrboe> and if you installed fluidpages and dont use it you get errors
  • 11:54:29 <mrboe> have a look at: 9:22
  • 12:27:27 <randomresult> hi there
  • 12:29:22 <danilobuerger> he
  • 12:29:44 <randomresult> hey danilobuerger
  • 12:30:04 <randomresult> i have a question and i dont want you to get me wrong...
  • 12:30:24 <danilobuerger> i am already ;-)
  • 12:30:38 <randomresult> ok. then i dont ask
  • 12:30:43 <danilobuerger> lol
  • 12:31:04 <danilobuerger> well why dont you?
  • 12:31:19 <randomresult> you know when there will be a new ter-release?
  • 12:31:33 <danilobuerger> no
  • 12:31:37 <danilobuerger> i really dont
  • 12:31:50 <randomresult> good. bad. what ever
  • 12:32:04 <randomresult> will be done when its done
  • 12:32:10 <danilobuerger> why do you need a ter release?
  • 12:32:30 <randomresult> i want to release ftb - but that one depends on git versions
  • 12:32:40 <danilobuerger> ah
  • 12:32:40 <randomresult> and will not work with ter versions
  • 12:33:00 <danilobuerger> well why dont you prepare those releases then ;-)
  • 12:33:11 <randomresult> haha
  • 12:33:23 <randomresult> had a beer or two already?
  • 12:33:30 <danilobuerger> i bet claus is looking for a release manager :-)
  • 12:33:38 <randomresult> i bet you are right
  • 12:33:48 <randomresult> and i bet i would love to do it. but i cant
  • 12:33:50 <xaver> randomresult: help testing of workspace stuff
  • 12:34:06 <randomresult> xaver : i never worked wit workspaces
  • 12:34:11 <randomresult> did u?
  • 12:34:15 <xaver> yes
  • 12:34:23 <randomresult> make a session in mUC - i will vote for!
  • 12:34:31 <xaver> i think we should vote -> i'm for danilobuerger :P
  • 12:34:42 <danilobuerger> randomresult i will vote for getting durnk @muc
  • 12:34:43 <randomresult> +1 for danilobuerger
  • 12:34:47 <mrboe> +1
  • 12:35:00 <randomresult> +1 for danilobuerger and +3 for get drunk after
  • 12:35:20 <randomresult> well thats +3 for danilobuerger
  • 12:35:22 <danilobuerger> are you serious? you know that that release would be a epic fail if i am release manager
  • 12:35:25 <randomresult> anyone against that?
  • 12:35:29 <danilobuerger> -5
  • 12:35:41 <randomresult> only one vote per person
  • 12:35:50 <randomresult> so its 3 - 1 FOR danilobuerger
  • 12:35:50 <danilobuerger> i am not the guy you would want as release manager
  • 12:36:23 <xaver> we vote until we like the result (like the EU or German government)
  • 12:36:31 <randomresult> danilobuerger its not your choice
  • 12:36:32 <danilobuerger> far more important randomresult : whats your approach on combining typo3 with magento?
  • 12:36:46 <xaver> danilobuerger: we developed a extension
  • 12:36:47 <randomresult> my apporach is not to combine them
  • 12:36:59 <danilobuerger> randomresult how do you make it seamless then?
  • 12:37:02 <danilobuerger> xaver link?
  • 12:37:08 <xaver> not public
  • 12:37:11 <xaver> public one sucks
  • 12:37:25 <danilobuerger> lol let me invoke the GPL :-)
  • 12:37:30 <randomresult> which one you mean? @xaver
  • 12:37:52 <xaver> mageconnect and typo3connect
  • 12:37:58 <randomresult> i havent need them working "together"
  • 12:38:06 <randomresult> the one from flagbit?
  • 12:38:10 <xaver> no
  • 12:38:27 <danilobuerger> randomresult ah ok... well i want typo3 + shop seamless..
  • 12:38:36 <xaver> my recommendation is to avoid magento :)
  • 12:38:39 <randomresult> i once worked with typogento
  • 12:38:46 <randomresult> xaver: good choice
  • 12:38:49 <danilobuerger> xaver what is your recommendation then?
  • 12:39:14 <randomresult> @danilobuerger if you need someone - a dear friend of mine is perfect for magento-projects
  • 12:39:27 <danilobuerger> it doesnt need to be magento
  • 12:40:41 <NamelessCoder> magento and typo3?
  • 12:40:48 <NamelessCoder> do you have 900+ hours?
  • 12:40:52 <NamelessCoder> because that
  • 12:41:08 <NamelessCoder> is how many man-hours my last typo3+magento project required
  • 12:41:13 <randomresult> @NamelessCoder LOL
  • 12:41:23 <randomresult> well - if paid. why not
  • 12:41:35 <NamelessCoder> sanity, for one
  • 12:41:45 <danilobuerger> ;-)
  • 12:41:48 <randomresult> @danilobuerger then ask @NamelessCoder for help
  • 12:42:18 <danilobuerger> well i just need a good solution to integrate a shop solution (Whatever that is) with typo3 seamlessly
  • 12:42:32 <danilobuerger> might give arcavias a shot
  • 12:42:43 <randomresult> shopware maybe?
  • 12:42:46 <randomresult> or wait...
  • 12:42:52 <randomresult> what about tt_products?
  • 12:42:58 <danilobuerger> no way
  • 12:42:58 <randomresult> that one was a blast in the past
  • 12:43:20 <randomresult> wait.. no ... that was a past in the blast
  • 12:45:57 <NamelessCoder> danilobuerger everything depends on the level of integration you need, would be easier to make a recommendation if the scope can be (somewhat) narrowed down
  • 12:46:07 <randomresult> @NamelessCoder any thoughts about releasing new TER-Versions of the flux-family?
  • 12:46:51 <NamelessCoder> https://github.com/FluidTYPO3/flux/issues/627 and https://github.com/FluidTYPO3/flux/issues/573 first
  • 12:48:24 <randomresult> we should get danilobuerger working on the second one :)
  • 12:48:29 <randomresult> danilobuerger go!
  • 12:49:03 <mrboe> @NamelessCoder we talked some time ago about the possibilities to make donations for thinks like that
  • 12:50:05 <mrboe> do you have thought about that?
  • 12:50:29 <randomresult> i told danilobuerger i will pay him in beer. but i decided that that was a bad idea - he is bavarian - could be more expensive than his normal fee
  • 12:50:37 <NamelessCoder> mrboe being discussed internally, not yet ready for publishing
  • 12:51:08 <randomresult> @NamelessCoder how many time you estimate to solve this ones?
  • 12:51:20 <randomresult> in hours?
  • 12:51:47 <NamelessCoder> unknown, un-estimatable
  • 12:52:08 <NamelessCoder> main features supported but no edge case handled yet
  • 12:53:44 <soee_> mrboe: 1.0 release ?
  • 12:54:05 <mrboe> @randomresult claus dont think in hours - he measures in Blastbeats
  • 12:54:56 <NamelessCoder> in the case of workspaces and TCEmain hooks I measure in percentage-of-sanity
  • 12:55:03 <randomresult> @mrboe maybe we should send him some more carnifexx-christal-meth albums to get him working faster :)
  • 12:55:17 <NamelessCoder> e.g. fixing workspace support is estimated to cost 20% sanity
  • 12:55:27 <randomresult> lol @NamelessCoder
  • 12:55:59 <Denyerec> Are we still installing from Git these days or are the TER versions recommended?
  • 12:56:47 <Denyerec> danilobuerger - I feel your pain regarding shops.
  • 12:57:15 <Denyerec> Having worked for an agency that produced various shop products off the back of a genuinely terrible framework and backend datastructure, anything is possible if you're willing to customise it hard enough.
  • 12:57:31 <Denyerec> I think the major pitfall is when a project tries to encompass every possible configuration and then you end up with Magento.
  • 12:58:11 <randomresult> Denyerec i would go for dev-git-versions
  • 12:58:25 <NamelessCoder> I hate to say it, but for small custom shops, custom code is often less expensive to handle.
  • 12:58:26 <mrboe> @soee_ yes
  • 12:58:53 <mrboe> all bugs i noticed get fixed
  • 12:59:22 <randomresult> i will give shopware a try
  • 12:59:51 <randomresult> anyone know when working with submodules, what causes a submodule to be in a detached Branch?
  • 13:00:26 <Denyerec> NamelessCoder - you are quite correct
  • 13:00:39 <Denyerec> Also, typically, shops will invariably have various quirks that will need working in
  • 13:01:02 <Denyerec> Their stock codes aren't unique, or they have different length UIDs depending on supplier, or they need a stock alert on only certain products etc.
  • 13:01:18 <NamelessCoder> get someone whose brain is in the right place regarding the architecture you make and it should work smooth enough
  • 13:01:52 <soee_> ok to going back @ my topic, if we install fluidpages, it automatically wants to render pages configuration right ?
  • 13:01:53 <Denyerec> The point being if you're a small outfit and you need to work those quirks into Magento, you're pretty boned.
  • 13:02:12 <NamelessCoder> yes soee_
  • 13:03:07 <soee> ok so what if one wants to use only fluidcontent + fluidbootstraptheme not fluidpages
  • 13:03:45 <soee> in such case fluidbootstraptheme shouldnt have dependency set to both fluidcontent and fluidpages
  • 13:04:28 <soee> TYPO3 extensions have 'suggest' option ?
  • 13:05:01 <soee> yes they do: https://github.com/bootstraptheme-for-typo3/fluidbootstraptheme/blob/development/ext_emconf.php#L44
  • 13:05:19 <soee> so i think it woul dbe a good idea to suggest both fluidpages + fluidcontent
  • 13:05:26 <NamelessCoder> unsure if that works in current EM
  • 13:05:48 <soee> but include their configuration from fluidbootstraptheme if they are installed, but do not force users to install them
  • 13:10:57 <soee> from your experience do you huys agree with http://typo3.helmut-hummel.de/post/93861037135/the-tale-of-eid-performance ?
  • 13:27:54 <NamelessCoder> it depends
  • 13:28:12 <NamelessCoder> extbase_realurl has a similar integration which works faster and is more extbase-centric
  • 13:29:18 <NamelessCoder> I guess if you need to render typoscript objects, use typoscript_rendering but if you need to call extbase controllers, use extbase_realurl
  • 13:30:11 <xaver> NamelessCoder: Oo https://github.com/FluidTYPO3/fluidcontent_core/pull/61/commits
  • 13:30:55 <xaver> why is this one PR NamelessCoder
  • 13:32:02 <NamelessCoder> rebased
  • 13:41:58 <xaver> why does Travis not run this test https://github.com/FluidTYPO3/FluidTYPO3-CodingStandards/blob/master/commit_message_inspector.php can't we access the message?
  • 13:51:19 <soee> mrboe: ill do some tests with this suggest option and then we will see how it all works
  • 13:54:02 <fizelchen> hi, i have problem with languages. Typo3 6.1.10, flux, fluid_content, fluid_pages latest dev version.
  • 13:54:55 <fizelchen> when i switch form columns view to language view, all my ce inside of fces are missing from the language, not selected by the language selector
  • 13:55:19 <fizelchen> the FCEs are visible in both languages (here EN and DE)
  • 13:55:31 <fizelchen> is this a known bug?
  • 14:37:50 <batjony> Does someone use https://github.com/FluidTYPO3/builder ?
  • 14:39:44 <randomresult> batjony yes
  • 14:39:47 <randomresult> why?
  • 14:40:56 <batjony> i am wondering how to install it - from github or typo3 TER
  • 14:40:59 <batjony> i see http://typo3.org/extensions/repository/view/builder
  • 14:41:03 <batjony> is it the same
  • 14:41:24 <randomresult> which versions of flux/fluidcontent/fluidpages do u use?
  • 14:41:29 <randomresult> TER or Git?
  • 14:41:35 <randomresult> stable or dev?
  • 14:41:50 <batjony> TER
  • 14:42:03 <randomresult> then i would use the TER version of Builder
  • 14:42:50 <randomresult> but you might want to ask someone from the team: @NamelessCoder, @cedricziel, @xaver, bjo3rn or @danilobuerger
  • 14:44:05 <batjony> then the most appropriate question will be - should I use TER versions for all the fluid extensions or github ?
  • 14:44:24 <randomresult> i use the github ones
  • 14:44:25 <randomresult> :)
  • 14:44:37 <batjony> do you use some composer - how do you update them
  • 14:44:47 <xaver> batjony: depends :P i prefer git, but i know it envolves more risks, but a lot of stuff is improved
  • 14:44:48 <randomresult> i use them as git submodules
  • 14:45:53 <batjony> xaver: do you also use them as sub modules ?
  • 14:45:57 <batjony> in git
  • 14:46:34 <xaver> no
  • 14:46:50 <batjony> how do you update all the extensions ?
  • 14:47:34 <xaver> most times via shell script
  • 14:51:11 <batjony> NamelessCoder: lets ask the boss here :) how do you proceed with the extensions deployment - git sub modules, composer, using only TER or some custom shell scripts like @xaver
  • 15:00:22 <xaver> submodule sounds nice, be i had problems with deployment and keys. composer sounds good. Developer like NamelessCoder or me normally use the developed stuff and not the TER
  • 15:00:43 <xaver> if you use git you have less testing and maybe more issues
  • 15:00:53 <soee> what wa steh command to create git branch and do automatic checkout ?
  • 15:01:08 <xaver> git checkout -b name
  • 15:01:30 <soee> xaver: thanks
  • 15:01:31 <NamelessCoder> batjony I'd say it depends on which strategy you use to version control the typo3 site itself. If you git the entire site root, submodules is a great way.
  • 15:07:16 <batjony> NamelessCoder: is there a way using the composer
  • 15:07:45 <batjony> do we have all the extensions in https://packagist.org/
  • 15:07:54 <NamelessCoder> yes
  • 15:08:24 <xaver> my opinion is don't run behind the crowed. Talk with your college and best solution in your case. If composer is already standard, use it. If your deployment always loads the source from all the git repos and you don't use github the chances of a downtime
  • 15:10:15 <batjony> i do not see the builder extension in https://packagist.org/
  • 15:10:37 <batjony> and most likely a lot other typo3 third party extensions will be missing
  • 15:10:59 <batjony> so probably the composer is not a good solution for typo3 deployment
  • 15:11:35 <soee> but copmoser ca use oter repositories right ?
  • 15:12:03 <NamelessCoder> afaik it also supports raw repositories by URL
  • 15:12:31 <NamelessCoder> won't support also loading deps of those exts, though - naturally so
  • 15:15:23 <batjony> and finally http://typo3.org/extensions/repository/view/builder is it the fluid typo3 builder extension from https://github.com/FluidTYPO3/builder ?
  • 15:16:06 <batjony> because i see the author is Claus Due
  • 15:21:18 <NamelessCoder> yes, that's the TER version of the github repository
  • 15:51:02 <batjony> NamelessCoder: btw typo3/cli_dispatch.phpsh extbase builder:providerextension --controllers 1 - does not create any controller
  • 15:51:33 <batjony> as I see - there is only a folder "Controller"
  • 15:51:59 <batjony> i use the latest dev version
  • 16:04:06 <xaver> batjony: create an issue, if something is broken :)
  • 16:04:32 <batjony> xaver: where ?
  • 16:04:35 <xaver> and if you don't want to create an issue, you can always PR a fix
  • 16:04:52 <xaver> https://github.com/FluidTYPO3/builder/issues
  • 16:05:35 <batjony> ok
  • 16:14:26 <NamelessCoder> batjony controller class writing is still not implemented (the beta label is quite true)
  • 16:25:09 <slh> hey there, is the falviewhelper supposed to work on TYPO3 6.1?
  • 16:26:46 <NamelessCoder> slh basic support only; core has a lot of fixes in 6.2 for inline record relations in flexforms
  • 17:22:15 <slh> @namelesscoder thanks for the info, but i get a fatal error related to mergeRecursiveWithOverrule on the FalViewHelper
  • 17:23:21 <slh> the method is just not present in 6.1
  • 17:38:05 <NamelessCoder> that settles it then - won't work on 6.1. I'm fine with that btw since no support probably is better than crappy partial, error-prone support because of core bugs
  • 17:38:18 <NamelessCoder> a fatal php erro may be a bit excessive though
  • 20:11:00 <glucka> hi, if i use v:render slide="-1" can i disable the collecting?
  • 21:46:30 <xaver> anybody around for a test?
  • 22:21:27 <Outdoorsman> glucka, I believe you can disable collecting by setting slideCollect="0" (if it's not disabled by default... the docs don't specify the default). http://fluidtypo3.org/viewhelpers/vhs/development/Content/RenderViewHelper.html
  • 22:21:38 <Outdoorsman> xaver what do you need?
  • 22:27:42 <soee> how would you name your extension/package with website templates, styles and other assets ?
  • 22:27:50 <soee> vendor_websitename ?
  • 22:28:00 <Outdoorsman> soee, that's what I do
  • 22:28:22 <soee> cool, thanks Outdoorsman
  • 22:29:05 <Outdoorsman> what seems a little more vague to me is how to hand the Resources/Public folder.
  • 22:29:37 <soee> why ?
  • 22:30:23 <Outdoorsman> vendor_weebsitename/Resources/Public/ext/news/Javascript/blahblah.js
  • 22:30:44 <Outdoorsman> Is this how you would do it to? I was wondering that yesterday.
  • 22:31:23 <xaver> Outdoorsman: https://github.com/xf-/fluidtypo3-vagrant somebody who tests windows needs to comment out rsync or install it via something
  • 22:32:22 <Outdoorsman> Just a way to separate resources from different extensions. It's long but seems appropriate since I'm doing the same thing for the Private folder.
  • 22:32:36 <soee> Outdoorsman: ../Public/Styles/ext/ and Public/Script/ext/ etc
  • 22:32:46 <soee> i would split each asset type into separate folders
  • 22:34:34 <soee> also maybe better for me would be vendor_web_sitename
  • 22:35:00 <soee> this way with 'web' in the middle i can easily identify package type
  • 22:35:02 <Outdoorsman> Hmmm, I think your method would result in few folders which I like.
  • 22:36:17 <Outdoorsman> soee I like how you think. Your full of answers. You should ask questions more often... ha ha.
  • 22:36:30 <soee> ;)
  • 22:43:27 <Outdoorsman> xaver, that looks really cool! I'm not really familiar with the tools you are using there and don't have enough time to do that now.
  • 22:45:04 <Outdoorsman> Looks like you've taken the pain out of the whole thing though by just making a VM. I'm more familiar with VMware though since that's what I'm running.
  • 22:45:40 <xaver> vagrant supports vmware, but needs a license
  • 22:46:05 <Outdoorsman> VMware or Vagrant needs the license?
  • 22:46:23 <xaver> both
  • 22:46:29 <xaver> https://www.vagrantup.com/vmware
  • 22:46:34 <Outdoorsman> !!! Well aren't I lucky.
  • 22:48:28 <Outdoorsman> Thanks for the heads up.
  • 23:01:06 <xaver> thx :)