IRC logs for #openttd on OFTC at 2016-12-04
            
00:04:01 <fonsinchen> TownCDrop to TownCGetYeti
00:04:42 <V453000> that's where they drop things and go obtain yetis
00:04:50 <V453000> would "unload and leave empty" order help?
00:04:53 <fonsinchen> Nuke preventer #2 does that
00:05:05 <fonsinchen> through implicit orders
00:05:12 <V453000> O_O
00:05:12 <fonsinchen> probably randomly
00:05:19 <V453000> I don't get it at all :D
00:06:04 <fonsinchen> V453000: all other trains also have those two stations in their list, but not as subsequent stops
00:06:05 <Wolf01> Lol V
00:06:22 <V453000> ooo
00:06:36 <fonsinchen> V453000: It evaluates all those conditions to see if it needs to keep the link alive that the nuke preventer created
00:06:41 <V453000> so removing the nuke preventer trains with implicit orders will help?
00:06:53 <fonsinchen> Yes
00:06:57 <fonsinchen> in this case
00:06:57 <V453000> :D
00:07:08 <V453000> but it won't solve it entirely right?
00:08:12 <fonsinchen> One obvious optimization would be to sort the order lists by the number of vehicles that follow them.
00:08:34 <fonsinchen> So, we check the few vehicles first and if they hit the link, we're done.
00:09:18 <fonsinchen> The more general solution would be to figure out that all those trains are actually the same and we need to only check one of them
00:09:50 *** Biolunar has quit IRC
00:11:39 <fonsinchen> Nah, even better
00:12:01 <fonsinchen> We first check the first vehicle of each order list, then the second of each order list, etc.
00:12:29 <fonsinchen> If one vehicle of some order list hits the link we're very likely to check it early
00:13:01 <fonsinchen> ... unless it's the one vehicle that carries a different cargo than all others and sits at position 1432 :(
00:13:21 <V453000> jesus fuck I removed some nuke preventers and there is 73 more of them XD
00:17:14 <Wolf01> Lol, the only grf I'm missing is yeti extended :E
00:17:41 *** HerzogDeXtEr1 has joined #openttd
00:18:46 *** bryjen has quit IRC
00:22:28 <V453000> JustGetIt? :P
00:23:04 <Wolf01> I'm already getting it
00:23:09 <Wolf01> :P
00:23:20 *** HerzogDeXtEr has quit IRC
00:25:56 <Wolf01> Shit, those cities
00:27:31 *** Arveen has quit IRC
00:29:16 <V453000> that's the easiest thing on this game :P
00:29:24 <V453000> just build road, let it grow
00:30:35 <V453000> fonsinchen: ok want a save without the nuke protection trains?
00:31:15 <V453000> I think it's a bit better
00:31:39 <V453000> https://dl.dropboxusercontent.com/u/20419525/PZG%20%2326%2C%201st%20Oct%202413-no-nuke-protectors.sav
00:32:25 <V453000> hm idk now it happened quite similarly
00:32:28 <V453000> well, here it is :)
00:32:34 <V453000> I have to go sleep, it's late
00:32:55 <V453000> will be around tomorrow :) and thank you very much for looking into it, it's amazing
00:47:16 <fonsinchen> After you remove the nuke protectors you still have to wait until all their links time out
01:00:06 *** Ethereal_Whisper has joined #openttd
01:01:20 *** Progman has quit IRC
01:06:16 <fonsinchen> V453000: https://github.com/ulfhermann/openttd/commit/7a2990bb8439d7fb3b44afb7fb7f2a21c08c6db8 should fix most of the problem.
01:07:13 <fonsinchen> Of course if one of those links actually times out, that is also the nuke protector doesn't visit it anymore, it still has to check the long list of trains.
01:20:38 <Wolf01> That game is cancer :D
01:27:46 *** gelignite has quit IRC
01:33:01 *** chomwitt has joined #openttd
01:41:43 *** FLHerne_ has joined #openttd
01:42:06 *** FLHerne has quit IRC
02:07:10 *** FLHerne_ has quit IRC
02:08:36 *** Fatmice has joined #openttd
02:15:10 <Wolf01> 'night
02:15:13 *** Wolf01 has quit IRC
03:02:25 *** Gja has quit IRC
03:28:38 *** maciozo_ has joined #openttd
03:30:35 *** maciozo has quit IRC
03:30:37 *** maciozo_ is now known as maciozo
03:55:18 *** maciozo has quit IRC
04:23:36 *** glx has quit IRC
05:12:58 *** tokai|noir has joined #openttd
05:12:58 *** ChanServ sets mode: +v tokai|noir
05:15:58 *** Speedy has quit IRC
05:15:59 *** Speedy` has joined #openttd
05:16:10 *** Speedy` is now known as Speedy
05:19:55 *** tokai has quit IRC
05:25:29 *** Speedy has quit IRC
05:30:44 *** Speedy` has joined #openttd
05:30:46 *** Speedy` is now known as Speedy
05:37:20 *** Myhorta has quit IRC
06:19:35 *** Smedles has joined #openttd
06:22:58 *** Smedles_ has quit IRC
06:30:36 *** HerzogDeXtEr1 has quit IRC
08:17:46 *** Smedles_ has joined #openttd
08:21:08 *** Smedles has quit IRC
08:26:38 *** sla_ro|master has joined #openttd
08:32:04 *** Arveen has joined #openttd
08:39:20 *** Arveen has quit IRC
08:40:09 *** Arveen has joined #openttd
08:48:59 *** andythenorth has joined #openttd
08:54:23 *** Progman has joined #openttd
09:08:18 <andythenorth> o/
09:51:20 *** Cals has joined #openttd
10:56:42 <fonsinchen> V453000: I don't think it's possible to identify trains that are the same. Consider the following counter example:
10:57:16 <fonsinchen> You have an order list shared between two trains, same engine, same wagons, no refit, just different age (necessarily, as you have to buy them in some order)
10:57:51 <fonsinchen> The order list consists of two separate cycles, which is done by having order 3 jump back to order 1, and order 6 jump back to order 3.
10:58:17 <fonsinchen> There is a conditional link between the cycles, based on vehicle reliability.
10:58:48 <fonsinchen> One of the trains is travelling along the first loop, the other one along the second.
10:59:25 <fonsinchen> At some point the reliability of the older train will decrease, allowing it to cross over to the other loop.
11:00:12 <fonsinchen> Now, at the point when DeleteStaleLinks is called, you have two trains, exactly the same engine and wagons, heading on the same order to the same station, but doing radically different things.
11:00:31 <fonsinchen> I think there is no way to find out about this without emulating the orders.
11:05:10 <fonsinchen> The order language might actually be turing complete. You have conditional branches and the ability to read (conditions) and write (refit) data. You probably need some strange contraptions to make sure you read the same data you've written before, but it might be possible.
11:05:37 <fonsinchen> Well, the data tape is not very long
11:07:42 <fonsinchen> So, maybe we just need a setting to turn off the link graph.
11:11:48 <fonsinchen> Unfortunately I don't have the time to figure out how the settings system works right now, but once you know it should be trivial to hide all link graph related activity behind some if (...)
11:17:47 <fonsinchen> Actually, the only thing you have to do is make sure that GoodsEntry::link_graph always remains INVALID_LINK_GRAPH, by changing IncreaseStats and UpdateStationWaiting accordingly. OK, let me try ...
11:19:32 <Eddi|zuHause> settings are "easy", just need an entry in settings.ini and one in settings_gui.cpp (i think)
11:19:49 <Eddi|zuHause> and bump the savegame version by 1
11:31:35 <fonsinchen> Or we recycle the link graph interval setting for this. If you set the link graph interval to "never", we can skip updating the flows altogether. So far there is no value for "never", but 0 should do.
11:39:05 *** Compu has quit IRC
11:39:29 *** Compu has joined #openttd
11:39:46 *** Compu has quit IRC
11:40:18 *** Compu has joined #openttd
11:44:18 *** welshdragon has joined #openttd
11:48:00 <Eddi|zuHause> i'd prefer a separate "disable linkgraph if cargodist is disabled" setting
11:48:31 <V453000> makes a lot of sense to me
11:48:42 <V453000> also hello gentlemen :)
11:54:43 <fonsinchen> Let's not clutter the settings GUI even further. There is no central place to disable cargodist. You can do that individually for different types of cargo.
11:55:19 <V453000> that's just 1 place with 2 buttons, no?
11:55:23 <Eddi|zuHause> yes, but if you enable any one of them, you shouldn't have to tinker with the linkgraph interval to make it work again
11:55:52 <Eddi|zuHause> could also be a hidden setting
11:55:58 <fonsinchen> The cleanest way would be to just skip the updates for the cargos that are set to "manual"
11:56:05 <fonsinchen> no further settings needed then.
11:56:35 <fonsinchen> Drops the feature of seeing the link graph in the smallmap in that case, though.
11:56:41 <V453000> whatever works :)
11:57:19 <fonsinchen> V453000: How far does https://github.com/ulfhermann/openttd/commit/7a2990bb8439d7fb3b44afb7fb7f2a21c08c6db8 take us?
11:58:02 <V453000> uhmm
11:58:06 <V453000> I have no idea?
11:58:23 <V453000> is it in trunk yet?
11:58:30 <V453000> I mean, can I test it somehow?
11:59:38 <V453000> I don't really understand openttd code ;P
12:00:43 <fonsinchen> Argh, the vehicles can refit. So we don't know in advance if we need to emulate their orders in order to cover the automatically routed cargoes.
12:00:44 <fonsinchen> mess
12:01:26 <Eddi|zuHause> then you can only disable the linkgraph if ALL cargodist settings are off
12:04:08 <fonsinchen> Well ... DeleteStaleLinks knows which cargoes it wants to check. So we can drop the "is alive" check on manually routed cargoes and just delete the link when it seems dead. That is indeed very simple.
12:04:59 <fonsinchen> You'll get some fluctuation on rarely visited links for manually routed cargo then, but that would be the only downside.
12:05:54 *** Biolunar has joined #openttd
12:10:17 *** Wormnest has joined #openttd
12:17:43 *** welshdragon has quit IRC
12:39:48 <fonsinchen> https://github.com/ulfhermann/openttd/commit/0505b7a3eb65d99f0966a723f3c4e13d48d422a6 should do
12:40:08 <fonsinchen> So, who is going to review those?
12:42:07 <Eddi|zuHause> i think frosch is the most active dev these days
12:42:38 <fonsinchen> Should I wait for him or just commit the stuff? I have to leave in about half an hour ...
12:43:22 <Eddi|zuHause> i can't tell you either way
12:54:37 *** aard has joined #openttd
12:59:17 <andythenorth> probably better to wait
12:59:32 * andythenorth prefers to see stuff just committed, personally
12:59:55 <andythenorth> but when it goes wrong, it demotivates whoever has to unpick the result
13:00:11 <andythenorth> and we don’t have many active contributors left :)
13:25:12 *** frosch123 has joined #openttd
13:26:36 <andythenorth> quak
13:30:30 <frosch123> moi
13:31:24 <V453000> heyo ho
13:31:37 <V453000> frosch123: [12:39] <fonsinchen> https://github.com/ulfhermann/openttd/commit/0505b7a3eb65d99f0966a723f3c4e13d48d422a6 should do [12:40] <fonsinchen> So, who is going to review those? [12:42] <Eddi|zuHause> i think frosch is the most active dev these days [12:42] <fonsinchen> Should I wait for him or just commit the stuff? I have to leave in about half an hour ...
13:31:40 <V453000> :)
13:35:52 <andythenorth> can I check the class of a cargo during cargo_subtype_text cb?
13:36:02 * andythenorth thought it was possible, but getting odd results
13:38:20 <andythenorth> bad nml switch
13:38:23 <andythenorth> fixed
13:38:28 *** lucy has left #openttd
13:39:28 <frosch123> is there an option in github to show a diff without whitespace/indentation changes?
13:40:31 * andythenorth looks
13:41:18 <frosch123> there is only the split view, but that also does not align the lines as i hope
13:41:46 <andythenorth> https://github.com/blog/967-github-secrets
13:41:49 <andythenorth> allegedly
13:42:18 <andythenorth> wow that’s a much smaller diff :)
13:42:41 <frosch123> exactly :)
13:43:51 <frosch123> well, posted my review in .dev
13:48:46 <andythenorth> is the order too weird? http://dev.openttdcoop.org/attachments/download/8214/sam_refits.png
13:48:58 <andythenorth> it’s default, 25% under-load, 25% over-load
13:49:10 <andythenorth> there are no bonuses or penalties
13:56:20 *** HerzogDeXtEr has joined #openttd
14:19:38 *** chomwitt has quit IRC
14:19:58 *** chomwitt has joined #openttd
14:24:33 *** Myhorta has joined #openttd
14:26:01 *** Gja has joined #openttd
14:35:26 *** Cals has quit IRC
15:11:13 <V453000> andythenorth: do the graphics change?
15:13:49 *** Fatmice has quit IRC
15:14:17 <andythenorth> nope
15:14:24 <andythenorth> that would be different model
15:18:31 <andythenorth> I am play-testing whether it’s worth it
15:21:41 *** Alberth has joined #openttd
15:21:41 *** ChanServ sets mode: +o Alberth
15:22:30 *** BluesInTheNet has quit IRC
15:47:14 *** maciozo has joined #openttd
15:53:51 *** BluesInTheNet has joined #openttd
16:03:33 *** FLHerne has joined #openttd
16:17:56 *** umgeher_ has joined #openttd
16:18:06 *** umgeher has quit IRC
16:41:12 <andythenorth> is cat
16:41:54 <V453000> very cat
16:43:06 <andythenorth> thought so
16:43:12 <andythenorth> steeltown is nuts
16:46:11 <V453000> is it
16:47:42 *** Cals has joined #openttd
16:57:04 <Alberth> so I should play it with NUTS too?
16:58:02 <Alberth> I guess I should try that :)
17:07:54 <andythenorth> :P
17:08:01 <andythenorth> Iron Horse has the metal wagons
17:08:08 <andythenorth> but nuts is…nuts
17:08:58 <frosch123> maybe heavy metal should be transported on motor bikes
17:09:16 <andythenorth> what about coke and slag?
17:09:34 * andythenorth keeps making grfs with unfortunate double references
17:09:53 <frosch123> coke is a santa thing
17:14:00 <Alberth> :)
17:14:57 * andythenorth is providing explanations for some of the more unusal FIRS cargos
17:15:05 <andythenorth> I will probably regret this, due to the foamers :P
17:15:17 <Alberth> you just live in the wrong country :)
17:15:22 <andythenorth> do I need to provide one for Alcohol? :P
17:17:03 <Alberth> "The FIRS author could not bear having an economy without the stuff" ?
17:21:35 <Lejving> hows it going with 27681 any news yet?
18:07:41 <Alberth> @commit 27681
18:07:41 <DorpsGek> Alberth: Commit r27681 doesn't exists
18:07:48 <Alberth> nope
18:08:32 *** glx has joined #openttd
18:08:32 *** ChanServ sets mode: +v glx
18:23:10 *** Wolf01 has joined #openttd
18:23:22 <Wolf01> o/
18:24:08 *** FLHerne has quit IRC
18:24:23 *** FLHerne has joined #openttd
18:28:08 *** FLHerne has quit IRC
18:30:15 *** FLHerne has joined #openttd
18:52:18 <andythenorth> Do I need explanatory text for Explosives cargo? o_O
18:52:19 <andythenorth> :P
18:53:12 <frosch123> where?
18:54:58 <goodger> andythenorth: do a patch to cause a 0.00001/s chance that an explosives train will explode
18:55:27 *** Cals has quit IRC
18:56:51 <andythenorth> frosch123: here :P http://bundles.openttdcoop.org/firs/push/LATEST/docs/html/cargos.html#explosives
18:59:52 <frosch123> hmm, the engsup description does not fit :p
19:00:34 <Alberth> add wikipedia links?
19:01:11 <frosch123> https://devs.openttd.org/~frosch/nrt_infra.png <- should there be a separate tram section? or is that too weird if there is only default road/tram?
19:02:11 <Wolf01> Expandable as a treeview?
19:02:15 <Alberth> build tool is also combined?
19:02:27 <frosch123> Wolf01: tmwftlb
19:02:37 <Wolf01> Sum them
19:02:41 <Alberth> if so, I'd just merge it in the infrastructure window too
19:02:45 <frosch123> Alberth: build tools: yes, vehicle list: currently no
19:03:02 <frosch123> Wolf01: i just did it the same as for railtypes
19:03:04 <Alberth> ah, nicely consistent :p
19:03:19 <frosch123> there are separate costs involved
19:03:26 *** arayawa has joined #openttd
19:03:27 *** Wiczus has joined #openttd
19:03:27 *** Llewellynn has joined #openttd
19:03:27 *** Marcuslus has joined #openttd
19:03:56 *** Gwyneiraarn94 has joined #openttd
19:03:57 *** suLLaTNoS has joined #openttd
19:03:57 *** shatskrin has joined #openttd
19:03:57 *** Morwerthira has joined #openttd
19:03:58 <Alberth> but it make sense to split the vehicle list imho
19:04:10 <Wolf01> Time to restrict channel joins?
19:04:26 *** RAZAKI has joined #openttd
19:04:27 *** _MYRGJLJ_330 has joined #openttd
19:04:27 *** Temerum has joined #openttd
19:04:29 *** freyjardr has joined #openttd
19:04:30 <frosch123> @mode +R
19:04:30 *** DorpsGek sets mode: +R
19:04:43 <frosch123> is there trouble ahead?
19:04:57 *** llIAnniD has joined #openttd
19:04:57 *** ICOVELLAUES has joined #openttd
19:05:01 <Wolf01> Btw, what about if we add more infrastructure for each type?
19:05:27 *** blodeuwelis has joined #openttd
19:05:27 *** Pavlicov has joined #openttd
19:05:57 *** hectores has joined #openttd
19:05:57 *** ArCiNtHnIa has joined #openttd
19:06:26 *** calcha has joined #openttd
19:06:57 *** SZKUSKI has joined #openttd
19:07:48 <frosch123> more what?
19:08:00 <Alberth> if road types have different infra structure than trams, it makes sense to split it in the infra structure window
19:09:25 <Wolf01> Could be an idea
19:12:46 <Wolf01> Btw, I would have loved the catenary as an addon (on rails too), so you don't need 2 types of the very same track/road to add a catenary to it, maybe the road/rail type only defines how the catenary built over it should look and how much it costs to build/maintain
19:12:47 *** _xXOosawadaobaXx_ has joined #openttd
19:12:47 *** _Galaharnt97_ has joined #openttd
19:12:47 *** WEohsTAnulF has joined #openttd
19:12:47 *** Malach has joined #openttd
19:12:47 *** xXArellanoXx has joined #openttd
19:12:47 *** barnett has joined #openttd
19:12:47 *** xXHestoclelesXx has joined #openttd
19:12:47 *** DENTATUSNUS has joined #openttd
19:12:47 *** xXBaSzAsKiXx has joined #openttd
19:12:47 *** ZYBUR8 has joined #openttd
19:12:47 *** sveigarr has joined #openttd
19:12:47 *** lOrA has joined #openttd
19:12:47 *** frumblul has joined #openttd
19:12:47 *** xXElinorsXx has joined #openttd
19:12:47 *** _hjalmr_ has joined #openttd
19:12:47 *** rrangann763 has joined #openttd
19:12:47 *** Dreasis has joined #openttd
19:12:47 *** Hoag has joined #openttd
19:12:47 *** MENELAId has joined #openttd
19:12:47 *** Wealld has joined #openttd
19:12:47 *** _WHEAT_ has joined #openttd
19:12:47 *** Ennilldr has joined #openttd
19:12:47 *** Andraia has joined #openttd
19:12:47 *** CHENIC has joined #openttd
19:12:47 *** Antonky has joined #openttd
19:12:47 *** helgiBIl has joined #openttd
19:12:47 *** luculleous has joined #openttd
19:12:47 *** enNiLtt has joined #openttd
19:12:47 *** Lavras has joined #openttd
19:12:47 *** YaMaMoToKa has joined #openttd
19:12:47 *** Atepomia has joined #openttd
19:12:47 *** Cynebda has joined #openttd
19:12:47 *** JeDiDiM has joined #openttd
19:12:47 *** Gwenlliaen has joined #openttd
19:12:47 *** alicea has joined #openttd
19:12:47 *** OOSHRA5 has joined #openttd
19:12:48 *** oWSKi has joined #openttd
19:12:48 *** Barskets has joined #openttd
19:12:48 *** Oforfer has joined #openttd
19:12:48 *** weohstanif has joined #openttd
19:12:48 *** Icollnos has joined #openttd
19:12:48 *** OsBeOfWiLd has joined #openttd
19:12:48 *** Suetus has joined #openttd
19:12:48 *** meirionaor has joined #openttd
19:12:48 *** RELASDO has joined #openttd
19:12:48 *** MadRId has joined #openttd
19:12:48 *** CERIDWALINT has joined #openttd
19:12:48 *** AFANASNOV43 has joined #openttd
19:12:48 *** _Filochki_04 has joined #openttd
19:12:48 *** xXGwenfreynXx863 has joined #openttd
19:12:48 *** Bright has joined #openttd
19:12:48 *** Eilwean has joined #openttd
19:12:48 *** Osmunar has joined #openttd
19:12:48 *** Elwinfriund has joined #openttd
19:12:48 *** Ewings has joined #openttd
19:12:48 *** HALLVARNG has joined #openttd
19:12:48 *** _xXRvalrrXx_ has joined #openttd
19:12:48 *** OoHiRaMa has joined #openttd
19:12:48 *** Coward has joined #openttd
19:12:48 *** Hjalmne has joined #openttd
19:12:48 *** RSGRANNNI has joined #openttd
19:12:48 *** Hrethorka has joined #openttd
19:12:48 *** LlEwElYnDyN has joined #openttd
19:12:48 *** dunning has joined #openttd
19:12:48 *** MALAKOVSIN has joined #openttd
19:12:48 *** Destles has joined #openttd
19:12:48 *** Soberor has joined #openttd
19:12:48 *** Deinifin has joined #openttd
19:12:48 *** cidiuwch has joined #openttd
19:12:48 *** Isgleed4 has joined #openttd
19:12:48 *** _Aldikr_ has joined #openttd
19:12:48 *** Aksaev has joined #openttd
19:12:48 *** Artemisdas has joined #openttd
19:12:48 *** Flossie has joined #openttd
19:12:48 *** Cinniusius has joined #openttd
19:12:48 *** toyotsuta has joined #openttd
19:12:48 *** _MEGOWN_ has joined #openttd
19:12:48 *** HRUNTILD has joined #openttd
19:12:48 *** Simmering has joined #openttd
19:12:48 *** AIZARA has joined #openttd
19:12:48 *** Ynhildrun has joined #openttd
19:12:48 *** Suitato has joined #openttd
19:12:48 *** Harisk has joined #openttd
19:12:48 *** FeRrIeR has joined #openttd
19:12:48 *** rifullor has joined #openttd
19:12:48 *** xXfoldardrrdrXx has joined #openttd
19:12:48 *** xXDeWyDdYnNXx9 has joined #openttd
19:12:48 *** _Savitch_ has joined #openttd
19:12:48 *** eimdallpul has joined #openttd
19:12:48 *** HaRaAn has joined #openttd
19:12:48 *** xX_veram_Xx has joined #openttd
19:12:48 *** Godwiae has joined #openttd
19:12:48 *** xX_SUNNGIAE_Xx has joined #openttd
19:12:48 *** CZEWSKRKO has joined #openttd
19:12:48 *** SIEROKI has joined #openttd
19:12:48 *** UNdIeR has joined #openttd
19:12:48 *** struCLa has joined #openttd
19:12:48 *** GOLAb has joined #openttd
19:12:48 *** glaedrht has joined #openttd
19:12:48 *** _IDoSoEST_ has joined #openttd
19:12:48 *** TAGIRAIARA has joined #openttd
19:12:48 *** _jehdeph_ has joined #openttd
19:12:48 *** CoLlUrA has joined #openttd
19:12:48 *** xX_Biryukovsky_Xx has joined #openttd
19:12:48 *** xXSaHaKuGiKiXx has joined #openttd
19:12:48 *** TUCCCUS has joined #openttd
19:12:48 *** Zechaelael has joined #openttd
19:12:48 *** _orloVKy_0 has joined #openttd
19:12:48 *** Setoda has joined #openttd
19:12:48 *** xXPiesiolaXx has joined #openttd
19:12:48 *** Heimta has joined #openttd
19:12:48 *** Cassimoppe has joined #openttd
19:12:48 *** GUINEVERWYN has joined #openttd
19:12:48 *** _elreweae_33 has joined #openttd
19:12:48 *** sOcrAEUs has joined #openttd
19:12:48 *** _Hranger_127 has joined #openttd
19:12:48 *** Meretem has joined #openttd
19:12:48 *** rONwArt has joined #openttd
19:12:48 *** COmIGo has joined #openttd
19:12:48 *** xXElNAtHELXx has joined #openttd
19:12:48 *** BEYLAKA443 has joined #openttd
19:12:48 *** xX_DeTrImUa_Xx has joined #openttd
19:12:48 *** Ooyamda has joined #openttd
19:12:48 *** Rotutlos has joined #openttd
19:12:48 *** HoUdOuSaI has joined #openttd
19:12:48 *** DaGfInR has joined #openttd
19:12:48 *** Nehemiaah has joined #openttd
19:12:48 *** xXCICOLLSUSXx has joined #openttd
19:12:48 *** HoWaRtH has joined #openttd
19:12:48 *** VISHNEOV has joined #openttd
19:12:48 *** HUGASNG has joined #openttd
19:12:48 *** THUNDHUD has joined #openttd
19:12:48 *** besziak has joined #openttd
19:12:48 *** VALGNDR has joined #openttd
19:12:48 *** Nerthoreti has joined #openttd
19:12:48 *** sTaFldr has joined #openttd
19:12:48 *** TRAZENDOAVA has joined #openttd
19:12:48 *** Moleki has joined #openttd
19:12:48 *** JeHoRaIm has joined #openttd
19:12:48 *** xXREPHATIAHXx has joined #openttd
19:12:48 *** VaUgHnDd has joined #openttd
19:12:48 *** xXKradelXx has joined #openttd
19:12:48 *** Jarrve has joined #openttd
19:12:48 *** _cerrfan_5 has joined #openttd
19:12:48 *** Andinusos has joined #openttd
19:12:48 *** pontiu has joined #openttd
19:12:48 *** Arka has joined #openttd
19:12:48 *** GEFJOUND has joined #openttd
19:12:48 *** Godwiro has joined #openttd
19:12:48 *** Ostoore has joined #openttd
19:12:48 *** Condaan has joined #openttd
19:12:48 *** xXdELLInTRA62Xx has joined #openttd
19:12:48 *** gwenfrrin has joined #openttd
19:12:48 *** Beowuald has joined #openttd
19:12:48 *** HoRiGuTa has joined #openttd
19:12:48 *** Philones has joined #openttd
19:12:48 *** Marki has joined #openttd
19:12:48 *** MiLiAn has joined #openttd
19:12:48 *** xXYOSHIIDAXx has joined #openttd
19:12:48 *** ShArKeY has joined #openttd
19:12:48 *** xXICAUNUWYNXx has joined #openttd
19:12:48 *** Olwinsi has joined #openttd
19:12:48 *** AgEnOeR has joined #openttd
19:12:48 *** Sakiui has joined #openttd
19:12:48 *** Sextiusllo has joined #openttd
19:12:48 *** Rrangigu has joined #openttd
19:12:48 *** ceber has joined #openttd
19:12:48 *** Schepker has joined #openttd
19:12:48 *** botts has joined #openttd
19:12:48 *** Horatiaus has joined #openttd
19:12:48 *** AlIeSiNtA has joined #openttd
19:12:48 *** gWENtan has joined #openttd
19:12:48 *** eadwrht has joined #openttd
19:12:48 *** Gedalim has joined #openttd
19:12:48 *** Fraser has joined #openttd
19:12:48 *** _Wiglaro03_ has joined #openttd
19:12:48 *** MEREWIWEN has joined #openttd
19:12:48 *** Aelfrrg has joined #openttd
19:12:48 *** hrethrr has joined #openttd
19:12:48 *** xXFItElaIOXx901 has joined #openttd
19:12:48 *** RUdiAna has joined #openttd
19:12:48 *** Dagfinnfr has joined #openttd
19:12:48 *** eormenles has joined #openttd
19:12:48 *** OOTAKAWNO has joined #openttd
19:12:48 *** Mektaski has joined #openttd
19:12:48 *** GwEnNeOs has joined #openttd
19:12:48 *** Ondsst has joined #openttd
19:12:48 *** Beksaara has joined #openttd
19:12:48 *** Drystel has joined #openttd
19:12:48 *** _xXCadfaenidXx_ has joined #openttd
19:12:48 *** bRoNDElAF has joined #openttd
19:12:48 *** _xXEADWINFRARDXx_ has joined #openttd
19:12:48 *** theanaxra has joined #openttd
19:12:48 *** Eleazadad has joined #openttd
19:12:48 *** BrAgRr has joined #openttd
19:12:48 *** Equitus has joined #openttd
19:12:48 *** xXSvanhilrrXx227 has joined #openttd
19:12:48 *** ElBeOfOfU has joined #openttd
19:12:48 *** MORIMOUDA has joined #openttd
19:12:48 *** Mateski has joined #openttd
19:12:48 *** urda has joined #openttd
19:12:48 *** NEWBOld has joined #openttd
19:12:48 *** Maggard77 has joined #openttd
19:12:48 *** Laodone has joined #openttd
19:12:48 *** NiLSA has joined #openttd
19:12:48 *** Sveiri457 has joined #openttd
19:12:48 *** SeAxNeAtRe has joined #openttd
19:12:48 *** _Helicmas_ has joined #openttd
19:12:48 *** PILAKHA has joined #openttd
19:12:48 *** _Corvinius_ has joined #openttd
19:12:48 *** Eadwinae has joined #openttd
19:12:48 *** Wodallnj has joined #openttd
19:12:48 *** _VASTARDIS_ has joined #openttd
19:12:48 *** itaharase360 has joined #openttd
19:12:48 *** xXWarchuki407Xx has joined #openttd
19:12:48 *** EXUM has joined #openttd
19:12:48 *** Zenone has joined #openttd
19:12:48 *** _xXHaMaIcXx_ has joined #openttd
19:12:48 *** BEOWULFIEOM21 has joined #openttd
19:12:48 *** Gruffen has joined #openttd
19:12:48 *** Ingsbaerv has joined #openttd
19:12:48 *** VeRa has joined #openttd
19:12:48 *** ALISAMALIS has joined #openttd
19:12:48 *** GwYnFlA64 has joined #openttd
19:12:48 *** Aquiliusnas has joined #openttd
19:12:48 *** xXGEDALEELAZXx has joined #openttd
19:12:48 *** Assema has joined #openttd
19:12:48 *** Polskiina has joined #openttd
19:12:48 *** DWYFALIO has joined #openttd
19:12:48 *** Jocasice has joined #openttd
19:12:48 *** _xXSigtryggrekkXx_ has joined #openttd
19:12:48 *** Fukunagaota has joined #openttd
19:12:48 *** _loptasrt132_ has joined #openttd
19:12:48 *** Petrogiov has joined #openttd
19:12:48 *** PoStUs has joined #openttd
19:12:48 *** Eucliyta has joined #openttd
19:12:48 *** xXAeronnedXx03 has joined #openttd
19:12:48 *** xXoloseXx has joined #openttd
19:12:48 *** LUBASKI has joined #openttd
19:12:48 *** WeSsOn has joined #openttd
19:12:48 *** RhIaNuAn has joined #openttd
19:12:48 *** Eldaram has joined #openttd
19:12:48 *** Greis has joined #openttd
19:12:48 *** Ashiki has joined #openttd
19:12:48 *** DzIcElA has joined #openttd
19:12:48 *** Sullatucos has joined #openttd
19:12:48 *** CaErWeNdD has joined #openttd
19:12:48 *** xXAlAtNyEvXx has joined #openttd
19:12:48 *** NeMeIoS has joined #openttd
19:12:48 *** Telemces has joined #openttd
19:12:48 *** Osbeofrld has joined #openttd
19:12:48 *** Dolczy has joined #openttd
19:12:48 *** GWILLYWELDA has joined #openttd
19:12:48 *** Laodamaseus has joined #openttd
19:12:48 *** PLUMBER has joined #openttd
19:12:48 *** ArAkIgI has joined #openttd
19:12:48 *** Hallbdr has joined #openttd
19:12:48 *** blodni has joined #openttd
19:12:48 *** LAZYNASZ has joined #openttd
19:12:48 *** Brezhev has joined #openttd
19:12:48 *** akumovov has joined #openttd
19:12:48 *** xXjOThAeLeLXx184 has joined #openttd
19:12:48 *** Manuelito has joined #openttd
19:12:48 *** jarra has joined #openttd
19:12:48 *** Hefinor has joined #openttd
19:12:48 *** frankyn has joined #openttd
19:12:48 *** Bari has joined #openttd
19:12:48 *** Klesz has joined #openttd
19:12:48 *** Heliceus3 has joined #openttd
19:12:48 *** MeAgAn has joined #openttd
19:12:48 *** xXBeowulfngaXx has joined #openttd
19:12:48 *** Moritanou has joined #openttd
19:12:48 *** BEaliAHAz has joined #openttd
19:12:48 *** _xXHERTEITHRJXx_ has joined #openttd
19:12:48 *** SzCzA has joined #openttd
19:12:48 *** xXCaDfArYnXx616 has joined #openttd
19:12:48 *** xX_Gethel_Xx has joined #openttd
19:12:48 *** xXMalickiewkiXx has joined #openttd
19:12:48 *** Jalafj has joined #openttd
19:12:48 *** KADAOto has joined #openttd
19:12:48 *** shatskyman has joined #openttd
19:12:48 *** xXrifugerXx has joined #openttd
19:12:48 *** GAGARISTOKOV has joined #openttd
19:12:48 *** Indrrr has joined #openttd
19:12:48 *** Rudinunos has joined #openttd
19:12:48 *** Ojimaidaga has joined #openttd
19:12:48 *** xXHelgaldXx543 has joined #openttd
19:12:48 *** MiStGgJ has joined #openttd
19:12:48 *** xXEyvinllXx has joined #openttd
19:12:48 *** PORCIIUS has joined #openttd
19:12:48 *** Demoleoea has joined #openttd
19:12:48 *** keithley has joined #openttd
19:12:48 *** BLODwOS has joined #openttd
19:12:48 *** MaIrWeRaEl has joined #openttd
19:12:48 *** Cullana has joined #openttd
19:12:48 *** Gawairwein786 has joined #openttd
19:12:48 *** grebskak has joined #openttd
19:12:48 *** GaReThUr has joined #openttd
19:12:48 *** Khrusupogov has joined #openttd
19:12:48 *** cometta has joined #openttd
19:12:48 *** ceriddylos has joined #openttd
19:12:48 *** Sabatelli has joined #openttd
19:12:48 *** Eastwood19 has joined #openttd
19:12:48 *** Calviuius has joined #openttd
19:12:48 *** xXzhukovrovXx4 has joined #openttd
19:12:48 *** Ergljarr has joined #openttd
19:12:48 *** xXCassegomawnXx has joined #openttd
19:12:48 *** Dala has joined #openttd
19:12:48 *** Gelaot has joined #openttd
19:12:48 *** Ingvaldrfr has joined #openttd
19:12:48 *** VEDIULIUS has joined #openttd
19:12:48 *** owelldd has joined #openttd
19:12:48 *** HyPaTrEuDeS has joined #openttd
19:12:48 *** drafts has joined #openttd
19:12:48 *** gorby has joined #openttd
19:12:48 *** _Sigmudri_ has joined #openttd
19:12:48 *** Trahefor has joined #openttd
19:12:48 *** SNORRIAND has joined #openttd
19:12:48 *** Ysbadta has joined #openttd
19:12:48 *** kasparovnov has joined #openttd
19:12:48 *** Garmuld has joined #openttd
19:12:48 *** xX_Niitakhi_Xx has joined #openttd
19:12:48 *** tarais has joined #openttd
19:12:48 *** TAMESMMA has joined #openttd
19:12:48 *** xXENNILDUL11Xx has joined #openttd
19:12:48 *** AISHIHI has joined #openttd
19:12:48 *** Aliesidd has joined #openttd
19:12:48 *** _xXNehemiahakXx_ has joined #openttd
19:12:48 *** Consoado95 has joined #openttd
19:12:48 *** hanGhli has joined #openttd
19:12:48 *** AMBUSTOS has joined #openttd
19:12:48 *** TEMEND has joined #openttd
19:12:48 *** lEOniDesSTa has joined #openttd
19:12:48 *** Lluisis has joined #openttd
19:12:48 *** _Curiatus_ has joined #openttd
19:12:48 *** Watley has joined #openttd
19:12:48 *** Malakovrov has joined #openttd
19:12:48 *** _MuNtEr_735 has joined #openttd
19:12:48 *** Hrafnatr has joined #openttd
19:12:48 *** Svanhilrir has joined #openttd
19:12:48 *** _Rimnirvi86_ has joined #openttd
19:12:48 *** GEATOC has joined #openttd
19:12:48 *** MOSTRAOS has joined #openttd
19:12:48 *** bish has joined #openttd
19:12:48 *** Southerly has joined #openttd
19:12:48 *** xX_HELEDTH_Xx has joined #openttd
19:12:48 *** Geirskun has joined #openttd
19:12:48 *** _Lebedkov_ has joined #openttd
19:12:48 *** Godwinaed has joined #openttd
19:12:48 *** Pacilto has joined #openttd
19:12:48 *** Adachano has joined #openttd
19:12:48 *** xXAnrhonenXx16 has joined #openttd
19:12:48 *** BROSLS has joined #openttd
19:12:48 *** Gunt has joined #openttd
19:12:48 *** xXLlywelelXx has joined #openttd
19:12:48 *** Mizuno has joined #openttd
19:12:48 *** CURSOSA has joined #openttd
19:12:48 *** Artenkmov has joined #openttd
19:12:48 *** SIGuhR has joined #openttd
19:12:48 *** Valgaldragu has joined #openttd
19:12:48 *** Dobrikohov has joined #openttd
19:12:48 *** xX_Zobel_Xx has joined #openttd
19:12:48 *** TEnNIWyn has joined #openttd
19:12:48 *** xXRendzikiXx has joined #openttd
19:12:48 *** EoFoRhIrIc has joined #openttd
19:12:48 *** xXBealieliahXx has joined #openttd
19:12:48 *** xXCaSsEgUsBoNXx14 has joined #openttd
19:12:48 *** Merewinre has joined #openttd
19:12:48 *** _NcIpE_ has joined #openttd
19:12:48 *** proninusfus has joined #openttd
19:12:48 *** FRIJA has joined #openttd
19:12:48 *** Yusuposky has joined #openttd
19:12:48 *** xXHERTESFA552Xx has joined #openttd
19:12:48 *** osbeourh has joined #openttd
19:12:48 *** NUNLEE has joined #openttd
19:12:48 *** OWENYN has joined #openttd
19:12:48 *** _CEFIGAN_ has joined #openttd
19:12:48 *** xXOssasunoXx has joined #openttd
19:12:48 *** OuTrOsNhA has joined #openttd
19:12:48 *** Androceus has joined #openttd
19:12:48 *** xXhjalgulXx has joined #openttd
19:12:48 *** _Mangano_5 has joined #openttd
19:12:48 *** Hyledcyn has joined #openttd
19:12:48 *** Gethis has joined #openttd
19:12:48 *** Osbeoic has joined #openttd
19:12:48 *** Heremolh has joined #openttd
19:12:48 *** Mariusnus77 has joined #openttd
19:12:48 *** Stasiak has joined #openttd
19:12:48 *** INGVILDAGN has joined #openttd
19:12:48 *** Gulbdan has joined #openttd
19:12:48 *** Oohashchi has joined #openttd
19:12:48 *** YuEn has joined #openttd
19:12:48 *** PAPIRIUMUS has joined #openttd
19:12:48 *** abnobagus has joined #openttd
19:12:48 *** Ingwiglhro has joined #openttd
19:12:48 *** philomena has joined #openttd
19:12:48 *** griffior has joined #openttd
19:12:48 *** Hosoka has joined #openttd
19:12:48 *** pANiha has joined #openttd
19:12:48 *** Caswnon has joined #openttd
19:12:48 *** dizeas has joined #openttd
19:12:48 *** Bricula has joined #openttd
19:12:48 *** GaSaHtA has joined #openttd
19:12:48 *** aNNEIuSgUs has joined #openttd
19:12:48 *** NAPILINEK16 has joined #openttd
19:12:48 *** eoforwinund has joined #openttd
19:12:48 *** cerysian346 has joined #openttd
19:12:48 *** AUNURTA has joined #openttd
19:12:48 *** Mhildgr has joined #openttd
19:12:48 *** _TAKANAWA_ has joined #openttd
19:12:48 *** CaTilUSus has joined #openttd
19:12:48 *** Medesmas has joined #openttd
19:12:48 *** _xXquilhXx_ has joined #openttd
19:12:48 *** OoTsUkDa has joined #openttd
19:12:48 *** _elosa_ has joined #openttd
19:12:48 *** HAYASHIWANO has joined #openttd
19:12:48 *** _Gwiliesen_ has joined #openttd
19:12:48 *** FrAnKsLa2 has joined #openttd
19:12:48 *** sinfger has joined #openttd
19:12:48 *** KINJOEKI has joined #openttd
19:12:48 *** cons has joined #openttd
19:12:48 *** _GeiRAeR2_ has joined #openttd
19:12:48 *** Aksakky has joined #openttd
19:12:48 *** EmLiNg has joined #openttd
19:12:48 *** ventoer has joined #openttd
19:12:48 *** KOYAKE has joined #openttd
19:12:48 *** WAY has joined #openttd
19:12:48 *** REGULRES has joined #openttd
19:12:48 *** AELFFRI has joined #openttd
19:12:48 *** Wilheardae has joined #openttd
19:12:48 *** Perceyn has joined #openttd
19:12:48 *** cidinusina has joined #openttd
19:12:48 *** ArIsTaEs has joined #openttd
19:12:48 *** Semi69 has joined #openttd
19:12:48 *** UCHIiHI741 has joined #openttd
19:12:48 *** bealiakiel has joined #openttd
19:12:48 *** SaBrRr has joined #openttd
19:12:48 *** Kurniak98 has joined #openttd
19:12:48 *** xXEadgyaeXx has joined #openttd
19:12:48 *** Broadnax445 has joined #openttd
19:12:48 *** koroleur has joined #openttd
19:12:48 *** skilfinn has joined #openttd
19:12:48 *** vIbIUNiuUS has joined #openttd
19:12:48 *** Baraclet has joined #openttd
19:12:48 *** Pecatoste has joined #openttd
19:12:48 *** Hatake has joined #openttd
19:12:48 *** Dagfinnrldr has joined #openttd
19:12:48 *** Quanom has joined #openttd
19:12:48 *** SCRIBIUUS has joined #openttd
19:12:48 *** BEILER has joined #openttd
19:12:48 *** nuciusrva has joined #openttd
19:12:48 *** anai has joined #openttd
19:12:48 *** Wodowskki has joined #openttd
19:12:48 *** QUISTASA has joined #openttd
19:12:48 *** Kunka has joined #openttd
19:12:48 *** STUMBIGT has joined #openttd
19:12:48 *** KEETER has joined #openttd
19:12:48 *** _ChereNKa_ has joined #openttd
19:12:48 *** Winchenbach has joined #openttd
19:12:48 *** wuLFiALd has joined #openttd
19:12:48 *** poLANdcz has joined #openttd
19:12:48 *** Eofrri has joined #openttd
19:12:48 *** Wertic has joined #openttd
19:12:48 *** Ouvinas has joined #openttd
19:12:48 *** Lograde has joined #openttd
19:12:48 *** PLICOSIS has joined #openttd
19:12:48 *** Ingsga has joined #openttd
19:12:48 *** _xXMitchemXx_ has joined #openttd
19:12:48 *** Jehiema has joined #openttd
19:12:48 *** gefjmul has joined #openttd
19:12:48 *** BEDEIN has joined #openttd
19:12:48 *** Vagnbja has joined #openttd
19:12:48 *** Anaximsus has joined #openttd
19:12:48 *** xXCedrickXx84 has joined #openttd
19:12:48 *** ARNBJSTA has joined #openttd
19:12:48 *** Branin has joined #openttd
19:12:48 *** xXHeliantorXx has joined #openttd
19:12:48 *** koenig has joined #openttd
19:12:48 *** anTEnIaebE310 has joined #openttd
19:12:48 *** FrontvA has joined #openttd
19:12:48 *** THEStorMaS has joined #openttd
19:12:48 *** xXtOutATIsTaXx6 has joined #openttd
19:12:48 *** estes has joined #openttd
19:12:48 *** Adsullataio has joined #openttd
19:12:48 *** mARUdien has joined #openttd
19:12:48 *** Beckizny has joined #openttd
19:12:48 *** TRAHERNWEN has joined #openttd
19:12:48 *** Wertiing has joined #openttd
19:12:48 *** Cribb has joined #openttd
19:12:48 *** SHEAZAHAZ has joined #openttd
19:12:48 *** Mairwenyn has joined #openttd
19:12:48 *** GELDOKI has joined #openttd
19:12:48 *** hoRiArA has joined #openttd
19:12:48 *** _Elfriri454_ has joined #openttd
19:12:48 *** rrankj has joined #openttd
19:12:48 *** Contrevis has joined #openttd
19:12:48 *** Ohtherebeer has joined #openttd
19:12:48 *** _BuDrEwIiOr_ has joined #openttd
19:12:48 *** Shiyara has joined #openttd
19:12:48 *** _xXNantonniaXx_ has joined #openttd
19:12:48 *** _Faires_ has joined #openttd
19:12:48 *** xX_Arintawn_Xx has joined #openttd
19:12:48 *** Hiratouima has joined #openttd
19:12:48 *** Herebealow has joined #openttd
19:12:48 *** xXNnillrXx has joined #openttd
19:12:48 *** _Ootsono_ has joined #openttd
19:12:48 *** xX_segashni_Xx has joined #openttd
19:12:48 *** Hallvarir has joined #openttd
19:12:48 *** xXsvipallngrXx7 has joined #openttd
19:12:48 *** Llewelynym has joined #openttd
19:12:48 *** Xenopth has joined #openttd
19:12:48 *** Eowulfgang has joined #openttd
19:12:48 *** Annaevoina has joined #openttd
19:12:48 *** Hennsk has joined #openttd
19:12:48 *** bragrgr has joined #openttd
19:12:48 *** xXSooXx has joined #openttd
19:12:48 *** sigtryggdr has joined #openttd
19:12:48 *** pedraza has joined #openttd
19:12:48 *** Vivess has joined #openttd
19:12:48 *** Elzapael has joined #openttd
19:12:48 *** Hirakhii has joined #openttd
19:12:48 *** Gwennees has joined #openttd
19:12:48 *** Raamiiah has joined #openttd
19:12:48 *** NJORDLR has joined #openttd
19:12:48 *** Xenopes has joined #openttd
19:12:48 *** Queci has joined #openttd
19:12:48 *** xXEardelfXx has joined #openttd
19:12:48 *** AzaziIah has joined #openttd
19:12:48 *** Heancus has joined #openttd
19:12:48 *** TURNEY has joined #openttd
19:12:48 *** HIBBITTS has joined #openttd
19:12:48 *** Volaius has joined #openttd
19:12:48 *** _LEUcELus_ has joined #openttd
19:12:48 *** Fullel has joined #openttd
19:12:48 *** SHEALIAIAH has joined #openttd
19:12:48 *** cirrincione has joined #openttd
19:12:48 *** Ganteuro has joined #openttd
19:12:48 *** KaNaUhIi has joined #openttd
19:12:48 *** euRobuTIs has joined #openttd
19:12:48 *** Talfrynyn has joined #openttd
19:12:48 *** xXEFFIEXx has joined #openttd
19:12:48 *** Carwyena has joined #openttd
19:12:48 *** Indonta has joined #openttd
19:12:48 *** Gwendona has joined #openttd
19:12:48 *** Ideguoto has joined #openttd
19:12:48 *** rAchET has joined #openttd
19:12:48 *** _ARTEGUM_ has joined #openttd
19:12:48 *** _SeNtIuNuS_ has joined #openttd
19:12:48 *** Arinrov has joined #openttd
19:12:48 *** kimber has joined #openttd
19:12:48 *** Adackiski has joined #openttd
19:12:48 *** ARrIagA has joined #openttd
19:12:48 *** Gwenythdd has joined #openttd
19:12:48 *** gOLLoGU has joined #openttd
19:12:48 *** eleazma has joined #openttd
19:12:48 *** Eanmundies has joined #openttd
19:12:48 *** Heoroeca has joined #openttd
19:12:48 *** Sveifrsl has joined #openttd
19:12:48 *** mitanikaama has joined #openttd
19:12:48 *** _FrAnKfOr_ has joined #openttd
19:12:48 *** MEREREDYN has joined #openttd
19:12:48 *** IOLYWeLYN has joined #openttd
19:12:48 *** Nantoeli has joined #openttd
19:12:48 *** xXPANDOLUSXx has joined #openttd
19:12:48 *** seitz has joined #openttd
19:12:48 *** LOCHYK has joined #openttd
19:12:48 *** KuCiJaN has joined #openttd
19:12:48 *** Cantwell has joined #openttd
19:12:48 *** Theseuster has joined #openttd
19:12:48 *** falec has joined #openttd
19:12:48 *** Saxnana has joined #openttd
19:12:48 *** Ingvarrkr has joined #openttd
19:12:48 *** Eadbeorar has joined #openttd
19:12:48 *** xXPovishnovXx has joined #openttd
19:12:48 *** Medved has joined #openttd
19:12:48 *** DEPOISTA has joined #openttd
19:12:48 *** demoson has joined #openttd
19:12:48 *** SuLlAwNnA has joined #openttd
19:12:48 *** MEINIRLYN has joined #openttd
19:12:48 *** geirlfr has joined #openttd
19:12:48 *** Glynned has joined #openttd
19:12:48 *** Brosingngs has joined #openttd
19:12:48 *** Llynna has joined #openttd
19:12:48 *** Vosegomnua8 has joined #openttd
19:12:48 *** Ceriolo has joined #openttd
19:12:48 *** xXceTiurAXx has joined #openttd
19:12:48 *** _tetheus_9 has joined #openttd
19:12:48 *** Cassiniero has joined #openttd
19:12:48 *** Angharalys has joined #openttd
19:12:48 *** xXHARMESEBEXx has joined #openttd
19:12:48 *** Ecgweric has joined #openttd
19:12:48 *** SaNjUaNiTa has joined #openttd
19:12:48 *** Mikol00 has joined #openttd
19:12:48 *** Demolybne has joined #openttd
19:12:48 *** xXAdesdesXx2 has joined #openttd
19:12:48 *** Gullvevi03 has joined #openttd
19:12:48 *** Adworak has joined #openttd
19:12:48 *** Brondingst has joined #openttd
19:12:48 *** ILHOSSOS has joined #openttd
19:12:48 *** _Lynicsus15_ has joined #openttd
19:12:48 *** ragnbri has joined #openttd
19:12:48 *** paStOrE has joined #openttd
19:12:48 *** fornisi has joined #openttd
19:12:48 *** _xXHennttXx_ has joined #openttd
19:12:48 *** glyniin has joined #openttd
19:12:48 *** Hangadnir has joined #openttd
19:12:48 *** gREcK has joined #openttd
19:12:48 *** xX_Llionus_Xx has joined #openttd
19:12:48 *** _SNOTGG_ has joined #openttd
19:12:48 *** BrAuTmR has joined #openttd
19:12:48 *** Tarafan has joined #openttd
19:12:48 *** Elmaine has joined #openttd
19:12:48 *** ThEnAeUs has joined #openttd
19:12:48 *** RaGnVaLnGa has joined #openttd
19:12:48 *** Larish has joined #openttd
19:12:48 *** _EPOMARUSIS_ has joined #openttd
19:12:48 *** Cribius has joined #openttd
19:12:48 *** zaRzaL has joined #openttd
19:12:48 *** Falsilhe has joined #openttd
19:12:48 *** NEmeRtrUS has joined #openttd
19:12:48 *** DaNeLf4 has joined #openttd
19:12:48 *** Brynhildrgfr has joined #openttd
19:12:48 *** covean has joined #openttd
19:12:48 *** LlInOsRtH53 has joined #openttd
19:12:48 *** VILISNH has joined #openttd
19:12:48 *** Sveinrr has joined #openttd
19:12:48 *** ScEaDaS has joined #openttd
19:12:48 *** Enriguez has joined #openttd
19:12:48 *** EURYDINI has joined #openttd
19:12:48 *** POisSEu has joined #openttd
19:12:48 *** HEIMDUL has joined #openttd
19:12:48 *** Volz has joined #openttd
19:12:48 *** Gautsing has joined #openttd
19:12:48 *** _oyagami_ has joined #openttd
19:12:48 *** GWYTHYRNA has joined #openttd
19:12:48 *** _hereus_ has joined #openttd
19:12:48 *** rhamaried has joined #openttd
19:12:48 *** KLINGEL has joined #openttd
19:12:48 *** Priceen has joined #openttd
19:12:48 *** Chasse has joined #openttd
19:12:48 *** Jehoahazda has joined #openttd
19:12:48 *** TeRNorE has joined #openttd
19:12:48 *** SZkIewiCrkA has joined #openttd
19:12:48 *** Aksyoely has joined #openttd
19:12:48 *** _sUNNGifaLd_9 has joined #openttd
19:12:48 *** xXBaimaXx has joined #openttd
19:12:48 *** Osgaae has joined #openttd
19:12:48 *** HOCKINS46 has joined #openttd
19:12:48 *** koryc has joined #openttd
19:12:48 *** svalrg has joined #openttd
19:12:48 *** Ushchov has joined #openttd
19:12:48 *** FAVA has joined #openttd
19:12:48 *** JEHOZADAKIEL has joined #openttd
19:12:48 *** GOOSLIN has joined #openttd
19:12:48 *** eliatkim has joined #openttd
19:12:48 *** Theanno has joined #openttd
19:12:48 *** Hruntinhre has joined #openttd
19:12:48 *** Gladylisir has joined #openttd
19:12:48 *** Gladkoski has joined #openttd
19:12:48 *** ragngim has joined #openttd
19:12:48 *** Ikawahahi has joined #openttd
19:12:48 *** xXZenohusXx701 has joined #openttd
19:12:48 *** xXDeboseXx5 has joined #openttd
19:12:48 *** Heledyn has joined #openttd
19:12:48 *** Iefanrhoyr has joined #openttd
19:12:48 *** Osmunngrht has joined #openttd
19:12:48 *** elbeolf has joined #openttd
19:12:48 *** Alwynyth has joined #openttd
19:12:48 *** Waguespack has joined #openttd
19:12:48 *** Bekauta has joined #openttd
19:12:48 *** WASNIEASZ has joined #openttd
19:12:48 *** Thoms has joined #openttd
19:12:48 *** Vaidadst has joined #openttd
19:12:48 *** Iolynira has joined #openttd
19:12:48 *** AgAfInOaN has joined #openttd
19:12:48 *** SiGEAR has joined #openttd
19:12:48 *** ouvIoS0 has joined #openttd
19:12:48 *** Elvie has joined #openttd
19:12:48 *** Eorotbel has joined #openttd
19:12:48 *** Ecgbered has joined #openttd
19:12:48 *** Burt has joined #openttd
19:12:48 *** Mulhara has joined #openttd
19:12:48 *** Prisco has joined #openttd
19:12:48 *** AVERYMOV14 has joined #openttd
19:12:48 *** ANAXILON has joined #openttd
19:12:48 *** tRaheRlyn has joined #openttd
19:12:48 *** Ecgwelalf has joined #openttd
19:12:48 *** llino has joined #openttd
19:12:48 *** GrIgTyN has joined #openttd
19:12:48 *** xXReciXx has joined #openttd
19:12:48 *** NASICINILVA has joined #openttd
19:12:48 *** xXAericuraiaXx has joined #openttd
19:12:48 *** UNFERDA has joined #openttd
19:12:48 *** RauGApTS has joined #openttd
19:12:48 *** _Artesina_964 has joined #openttd
19:12:48 *** Yamotekubo has joined #openttd
19:12:48 *** Imposto has joined #openttd
19:12:48 *** nerysrio has joined #openttd
19:12:48 *** talfrnid has joined #openttd
19:12:48 *** Jehoshnan has joined #openttd
19:12:48 *** Affydd has joined #openttd
19:12:48 *** Andromne has joined #openttd
19:12:48 *** Sipowskuk has joined #openttd
19:12:48 *** Depoem has joined #openttd
19:12:48 *** SwErTiMa has joined #openttd
19:12:48 *** Elpaliaheel has joined #openttd
19:12:48 *** ritanus has joined #openttd
19:12:48 *** _Jurczel_ has joined #openttd
19:12:48 *** Elzariaiah has joined #openttd
19:12:48 *** experra has joined #openttd
19:12:48 *** fullArId has joined #openttd
19:12:48 *** Scherlas has joined #openttd
19:12:48 *** SIWAINRYS has joined #openttd
19:12:48 *** xX_CiDaS_Xx has joined #openttd
19:12:48 *** hermann has joined #openttd
19:12:48 *** _AlFrLiS_ has joined #openttd
19:12:48 *** Miklaki has joined #openttd
19:12:48 *** Batres has joined #openttd
19:12:48 *** OfOrNg has joined #openttd
19:12:48 *** RUNGLEGAT has joined #openttd
19:12:48 *** _PIAZZA_ has joined #openttd
19:12:48 *** Lungridi has joined #openttd
19:12:48 *** Lyta has joined #openttd
19:12:48 *** xX_fitelaar_Xx has joined #openttd
19:12:48 *** Kamitsu has joined #openttd
19:12:48 *** shitawa has joined #openttd
19:12:48 *** xXynhildrllXx has joined #openttd
19:12:49 *** Canemais has joined #openttd
19:12:49 *** ADZINSZNY has joined #openttd
19:12:49 *** Godrigar has joined #openttd
19:12:49 *** Geirdlm has joined #openttd
19:12:49 *** rhoslt has joined #openttd
19:12:49 *** xXathoveiXx has joined #openttd
19:12:49 *** xXKozlovlov07Xx has joined #openttd
19:12:49 *** TOMBLIN has joined #openttd
19:12:49 *** calumag has joined #openttd
19:12:49 *** ELNAAZ has joined #openttd
19:12:49 *** Dylianael832 has joined #openttd
19:12:49 *** CoMprres has joined #openttd
19:12:49 *** Grufffin has joined #openttd
19:12:49 *** GULLVEALM has joined #openttd
19:12:49 *** helmingund has joined #openttd
19:12:49 *** Bollinger has joined #openttd
19:12:49 *** raCz has joined #openttd
19:12:49 *** popRA has joined #openttd
19:12:49 *** Undilaf has joined #openttd
19:12:49 *** _ishiya_9 has joined #openttd
19:12:49 *** CamPeIs has joined #openttd
19:12:49 *** _Loptsdi_ has joined #openttd
19:12:49 *** _Aksiky05_ has joined #openttd
19:12:49 *** Kennard has joined #openttd
19:12:49 *** JERECHAM has joined #openttd
19:12:49 *** Antonreo has joined #openttd
19:12:49 *** Regulbusius has joined #openttd
19:12:49 *** Nichelson has joined #openttd
19:12:49 *** oediomes has joined #openttd
19:12:49 *** _epomia_ has joined #openttd
19:12:49 *** Cason has joined #openttd
19:12:49 *** Condarnus has joined #openttd
19:12:49 *** Winifff has joined #openttd
19:12:49 *** Setarto has joined #openttd
19:12:49 *** Jahaziak has joined #openttd
19:12:49 *** fails has joined #openttd
19:12:49 *** eysteindr has joined #openttd
19:12:49 *** Gorowskiski has joined #openttd
19:12:49 *** brosinns has joined #openttd
19:12:49 *** _Wiglafaf_ has joined #openttd
19:12:49 *** eoRn has joined #openttd
19:12:49 *** gwenhwyfon has joined #openttd
19:12:49 *** BYRLI has joined #openttd
19:12:49 *** Hagvisi has joined #openttd
19:12:49 *** Berecharlet has joined #openttd
19:12:49 *** Vespifus has joined #openttd
19:12:49 *** Jehoszar has joined #openttd
19:12:49 *** _DiOgEnIaOpA8_ has joined #openttd
19:12:49 *** RhILdrDr has joined #openttd
19:12:49 *** xXLupaichXx has joined #openttd
19:12:49 *** Leonip has joined #openttd
19:12:49 *** TAEMNHE has joined #openttd
19:12:49 *** KUmonovskY has joined #openttd
19:12:49 *** Bronena has joined #openttd
19:12:49 *** xXIonelynXx74 has joined #openttd
19:12:49 *** vandermeer has joined #openttd
19:12:49 *** Shindenden has joined #openttd
19:12:49 *** Ingsng has joined #openttd
19:12:49 *** Kitamueda has joined #openttd
19:12:49 *** mEMNUs has joined #openttd
19:12:49 *** uemurosada has joined #openttd
19:12:49 *** Rasimovsky has joined #openttd
19:12:49 *** xXTANABEUJIXx has joined #openttd
19:12:49 *** Dicepus has joined #openttd
19:12:49 *** Pickicki has joined #openttd
19:12:49 *** Royster has joined #openttd
19:12:49 *** BERENKOOV has joined #openttd
19:12:49 *** Metedra has joined #openttd
19:12:49 *** Sonoderta has joined #openttd
19:12:49 *** Elechda has joined #openttd
19:12:49 *** kluczkik has joined #openttd
19:12:49 *** NJORDULD has joined #openttd
19:12:49 *** ECGLARO has joined #openttd
19:12:49 *** _xXOsBeOrNaEXx_ has joined #openttd
19:12:49 *** sCiLlNtH17 has joined #openttd
19:12:49 *** xXMalchieleel024Xx has joined #openttd
19:12:49 *** Deiroem has joined #openttd
19:12:49 *** OlCwArO has joined #openttd
19:12:49 *** Conseos has joined #openttd
19:12:49 *** Licata has joined #openttd
19:12:49 *** Godwineric has joined #openttd
19:12:49 *** Derma has joined #openttd
19:12:49 *** bedeyerin has joined #openttd
19:12:49 *** xXLuSaRXx has joined #openttd
19:12:49 *** _allstlfr_ has joined #openttd
19:12:49 *** GWYNWR has joined #openttd
19:12:49 *** EguRaes has joined #openttd
19:12:49 *** WeOhStAnLa has joined #openttd
19:12:49 *** xXPAULSETHXx334 has joined #openttd
19:12:49 *** Solochth has joined #openttd
19:12:49 *** AESC has joined #openttd
19:12:49 *** xXgwenfrewinXx has joined #openttd
19:12:49 *** nnildr has joined #openttd
19:12:49 *** Nehemilet has joined #openttd
19:12:49 *** Winered has joined #openttd
19:12:49 *** SeRvE has joined #openttd
19:12:49 *** xXIovantucusXx has joined #openttd
19:12:49 *** xX_DELEITVI_Xx has joined #openttd
19:12:49 *** Turrey has joined #openttd
19:12:49 *** Apraksakoev has joined #openttd
19:12:49 *** SEGAWWA has joined #openttd
19:12:49 *** Grzebita has joined #openttd
19:12:49 *** RimuLISt has joined #openttd
19:12:49 *** CEFINRA has joined #openttd
19:12:49 *** ScIlLiOpEuS has joined #openttd
19:12:49 *** Vossarsse has joined #openttd
19:12:49 *** Rabassz has joined #openttd
19:12:49 *** Kimpel has joined #openttd
19:12:49 *** Lapointe has joined #openttd
19:12:49 *** anAnEan has joined #openttd
19:12:49 *** Mereddybon has joined #openttd
19:12:49 *** Bratton has joined #openttd
19:12:49 *** Frumveni has joined #openttd
19:12:49 *** TUGUMOS has joined #openttd
19:12:49 *** CATULLUUS has joined #openttd
19:12:49 *** Maisto has joined #openttd
19:12:49 *** Dagfirri has joined #openttd
19:12:49 *** Randbj has joined #openttd
19:12:49 *** IFIOYS has joined #openttd
19:12:49 *** _GiLdElD_56 has joined #openttd
19:12:49 *** Raamiahlet has joined #openttd
19:12:49 *** ALEGVER has joined #openttd
19:12:49 *** xXAristoraXx6 has joined #openttd
19:12:49 *** Allbee has joined #openttd
19:12:49 *** xX_Sceadeca_Xx has joined #openttd
19:12:49 *** HERJAN has joined #openttd
19:12:49 *** _TRAHAEXEN_ has joined #openttd
19:12:49 *** arkHIKOV has joined #openttd
19:12:49 *** Eliasaphaph has joined #openttd
19:12:49 *** AePiUs has joined #openttd
19:12:49 *** INGVILDFN has joined #openttd
19:12:49 *** jehananada has joined #openttd
19:12:49 *** _erICsOn_51 has joined #openttd
19:12:49 *** Ideguchiata has joined #openttd
19:12:49 *** Penarduius has joined #openttd
19:12:49 *** Swonger has joined #openttd
19:12:49 *** MeRlIrCh has joined #openttd
19:12:49 *** tTInNiNn has joined #openttd
19:12:49 *** Roburis has joined #openttd
19:12:49 *** Scruggs has joined #openttd
19:12:49 *** Hazamata has joined #openttd
19:12:49 *** Cevaughwen has joined #openttd
19:12:49 *** SIgMuDUL has joined #openttd
19:12:49 *** ToDoSiS has joined #openttd
19:12:49 *** JoThZaR has joined #openttd
19:12:49 *** MeRfYeN has joined #openttd
19:12:49 *** gLADYsgED has joined #openttd
19:12:49 *** HEMINGSRE has joined #openttd
19:12:49 *** Llewena has joined #openttd
19:12:49 *** betharadod817 has joined #openttd
19:12:49 *** eardgar has joined #openttd
19:12:49 *** Malleiupio has joined #openttd
19:12:49 *** _SKEGGJYJA_ has joined #openttd
19:12:49 *** KEETON has joined #openttd
19:12:49 *** Einirlyn has joined #openttd
19:12:49 *** Nicanor has joined #openttd
19:12:49 *** _xXKondrorzXx_ has joined #openttd
19:12:49 *** inGThoGg has joined #openttd
19:12:49 *** ZUBOTININ has joined #openttd
19:12:49 *** Klewiej has joined #openttd
19:12:49 *** Rsteinn has joined #openttd
19:12:49 *** Myrtle4 has joined #openttd
19:12:49 *** xXMikiNaiKXx has joined #openttd
19:12:49 *** CURViLIUS has joined #openttd
19:12:49 *** _CINIUUS_37 has joined #openttd
19:12:49 *** JERAHMEEECH has joined #openttd
19:12:49 *** Archelicne has joined #openttd
19:12:49 *** xX_FOLCARD_Xx has joined #openttd
19:12:49 *** _Gricolaus7_ has joined #openttd
19:12:49 *** Smundldr has joined #openttd
19:12:49 *** xXstaniiszXx has joined #openttd
19:12:49 *** ealfdenng has joined #openttd
19:12:49 *** Stycz has joined #openttd
19:12:49 *** OFydDyd has joined #openttd
19:12:49 *** xX_Cuffie_Xx has joined #openttd
19:12:49 *** Ieuarl has joined #openttd
19:12:49 *** Icollutia has joined #openttd
19:12:49 *** ookawahni01 has joined #openttd
19:12:49 *** AUSTRA has joined #openttd
19:12:49 *** Damskiicz has joined #openttd
19:12:49 *** DaMmEyEr has joined #openttd
19:12:49 *** Broslaecg has joined #openttd
19:12:49 *** xXADACHIXx7 has joined #openttd
19:12:49 *** hugags has joined #openttd
19:12:49 *** JEHALEEAT has joined #openttd
19:12:49 *** Vipulrsk has joined #openttd
19:12:49 *** Canetoama has joined #openttd
19:12:49 *** curinus has joined #openttd
19:12:49 *** parKIaK has joined #openttd
19:12:49 *** Krzywancz has joined #openttd
19:12:49 *** Brezhabkov has joined #openttd
19:12:49 *** FRANTZ has joined #openttd
19:12:49 *** xXmaciockiXx has joined #openttd
19:12:49 *** armr has joined #openttd
19:12:49 *** Mihanlt has joined #openttd
19:12:49 *** _xXambusilaXx_ has joined #openttd
19:12:49 *** Neriutia has joined #openttd
19:12:49 *** PALAMoV has joined #openttd
19:12:49 *** anthipeas has joined #openttd
19:12:49 *** Kogaino has joined #openttd
19:12:49 *** xXtanabegiXx has joined #openttd
19:12:49 *** ThEtIaS has joined #openttd
19:12:49 *** dilwyus has joined #openttd
19:12:49 *** Rosso has joined #openttd
19:12:49 *** RAcHaRILEt has joined #openttd
19:12:49 *** Indorisue has joined #openttd
19:12:49 *** Orestes has joined #openttd
19:12:49 *** Golusas has joined #openttd
19:12:49 *** Fnfretr has joined #openttd
19:12:49 *** Regilliuus has joined #openttd
19:12:49 *** Heddwira has joined #openttd
19:12:49 *** holme has joined #openttd
19:12:49 *** Autroeo has joined #openttd
19:12:49 *** POPIOSikEK has joined #openttd
19:12:49 *** Phigeta has joined #openttd
19:12:49 *** HaRiDWtan has joined #openttd
19:12:49 *** Wawak has joined #openttd
19:12:49 *** Berwylla has joined #openttd
19:12:49 *** xXOlwywenXx has joined #openttd
19:12:49 *** FrEaLlR has joined #openttd
19:12:49 *** Sigmuamr has joined #openttd
19:12:49 *** _Jorge_ has joined #openttd
19:12:49 *** Hengnigr has joined #openttd
19:12:49 *** AlStEiNaFr has joined #openttd
19:12:49 *** _xXAelfhewigXx_ has joined #openttd
19:12:49 *** helginnr has joined #openttd
19:12:49 *** Gofawn has joined #openttd
19:12:49 *** UlMaNsKy59 has joined #openttd
19:12:49 *** Jungrrdr has joined #openttd
19:12:49 *** koyanno has joined #openttd
19:12:49 *** Aeth has joined #openttd
19:12:49 *** IPPOLYNMAS has joined #openttd
19:12:49 *** eOfoRAE has joined #openttd
19:12:49 *** campestrlyr has joined #openttd
19:12:49 *** Freylul has joined #openttd
19:12:49 *** Patrica has joined #openttd
19:12:49 *** GULYVIC has joined #openttd
19:12:49 *** CeRiDwEyN has joined #openttd
19:12:49 *** GWYNFOETH has joined #openttd
19:12:49 *** Niiyaizu has joined #openttd
19:12:49 *** iefanwan has joined #openttd
19:12:49 *** cAssanDRIA has joined #openttd
19:12:49 *** halgaro has joined #openttd
19:12:49 *** meinwyr has joined #openttd
19:12:49 *** Turton has joined #openttd
19:12:49 *** Ament has joined #openttd
19:12:49 *** MACNEIL has joined #openttd
19:12:49 *** Anneiusen has joined #openttd
19:12:49 *** AESCTAN has joined #openttd
19:12:49 *** Siorth has joined #openttd
19:12:49 *** Hefined9 has joined #openttd
19:12:49 *** _Damaches_ has joined #openttd
19:12:49 *** xX_ELNANERAM_Xx has joined #openttd
19:12:49 *** xXGRENDASXx has joined #openttd
19:12:49 *** Hobalaf has joined #openttd
19:12:49 *** Dakaawa has joined #openttd
19:12:49 *** bragrka has joined #openttd
19:12:49 *** HIAtT has joined #openttd
19:12:49 *** Aurelgus has joined #openttd
19:12:49 *** ANTOSIOS has joined #openttd
19:12:49 *** jastrebski has joined #openttd
19:12:49 *** lucicerus has joined #openttd
19:12:49 *** Inosawani has joined #openttd
19:12:49 *** DEMOLEONDER has joined #openttd
19:12:49 *** sceadugeng has joined #openttd
19:12:49 *** Aeroniol has joined #openttd
19:12:49 *** Mirabal has joined #openttd
19:12:49 *** Nehealel has joined #openttd
19:12:49 *** vest has joined #openttd
19:12:49 *** SUKHKY has joined #openttd
19:12:49 *** UNTIN has joined #openttd
19:12:49 *** presocia has joined #openttd
19:12:49 *** xXHachtingXx has joined #openttd
19:12:49 *** _FREAWAAF_ has joined #openttd
19:12:49 *** Seneposula has joined #openttd
19:12:49 *** brynhinn has joined #openttd
19:12:49 *** Ginnvi has joined #openttd
19:12:49 *** _xXHyleriXx_ has joined #openttd
19:12:49 *** Borvo has joined #openttd
19:12:49 *** Hristfj has joined #openttd
19:12:49 *** siggand has joined #openttd
19:12:49 *** Rethaalm605 has joined #openttd
19:12:49 *** hafgANTtiA has joined #openttd
19:12:49 *** cainGwer has joined #openttd
19:12:49 *** _hugaing_ has joined #openttd
19:12:49 *** Skilfrr has joined #openttd
19:12:49 *** Asawamuama has joined #openttd
19:12:49 *** EADBURGFRI has joined #openttd
19:12:49 *** TRELNILOV has joined #openttd
19:12:49 *** Jernigan has joined #openttd
19:12:49 *** fullnul has joined #openttd
19:12:49 *** _EURYMACHUES_ has joined #openttd
19:12:49 *** Agimokov has joined #openttd
19:12:49 *** _Eiriayn78_ has joined #openttd
19:12:49 *** Frodanesng has joined #openttd
19:12:49 *** xX_AbilD_Xx has joined #openttd
19:12:49 *** xXLlewenfran118Xx has joined #openttd
19:12:49 *** BrAdIsH has joined #openttd
19:12:49 *** GUARDADAR has joined #openttd
19:12:49 *** MundINGINg has joined #openttd
19:12:49 *** TaRaNhUs has joined #openttd
19:12:49 *** Usar has joined #openttd
19:12:49 *** niSIeEtH has joined #openttd
19:12:49 *** _platoas_855 has joined #openttd
19:12:49 *** Zubotiky has joined #openttd
19:12:49 *** lendr has joined #openttd
19:12:49 *** forsega has joined #openttd
19:12:49 *** bertowcki has joined #openttd
19:12:49 *** Fitelaow has joined #openttd
19:12:49 *** xXARVeRNsusXx has joined #openttd
19:12:49 *** Kroon151 has joined #openttd
19:12:49 *** kANaUCHISu has joined #openttd
19:12:49 *** cicuriusus has joined #openttd
19:12:49 *** quelde has joined #openttd
19:12:49 *** annETte has joined #openttd
19:12:49 *** xXRbarjaXx has joined #openttd
19:12:49 *** jehdielet has joined #openttd
19:12:49 *** _Heremodel_2 has joined #openttd
19:12:49 *** Randgriir has joined #openttd
19:12:49 *** Pellegrini has joined #openttd
19:12:49 *** Conhe274 has joined #openttd
19:12:49 *** Erleifrrfr has joined #openttd
19:12:49 *** xXTeas2Xx has joined #openttd
19:12:50 *** Tanimoeki has joined #openttd
19:12:51 *** xXHARMOIAXx has joined #openttd
19:12:51 *** AlExAeTo has joined #openttd
19:12:51 *** callithe has joined #openttd
19:12:51 *** caeliusito has joined #openttd
19:12:52 *** Osberlda has joined #openttd
19:12:52 *** kulewicz has joined #openttd
19:12:52 *** gAretys has joined #openttd
19:12:52 *** Europpa has joined #openttd
19:12:52 *** AERONRON has joined #openttd
19:12:52 <frosch123> @mode +m
19:12:52 *** DorpsGek sets mode: +m
19:12:53 *** _xXAphRotRaXx_ has joined #openttd
19:12:54 *** Ghrefnng has joined #openttd
19:12:54 *** _xXUntingheaXx_ has joined #openttd
19:12:56 *** Aksakosky has joined #openttd
19:12:56 *** Maez has joined #openttd
19:12:57 *** LaNeTaIcA has joined #openttd
19:12:57 *** WeYmOuTh has joined #openttd
19:12:57 *** Sullasin has joined #openttd
19:12:58 *** LHASTRA has joined #openttd
19:12:59 *** BRYNJARLDR has joined #openttd
19:12:59 *** LOPES6 has joined #openttd
19:13:00 *** Ndingat has joined #openttd
19:13:05 *** _Fraered29_ has joined #openttd
19:13:05 *** Iestynen has joined #openttd
19:13:06 *** Wealhred has joined #openttd
19:13:10 *** llstrg has joined #openttd
19:13:15 *** DorpsGek sets mode: +m
19:13:16 *** GuTTMaN has joined #openttd
19:13:17 *** AELFGIFRHT has joined #openttd
19:13:20 *** Aelredry has joined #openttd
19:13:21 *** LYTARCHUS has joined #openttd
19:13:21 *** nakashata has joined #openttd
19:13:25 *** GUNNAGIR has joined #openttd
19:13:27 *** osMundGY2 has joined #openttd
19:13:36 *** xXFrIgGsKjXx65 has joined #openttd
19:13:36 *** HiPpOlYbDeS has joined #openttd
19:13:39 *** Rhianwi has joined #openttd
19:13:39 *** BuTr has joined #openttd
19:13:43 *** xXHiRaisRAXx has joined #openttd
19:13:48 *** Callicaoano has joined #openttd
19:13:48 *** EIRIAEN has joined #openttd
19:13:49 *** Nakashnya has joined #openttd
19:13:50 *** KLARE has joined #openttd
19:13:52 *** Riganeta has joined #openttd
19:13:55 *** _Janiki108_ has joined #openttd
19:13:56 *** ESTESDE has joined #openttd
19:13:56 *** AFANDROV has joined #openttd
19:13:56 *** RANDGLD has joined #openttd
19:13:56 *** xXKishitakaXx4 has joined #openttd
19:13:56 *** Llewelynvyn has joined #openttd
19:13:56 *** Amariahel has joined #openttd
19:13:56 *** Ingvaldr has joined #openttd
19:13:56 *** _Vergiius6_ has joined #openttd
19:13:56 *** xXGEIRTLI81Xx has joined #openttd
19:13:56 *** Lobel has joined #openttd
19:13:56 *** akaya has joined #openttd
19:13:56 *** Svaragu has joined #openttd
19:13:56 *** ampestrta has joined #openttd
19:13:56 *** Orowre has joined #openttd
19:13:56 *** Aranrhyn has joined #openttd
19:13:56 *** MALDWYNDD has joined #openttd
19:13:56 *** Zkarska has joined #openttd
19:13:56 *** Healgang has joined #openttd
19:13:56 *** Sigmuirr has joined #openttd
19:13:56 *** xXsonoXx has joined #openttd
19:13:56 *** _Sempmas35_ has joined #openttd
19:13:56 *** Rhamaxensin has joined #openttd
19:13:56 *** _Abatsuata_ has joined #openttd
19:13:56 *** Llisolo has joined #openttd
19:13:56 *** GUNNNGR has joined #openttd
19:13:56 *** xXHallskiXx21 has joined #openttd
19:13:56 *** CORTAQUE has joined #openttd
19:13:56 *** xXRutiniusXx has joined #openttd
19:13:56 *** xX_Barahmed_Xx has joined #openttd
19:13:56 *** Jeremiama has joined #openttd
19:13:56 *** Elfrgy has joined #openttd
19:13:56 *** hatfield has joined #openttd
19:13:56 *** AFANASOV has joined #openttd
19:13:56 *** xXKoUyAnIi7Xx has joined #openttd
19:13:56 *** HeNgGgR641 has joined #openttd
19:13:57 *** _BELeNOba_ has joined #openttd
19:13:57 *** HASEWA has joined #openttd
19:13:57 *** GESTNH has joined #openttd
19:13:57 *** broome has joined #openttd
19:13:57 *** EOROGNG has joined #openttd
19:13:57 *** _Diomeddes_ has joined #openttd
19:13:57 *** TROSZ has joined #openttd
19:13:57 *** _eRiUsus87_ has joined #openttd
19:13:57 *** kruzelcki has joined #openttd
19:13:57 *** Oediomeam has joined #openttd
19:13:57 *** NeMeToNsIn has joined #openttd
19:13:57 *** Arngvi has joined #openttd
19:13:57 *** Aradogan has joined #openttd
19:13:57 *** Archenus has joined #openttd
19:13:57 *** Partem has joined #openttd
19:13:57 *** quANDAvaELE has joined #openttd
19:13:57 *** Nehealiah has joined #openttd
19:13:57 *** Hamlin has joined #openttd
19:13:57 *** CyNeBfRi has joined #openttd
19:13:57 *** Danesefn has joined #openttd
19:13:57 *** xXEadweredXx has joined #openttd
19:13:57 *** Nasiciusius has joined #openttd
19:13:57 *** Hariasaerv177 has joined #openttd
19:13:57 *** Scyldiela has joined #openttd
19:13:57 *** Siwaned has joined #openttd
19:13:57 *** pulvillusso has joined #openttd
19:13:57 *** HaMaInN has joined #openttd
19:13:57 *** SUnNunuL has joined #openttd
19:13:58 *** SIGRIRR has joined #openttd
19:13:58 *** Dorn has joined #openttd
19:13:58 *** Kotowsra has joined #openttd
19:13:58 *** Cadwenwyn has joined #openttd
19:13:58 *** xX_FFITHERYS_Xx has joined #openttd
19:13:58 *** _Garmunen_559 has joined #openttd
19:13:58 *** xX_Khrusupin_Xx has joined #openttd
19:13:58 *** mIsiaNik939 has joined #openttd
19:13:58 *** xXSOKoLoviNXx279 has joined #openttd
19:13:58 *** Aelfrird77 has joined #openttd
19:13:58 *** Semiar has joined #openttd
19:13:58 *** crinthle has joined #openttd
19:13:58 *** Kumonovyev has joined #openttd
19:13:58 *** StRiNgHaM has joined #openttd
19:13:58 *** xXBrynjarndrXx740 has joined #openttd
19:13:58 *** GaNdRlL has joined #openttd
19:13:58 *** OSWALNE has joined #openttd
19:13:58 *** IULIVIIA has joined #openttd
19:13:58 *** xXCelot5Xx has joined #openttd
19:13:58 *** SIORONA has joined #openttd
19:13:58 *** Sanoura has joined #openttd
19:13:58 *** Elecech has joined #openttd
19:13:58 *** Shimotoni has joined #openttd
19:13:58 *** _awailed_ has joined #openttd
19:13:58 *** Pedaedalus has joined #openttd
19:13:58 *** xXAranisibonXx has joined #openttd
19:13:58 *** xXCzypiecczXx has joined #openttd
19:13:58 *** jacklyn has joined #openttd
19:13:58 *** Vejas has joined #openttd
19:13:58 *** CiCOLlUISANA has joined #openttd
19:13:58 *** Vediusllo has joined #openttd
19:13:58 *** MEiLIdR has joined #openttd
19:13:58 *** Galeona has joined #openttd
19:13:58 *** _Pitul_525 has joined #openttd
19:13:58 *** Fortdas has joined #openttd
19:13:58 *** mEDeahe has joined #openttd
19:13:58 *** _mainoue16_ has joined #openttd
19:13:58 *** _ANrhoDWYn_ has joined #openttd
19:13:58 *** OSBEORRI has joined #openttd
19:13:58 *** Maty has joined #openttd
19:13:58 *** akumin has joined #openttd
19:13:58 *** pAlinSkICKi has joined #openttd
19:13:58 *** SaWyLeDdEd has joined #openttd
19:13:58 *** Essis has joined #openttd
19:13:58 *** xXbubuteiusXx has joined #openttd
19:13:58 *** GWENWY has joined #openttd
19:13:58 *** xXVishevXx has joined #openttd
19:13:58 *** _GlInGlAn_ has joined #openttd
19:13:58 *** BLODHEL has joined #openttd
19:13:58 *** MINIUSNDA has joined #openttd
19:13:58 *** Arguno has joined #openttd
19:13:58 *** BeDevyev has joined #openttd
19:13:58 *** _xXOiDeIoXx_ has joined #openttd
19:13:58 *** MeReWiOiUnD has joined #openttd
19:13:58 *** Jouonhi has joined #openttd
19:13:58 *** Aelfgaan has joined #openttd
19:13:58 *** Anosoano has joined #openttd
19:13:58 *** Braitheona has joined #openttd
19:13:58 *** apolliod has joined #openttd
19:13:59 *** Lovyovets has joined #openttd
19:13:59 *** valdnnr has joined #openttd
19:13:59 *** Cradle has joined #openttd
19:13:59 *** Aguchita has joined #openttd
19:13:59 *** merediverrin has joined #openttd
19:13:59 *** Coffell has joined #openttd
19:13:59 *** Paczy has joined #openttd
19:13:59 *** Chech has joined #openttd
19:13:59 *** _cORNeCauS581_ has joined #openttd
19:13:59 *** Anwenwan has joined #openttd
19:13:59 *** Nasiclo has joined #openttd
19:13:59 *** xXLuCiLuSXx has joined #openttd
19:13:59 *** sextiuspio has joined #openttd
19:13:59 *** Renniuslo has joined #openttd
19:13:59 *** Eyvinifr has joined #openttd
19:13:59 *** FuRiO has joined #openttd
19:13:59 *** Heoroulf has joined #openttd
19:14:00 *** xX_AUTIUVEIUS_Xx has joined #openttd
19:14:00 *** Sigfndr has joined #openttd
19:14:01 *** xXSigynnfjXx has joined #openttd
19:14:02 *** Beowulgif has joined #openttd
19:14:02 *** WULFDEUND has joined #openttd
19:14:03 *** kITajhi has joined #openttd
19:14:20 *** DorpsGek sets mode: +i
19:14:23 *** Alberth has left #openttd
19:14:44 *** frosch123 has left #openttd
19:14:46 *** dpk has quit IRC
19:15:00 *** andythenorth has quit IRC
19:15:00 *** Wolf01 has left #openttd
19:15:14 *** HerzogDeXtEr has quit IRC
19:15:22 *** KLARE has quit IRC
19:15:42 *** freyjardr has quit IRC
19:16:03 *** Elzariaiah has quit IRC
19:16:12 *** Gja has quit IRC
19:16:22 *** ArCiNtHnIa has quit IRC
19:16:43 *** Progman has left #openttd
19:16:57 <glx> oh nice dcc flood
19:17:22 *** Wealhred has quit IRC
19:17:38 *** Eddi|zuHause has quit IRC
19:18:32 *** cAssanDRIA has quit IRC
19:19:44 *** Fitelaow has quit IRC
19:19:49 *** xXAericuraiaXx has quit IRC
19:20:01 *** Sigfndr has quit IRC
19:20:04 *** Osberlda has quit IRC
19:20:08 *** maciozo has quit IRC
19:20:10 *** glx has quit IRC
19:20:20 *** kANaUCHISu has quit IRC
19:20:30 *** ^Spike^ has left #openttd
19:20:30 *** tokai|noir is now known as tokai|flx
19:20:34 *** Contrevis has quit IRC
19:20:38 *** _xXOiDeIoXx_ has quit IRC
19:20:46 *** Raamiiah has quit IRC
19:20:46 *** planetmaker sets mode: +p
19:20:46 *** TheIJ has quit IRC
19:20:50 *** Pellegrini has quit IRC
19:20:50 *** xXstaniiszXx has quit IRC
19:20:52 *** NEmeRtrUS has quit IRC
19:20:52 *** Bekauta has quit IRC
19:20:52 *** Sonoderta has quit IRC
19:20:52 *** Frumveni has quit IRC
19:20:52 *** Bratton has quit IRC
19:20:55 *** Wertiing has quit IRC
19:20:55 *** Gwennees has quit IRC
19:20:55 *** TURNEY has quit IRC
19:20:55 *** Scherlas has quit IRC
19:20:55 *** Elvie has quit IRC
19:20:55 *** bertowcki has quit IRC
19:20:55 *** uemurosada has quit IRC
19:20:55 *** Jernigan has quit IRC
19:20:55 *** Indorisue has quit IRC
19:20:55 *** _xXambusilaXx_ has quit IRC
19:20:55 *** Mihanlt has quit IRC
19:20:55 *** AUSTRA has quit IRC
19:20:57 *** MACNEIL has quit IRC
19:20:57 *** Temerum has quit IRC
19:20:59 *** Beowulgif has quit IRC
19:21:01 *** Compu has quit IRC
19:21:10 *** kITajhi has quit IRC
19:21:12 *** guru3 has left #openttd
19:21:22 *** AELFGIFRHT has quit IRC
19:21:27 *** TRELNILOV has quit IRC
19:21:33 *** behalebabo has quit IRC
19:21:35 *** SIWAINRYS has quit IRC
19:21:40 *** _Janiki108_ has quit IRC
19:21:42 *** Rhianwi has quit IRC
19:21:50 *** Nakashnya has quit IRC
19:22:00 *** _mainoue16_ has quit IRC
19:22:00 *** OSBEORRI has quit IRC
19:22:00 *** Tanimoeki has quit IRC
19:22:00 *** AlStEiNaFr has quit IRC
19:22:02 *** MeReWiOiUnD has quit IRC
19:22:02 *** AzaziIah has quit IRC
19:22:02 *** Nantoeli has quit IRC
19:22:02 *** xX_CiDaS_Xx has quit IRC
19:22:02 *** xX_AUTIUVEIUS_Xx has quit IRC
19:22:02 *** Royster has quit IRC
19:22:02 *** Riganeta has quit IRC
19:22:12 *** debdog has quit IRC
19:22:14 *** theholyduck has left #openttd
19:22:17 *** HIBBITTS has quit IRC
19:22:17 *** Cursarion has quit IRC
19:22:27 *** LHASTRA has quit IRC
19:22:30 *** _Elfriri454_ has quit IRC
19:22:32 *** _xXUntingheaXx_ has quit IRC
19:22:32 *** LaNeTaIcA has quit IRC
19:22:35 *** Rasimovsky has quit IRC
19:22:35 *** Ndingat has quit IRC
19:22:35 *** callithe has quit IRC
19:22:38 *** planetmaker sets mode: +cne +g!*@*
19:22:40 *** xX_FOLCARD_Xx has quit IRC
19:22:45 *** xXADACHIXx7 has quit IRC
19:22:45 *** AESC has quit IRC
19:22:46 *** Aksakosky has quit IRC
19:22:49 *** Ideguchiata has quit IRC
19:22:50 *** Broslaecg has quit IRC
19:22:50 *** _Gricolaus7_ has quit IRC
19:22:52 *** Lovyovets has quit IRC
19:22:57 *** Sullasin has quit IRC
19:22:57 *** GUNNAGIR has quit IRC
19:23:00 *** holme has quit IRC
19:23:02 *** _epomia_ has quit IRC
19:23:02 *** Lapointe has quit IRC
19:23:02 *** ICOVELLAUES has quit IRC
19:23:10 *** Aelredry has quit IRC
19:23:12 *** SaNjUaNiTa has quit IRC
19:23:12 *** FRANTZ has quit IRC
19:23:24 *** AlExAeTo has quit IRC
19:23:26 *** Myhorta has quit IRC
19:23:28 *** xXHiRaisRAXx has quit IRC
19:23:30 *** OFydDyd has quit IRC
19:23:30 *** NJORDLR has quit IRC
19:23:31 *** Heancus has quit IRC
19:23:32 *** xX_DELEITVI_Xx has quit IRC
19:23:32 *** ARrIagA has quit IRC
19:23:35 *** _SKEGGJYJA_ has quit IRC
19:23:36 *** Iolynira has quit IRC
19:23:37 *** SiGEAR has quit IRC
19:23:37 *** nakashata has quit IRC
19:23:38 *** Maez has quit IRC
19:23:39 *** BuTr has quit IRC
19:23:40 *** koyanno has quit IRC
19:23:42 *** Ecgweric has quit IRC
19:23:42 *** Gwendona has quit IRC
19:23:45 *** osMundGY2 has quit IRC
19:23:46 *** kimber has quit IRC
19:23:51 *** EIRIAEN has quit IRC
19:23:55 *** UNTIN has quit IRC
19:23:57 *** merediverrin has quit IRC
19:23:59 *** Jouonhi has quit IRC
19:23:59 *** WULFDEUND has quit IRC
19:24:02 *** curinus has quit IRC
19:24:02 *** _xXHyleriXx_ has quit IRC
19:24:05 *** Aeth has quit IRC
19:24:05 *** _xXAelfhewigXx_ has quit IRC
19:24:09 *** Smundldr has quit IRC
19:24:10 *** Conhe274 has quit IRC
19:24:11 *** IPPOLYNMAS has quit IRC
19:24:11 *** Erleifrrfr has quit IRC
19:24:19 *** Aelfgaan has quit IRC
19:24:20 *** Ghrefnng has quit IRC
19:24:20 *** pAlinSkICKi has quit IRC
19:24:21 *** _BuDrEwIiOr_ has quit IRC
19:24:35 *** _Heremodel_2 has quit IRC
19:24:36 *** quelde has quit IRC
19:24:36 *** Vespifus has quit IRC
19:24:37 *** KLINGEL has quit IRC
19:24:37 *** GuTTMaN has quit IRC
19:24:38 *** xXFrIgGsKjXx65 has quit IRC
19:24:38 *** APTX has quit IRC
19:24:38 *** mescalito has quit IRC
19:24:45 *** gREcK has quit IRC
19:24:46 *** _LEUcELus_ has quit IRC
19:24:48 *** HiPpOlYbDeS has quit IRC
19:24:50 *** BRYNJARLDR has quit IRC
19:24:50 *** yorick has quit IRC
19:24:52 *** Angharalys has quit IRC
19:24:54 *** xXHARMOIAXx has quit IRC
19:24:56 *** Essis has quit IRC
19:24:58 *** _xXAphRotRaXx_ has quit IRC
19:24:58 *** kulewicz has quit IRC
19:25:00 *** cirrincione has quit IRC
19:25:03 *** Iestynen has quit IRC
19:25:08 *** OfOrNg has quit IRC
19:25:21 *** Europpa has quit IRC
19:25:26 *** parKIaK has quit IRC
19:25:26 *** GWYNFOETH has quit IRC
19:25:29 *** AERONRON has quit IRC
19:25:35 *** _Fraered29_ has quit IRC
19:25:36 *** SZKUSKI has quit IRC
19:25:36 *** gAretys has quit IRC
19:25:39 *** LOPES6 has quit IRC
19:25:42 *** Kroon151 has quit IRC
19:25:42 *** anAnEan has quit IRC
19:25:42 *** aard has left #openttd
19:25:46 *** LYTARCHUS has quit IRC
19:25:46 *** Callicaoano has quit IRC
19:25:46 *** planetmaker sets mode: +p
19:25:46 *** xXAristoraXx6 has quit IRC
19:25:48 *** llstrg has quit IRC
19:25:52 *** GAGARISTOKOV has quit IRC
19:25:52 *** Androceus has quit IRC
19:27:29 *** NGC3982 has quit IRC
19:27:30 *** drafts has quit IRC
19:28:03 *** frosch123 has joined #openttd
19:28:14 *** frosch123 has quit IRC
19:28:35 *** Sylf has left #openttd
19:29:06 *** Setarto has quit IRC
19:30:36 *** Arveen has quit IRC
19:30:56 *** Wormnest has quit IRC
19:30:58 *** Biolunar has quit IRC
19:32:02 *** proninusfus has quit IRC
19:32:24 *** planetmaker sets mode: -p
19:33:38 *** Aliesidd has quit IRC
19:33:44 *** _EPOMARUSIS_ has quit IRC
19:36:40 *** Anneiusen has quit IRC
19:36:40 *** Niiyaizu has quit IRC
19:40:08 *** xXHelgaldXx543 has quit IRC
19:40:08 *** xXHARMESEBEXx has quit IRC
19:40:12 *** _Abatsuata_ has quit IRC
19:40:20 *** Dagfinnfr has quit IRC
19:40:31 *** Gladkoski has quit IRC
19:40:35 *** Cribb has quit IRC
19:40:35 *** _xXKondrorzXx_ has quit IRC
19:40:39 *** Kunka has quit IRC
19:40:43 *** TROSZ has quit IRC
19:40:52 *** GaSaHtA has quit IRC
19:40:58 *** Mizuno has quit IRC
19:40:58 *** Godwiro has quit IRC
19:41:02 *** xXCICOLLSUSXx has quit IRC
19:41:06 *** _CEFIGAN_ has quit IRC
19:41:06 *** Wawak has quit IRC
19:41:14 *** _Diomeddes_ has quit IRC
19:41:15 *** ouvIoS0 has quit IRC
19:41:15 *** Dagfirri has quit IRC
19:41:20 *** xXTeas2Xx has quit IRC
19:41:23 *** _elreweae_33 has quit IRC
19:41:33 *** Vossarsse has quit IRC
19:41:38 *** xXLuSaRXx has quit IRC
19:41:42 *** THEStorMaS has quit IRC
19:41:50 *** Andraia has quit IRC
19:42:04 *** xXtanabegiXx has quit IRC
19:42:08 *** Hosoka has quit IRC
19:42:08 *** xX_veram_Xx has quit IRC
19:42:13 *** Gautsing has quit IRC
19:42:17 *** _GlInGlAn_ has quit IRC
19:42:17 *** Mirabal has quit IRC
19:42:17 *** xX_ELNANERAM_Xx has quit IRC
19:42:17 *** Jungrrdr has quit IRC
19:42:17 *** Metedra has quit IRC
19:42:21 *** Rudinunos has quit IRC
19:42:21 *** FLHerne has quit IRC
19:42:25 *** mIsiaNik939 has quit IRC
19:42:25 *** RUdiAna has quit IRC
19:42:25 *** xXFItElaIOXx901 has quit IRC
19:42:25 *** Calviuius has quit IRC
19:42:25 *** QUISTASA has quit IRC
19:42:26 *** Pickicki has quit IRC
19:42:29 *** Orowre has quit IRC
19:42:36 *** Arka has quit IRC
19:42:40 *** SIORONA has quit IRC
19:42:40 *** OlCwArO has quit IRC
19:42:44 *** Eadwinae has quit IRC
19:42:44 *** Beksaara has quit IRC
19:42:48 *** Rethaalm605 has quit IRC
19:42:52 *** ESTESDE has quit IRC
19:42:52 *** eormenles has quit IRC
19:42:56 *** LAZYNASZ has quit IRC
19:43:01 *** Zenone has quit IRC
19:43:09 *** _TAKANAWA_ has quit IRC
19:43:09 *** Cullana has quit IRC
19:43:11 *** Schepker has quit IRC
19:43:15 *** meinwyr has quit IRC
19:43:19 *** _xXSigtryggrekkXx_ has quit IRC
19:43:19 *** Ingsga has quit IRC
19:43:19 *** xXEFFIEXx has quit IRC
19:43:23 *** popRA has quit IRC
19:43:24 *** Nehealel has quit IRC
19:43:28 *** _xXRvalrrXx_ has quit IRC
19:43:32 *** Petrogiov has quit IRC
19:43:36 *** poLANdcz has quit IRC
19:43:36 *** brosinns has quit IRC
19:43:36 *** _Damaches_ has quit IRC
19:43:36 *** nerysrio has quit IRC
19:43:36 *** xXWarchuki407Xx has quit IRC
19:43:36 *** Anosoano has quit IRC
19:43:40 *** Scruggs has quit IRC
19:43:40 *** _MYRGJLJ_330 has quit IRC
19:43:42 *** LlInOsRtH53 has quit IRC
19:43:46 *** helmingund has quit IRC
19:43:46 *** elbeolf has quit IRC
19:43:51 *** xXPovishnovXx has quit IRC
19:43:55 *** Sipowskuk has quit IRC
19:43:55 *** Ecgbered has quit IRC
19:43:59 *** eardgar has quit IRC
19:44:03 *** HASEWA has quit IRC
19:44:03 *** Ushchov has quit IRC
19:44:07 *** Anaximsus has quit IRC
19:44:07 *** Gofawn has quit IRC
19:44:07 *** Mereddybon has quit IRC
19:44:16 *** HeNgGgR641 has quit IRC
19:44:16 *** Vagnbja has quit IRC
19:44:16 *** TAEMNHE has quit IRC
19:44:16 *** GULYVIC has quit IRC
19:44:16 *** Nicanor has quit IRC
19:44:18 *** cainGwer has quit IRC
19:44:18 *** Partem has quit IRC
19:44:18 *** Ginnvi has quit IRC
19:44:18 *** betharadod817 has quit IRC
19:44:22 *** xXEardelfXx has quit IRC
19:44:26 *** Rrangigu has quit IRC
19:44:26 *** itaharase360 has quit IRC
19:44:26 *** AgEnOeR has quit IRC
19:44:30 *** Cadwenwyn has quit IRC
19:44:30 *** Einirlyn has quit IRC
19:44:34 *** RUNGLEGAT has quit IRC
19:44:34 *** Eyvinifr has quit IRC
19:44:39 *** Bari has quit IRC
19:44:39 *** Cantwell has quit IRC
19:44:39 *** vest has quit IRC
19:44:49 *** GrIgTyN has quit IRC
19:44:49 *** PALAMoV has quit IRC
19:44:49 *** Svanhilrir has quit IRC
19:44:49 *** Llynna has quit IRC
19:44:53 *** AELFFRI has quit IRC
19:44:57 *** weohstanif has quit IRC
19:44:57 *** Ergljarr has quit IRC
19:44:58 *** EXUM has quit IRC
19:44:58 *** Ynhildrun has quit IRC
19:44:58 *** hectores has quit IRC
19:45:01 *** Atepomia has quit IRC
19:45:01 *** JeDiDiM has quit IRC
19:45:01 *** Osmunar has quit IRC
19:45:02 *** ANTOSIOS has quit IRC
19:45:02 *** ZUBOTININ has quit IRC
19:45:06 *** Soberor has quit IRC
19:45:06 *** Khrusupogov has quit IRC
19:45:06 *** Hengnigr has quit IRC
19:45:10 *** Coffell has quit IRC
19:45:10 *** jastrebski has quit IRC
19:45:14 *** pontiu has quit IRC
19:45:15 *** Klewiej has quit IRC
19:45:20 *** Malach has quit IRC
19:45:23 *** mEMNUs has quit IRC
19:45:24 *** xX_Biryukovsky_Xx has quit IRC
19:45:25 *** Hamlin has quit IRC
19:45:26 *** kode54 has quit IRC
19:45:29 *** MEiLIdR has quit IRC
19:45:29 *** PLICOSIS has quit IRC
19:45:29 *** _xXOsBeOrNaEXx_ has quit IRC
19:45:33 *** _WHEAT_ has quit IRC
19:45:33 *** HoUdOuSaI has quit IRC
19:45:33 *** ALEGVER has quit IRC
19:45:37 *** oWSKi has quit IRC
19:45:37 *** Elwinfriund has quit IRC
19:45:37 *** Coward has quit IRC
19:45:37 *** Sigmuirr has quit IRC
19:45:37 *** HaRiDWtan has quit IRC
19:45:41 *** xX_SUNNGIAE_Xx has quit IRC
19:45:41 *** xXPiesiolaXx has quit IRC
19:45:45 *** Svaragu has quit IRC
19:45:45 *** skilfinn has quit IRC
19:45:45 *** Amariahel has quit IRC
19:45:50 *** quANDAvaELE has quit IRC
19:45:50 *** tRaheRlyn has quit IRC
19:45:55 *** _cerrfan_5 has quit IRC
19:45:57 *** Deinifin has quit IRC
19:45:57 *** Philones has quit IRC
19:45:58 *** GUARDADAR has quit IRC
19:45:58 *** Sabatelli has quit IRC
19:45:58 *** xXzhukovrovXx4 has quit IRC
19:46:01 *** arkHIKOV has quit IRC
19:46:04 *** Godwinaed has quit IRC
19:46:04 *** Fnfretr has quit IRC
19:46:08 *** Ingvaldrfr has quit IRC
19:46:13 *** _VASTARDIS_ has quit IRC
19:46:17 *** SHEALIAIAH has quit IRC
19:46:17 *** fullArId has quit IRC
19:46:17 *** Cradle has quit IRC
19:46:17 *** Aeroniol has quit IRC
19:46:28 *** Theseuster has quit IRC
19:46:32 *** ElBeOfOfU has quit IRC
19:46:32 *** Trahefor has quit IRC
19:46:32 *** Malakovrov has quit IRC
19:46:36 *** INGVILDAGN has quit IRC
19:46:36 *** Miklaki has quit IRC
19:46:36 *** xX_Cuffie_Xx has quit IRC
19:46:36 *** cicuriusus has quit IRC
19:46:40 *** LlEwElYnDyN has quit IRC
19:46:40 *** SUKHKY has quit IRC
19:46:40 *** Rotutlos has quit IRC
19:46:49 *** Hennsk has quit IRC
19:46:49 *** Oohashchi has quit IRC
19:46:53 *** RhIaNuAn has quit IRC
19:46:59 *** Adsullataio has quit IRC
19:46:59 *** _NcIpE_ has quit IRC
19:47:02 *** Sveifrsl has quit IRC
19:47:03 *** gefjmul has quit IRC
19:47:03 *** _ishiya_9 has quit IRC
19:47:03 *** _Jorge_ has quit IRC
19:47:08 *** HAYASHIWANO has quit IRC
19:47:12 *** CHENIC has quit IRC
19:47:12 *** enNiLtt has quit IRC
19:47:12 *** _orloVKy_0 has quit IRC
19:47:16 *** Penarduius has quit IRC
19:47:17 *** Laodone has quit IRC
19:47:17 *** Maggard77 has quit IRC
19:47:26 *** Aelfrrg has quit IRC
19:47:29 *** sextiuspio has quit IRC
19:47:31 *** lucicerus has quit IRC
19:47:31 *** Dakaawa has quit IRC
19:47:31 *** ToDoSiS has quit IRC
19:47:31 *** covean has quit IRC
19:47:35 *** Hallbdr has quit IRC
19:47:35 *** PAPIRIUMUS has quit IRC
19:47:35 *** Conseos has quit IRC
19:47:35 *** bedeyerin has quit IRC
19:47:39 *** IULIVIIA has quit IRC
19:47:39 *** Jeremiama has quit IRC
19:47:43 *** BEILER has quit IRC
19:47:43 *** koryc has quit IRC
19:47:44 *** Allbee has quit IRC
19:47:56 *** GEFJOUND has quit IRC
19:47:58 *** ANAXILON has quit IRC
19:47:58 *** _TRAHAEXEN_ has quit IRC
19:48:02 *** ventoer has quit IRC
19:48:06 *** xXBaimaXx has quit IRC
19:48:11 *** dizeas has quit IRC
19:48:15 *** Ament has quit IRC
19:48:15 *** INGVILDFN has quit IRC
19:48:22 *** _oyagami_ has quit IRC
19:48:22 *** NUNLEE has quit IRC
19:48:23 *** xXGRENDASXx has quit IRC
19:48:25 *** xXAranisibonXx has quit IRC
19:48:25 *** Archenus has quit IRC
19:48:25 *** zaRzaL has quit IRC
19:48:39 *** Hirakhii has quit IRC
19:48:41 *** xXsvipallngrXx7 has quit IRC
19:48:41 *** Herebealow has quit IRC
19:48:49 *** glx has joined #openttd
19:48:49 *** ChanServ sets mode: +v glx
19:48:49 *** KaNaUhIi has quit IRC
19:48:49 *** Indonta has quit IRC
19:48:54 *** TUCCCUS has quit IRC
19:48:54 *** Healgang has quit IRC
19:48:54 *** Gelaot has quit IRC
19:48:54 *** AMBUSTOS has quit IRC
19:48:54 *** mitanikaama has quit IRC
19:48:58 *** ArIsTaEs has quit IRC
19:48:58 *** Glynned has quit IRC
19:48:58 *** _sUNNGifaLd_9 has quit IRC
19:49:02 *** SIEROKI has quit IRC
19:49:02 *** Leonip has quit IRC
19:49:12 *** calcha has quit IRC
19:49:12 *** SzCzA has quit IRC
19:49:12 *** KINJOEKI has quit IRC
19:49:13 *** POisSEu has quit IRC
19:49:17 *** Tarafan has quit IRC
19:49:21 *** xXsonoXx has quit IRC
19:49:21 *** Sakiui has quit IRC
19:49:21 *** Aksyoely has quit IRC
19:49:25 *** Wealld has quit IRC
19:49:25 *** NAPILINEK16 has quit IRC
19:49:25 *** xXhjalgulXx has quit IRC
19:49:25 *** armr has quit IRC
19:49:29 *** _Sempmas35_ has quit IRC
19:49:30 *** eOfoRAE has quit IRC
19:49:34 *** Ingsbaerv has quit IRC
19:49:34 *** Merewinre has quit IRC
19:49:34 *** arayawa has quit IRC
19:49:38 *** VISHNEOV has quit IRC
19:49:42 *** BYRLI has quit IRC
19:49:48 *** TRAZENDOAVA has quit IRC
19:49:53 *** Kotowsra has quit IRC
19:49:53 *** xXAdesdesXx2 has quit IRC
19:49:55 *** BrAuTmR has quit IRC
19:49:57 *** MALDWYNDD has quit IRC
19:49:57 *** mARUdien has quit IRC
19:50:02 *** FrontvA has quit IRC
19:50:02 *** hugags has quit IRC
19:50:02 *** Hangadnir has quit IRC
19:50:06 *** pANiha has quit IRC
19:50:10 *** ampestrta has quit IRC
19:50:10 *** GWILLYWELDA has quit IRC
19:50:10 *** _ARTEGUM_ has quit IRC
19:50:10 *** Consoado95 has quit IRC
19:50:15 *** Wertic has quit IRC
19:50:15 *** koenig has quit IRC
19:50:15 *** Scyldiela has quit IRC
19:50:15 *** CeRiDwEyN has quit IRC
19:50:23 *** jarra has quit IRC
19:50:23 *** Kitamueda has quit IRC
19:50:23 *** RAcHaRILEt has quit IRC
19:50:25 *** _awailed_ has quit IRC
19:50:25 *** xXBealieliahXx has quit IRC
19:50:29 *** bragrgr has quit IRC
19:50:29 *** Affydd has quit IRC
19:50:34 *** Batres has quit IRC
19:50:34 *** RimuLISt has quit IRC
19:50:34 *** Roburis has quit IRC
19:50:38 *** PLUMBER has quit IRC
19:50:42 *** _Aldikr_ has quit IRC
19:50:42 *** MundINGINg has quit IRC
19:50:47 *** Polskiina has quit IRC
19:50:47 *** frankyn has quit IRC
19:50:47 *** _Lynicsus15_ has quit IRC
19:50:47 *** Brondingst has quit IRC
19:50:51 *** lOrA has quit IRC
19:50:51 *** Suitato has quit IRC
19:50:51 *** HyPaTrEuDeS has quit IRC
19:50:55 *** MINIUSNDA has quit IRC
19:51:00 *** xXGEIRTLI81Xx has quit IRC
19:51:00 *** Xenopth has quit IRC
19:51:00 *** YaMaMoToKa has quit IRC
19:51:00 *** Jarrve has quit IRC
19:51:06 *** Imposto has quit IRC
19:51:06 *** Falsilhe has quit IRC
19:51:10 *** Broadnax445 has quit IRC
19:51:13 *** _xXEADWINFRARDXx_ has quit IRC
19:51:13 *** Derma has quit IRC
19:51:15 *** xX_AbilD_Xx has quit IRC
19:51:15 *** Valgaldragu has quit IRC
19:51:19 *** Fukunagaota has quit IRC
19:51:19 *** xXSooXx has quit IRC
19:51:19 *** dilwyus has quit IRC
19:51:23 *** Condarnus has quit IRC
19:51:23 *** iefanwan has quit IRC
19:51:28 *** xXEadweredXx has quit IRC
19:51:28 *** kluczkik has quit IRC
19:51:28 *** Grzebita has quit IRC
19:51:28 *** MeRfYeN has quit IRC
19:51:32 *** _eRiUsus87_ has quit IRC
19:51:32 *** Bricula has quit IRC
19:51:36 *** Elecech has quit IRC
19:51:36 *** NASICINILVA has quit IRC
19:51:41 *** eleazma has quit IRC
19:51:43 *** _Curiatus_ has quit IRC
19:51:51 *** Medesmas has quit IRC
19:51:51 *** jacklyn has quit IRC
19:51:55 *** Queci has quit IRC
19:51:55 *** Dorn has quit IRC
19:51:55 *** DWYFALIO has quit IRC
19:51:55 *** Andromne has quit IRC
19:51:55 *** Lluisis has quit IRC
19:52:00 *** apolliod has quit IRC
19:52:00 *** gLADYsgED has quit IRC
19:52:04 *** nnildr has quit IRC
19:52:04 *** MeRlIrCh has quit IRC
19:52:08 *** estes has quit IRC
19:52:08 *** Geirdlm has quit IRC
19:52:08 *** MEREREDYN has quit IRC
19:52:08 *** KuCiJaN has quit IRC
19:52:20 *** Llewelynym has quit IRC
19:52:21 *** UCHIiHI741 has quit IRC
19:52:23 *** LUBASKI has quit IRC
19:52:23 *** xXjOThAeLeLXx184 has quit IRC
19:52:27 *** Mektaski has quit IRC
19:52:32 *** xXdELLInTRA62Xx has quit IRC
19:52:36 *** Oediomeam has quit IRC
19:52:36 *** Aguchita has quit IRC
19:52:36 *** caeliusito has quit IRC
19:52:40 *** eliatkim has quit IRC
19:52:49 *** Nasiclo has quit IRC
19:52:51 *** Sylf has joined #openttd
19:53:00 *** DaMmEyEr has quit IRC
19:53:00 *** hatfield has quit IRC
19:53:00 *** blodeuwelis has quit IRC
19:53:04 *** Geirskun has quit IRC
19:53:04 *** VALGNDR has quit IRC
19:53:06 *** Cassimoppe has quit IRC
19:53:08 *** VILISNH has quit IRC
19:53:08 *** xXZenohusXx701 has quit IRC
19:53:13 *** SIGRIRR has quit IRC
19:53:13 *** WeSsOn has quit IRC
19:53:13 *** Wiczus has quit IRC
19:53:13 *** xXceTiurAXx has quit IRC
19:53:17 *** DaGfInR has quit IRC
19:53:17 *** botts has quit IRC
19:53:17 *** Elzapael has quit IRC
19:53:17 *** xXSigynnfjXx has quit IRC
19:53:21 *** blodni has quit IRC
19:53:21 *** CaTilUSus has quit IRC
19:53:21 *** CamPeIs has quit IRC
19:53:25 *** Osbeofrld has quit IRC
19:53:25 *** Eldaram has quit IRC
19:53:30 *** AFANASOV has quit IRC
19:53:30 *** broome has quit IRC
19:53:30 *** pulvillusso has quit IRC
19:53:30 *** Swonger has quit IRC
19:53:34 *** _DiOgEnIaOpA8_ has quit IRC
19:53:34 *** Krzywancz has quit IRC
19:53:34 *** BROSLS has quit IRC
19:53:45 *** Thoms has quit IRC
19:53:45 *** Asawamuama has quit IRC
19:53:45 *** experra has quit IRC
19:53:47 *** Marcuslus has quit IRC
19:53:49 *** _Wiglafaf_ has quit IRC
19:53:51 *** Ieuarl has quit IRC
19:53:51 *** RaGnVaLnGa has quit IRC
19:53:53 *** Jalafj has quit IRC
19:53:57 *** Oforfer has quit IRC
19:53:57 *** xXYOSHIIDAXx has quit IRC
19:53:57 *** OSWALNE has quit IRC
19:53:58 *** rhamaried has quit IRC
19:53:58 *** Elechda has quit IRC
19:54:02 *** Cason has quit IRC
19:54:02 *** xXLlywelelXx has quit IRC
19:54:02 *** JEHALEEAT has quit IRC
19:54:06 *** TRAHERNWEN has quit IRC
19:54:06 *** Llewena has quit IRC
19:54:10 *** Shindenden has quit IRC
19:54:10 *** Siorth has quit IRC
19:54:19 *** helginnr has quit IRC
19:54:25 *** Semi69 has quit IRC
19:54:28 *** xXHeliantorXx has quit IRC
19:54:28 *** aNNEIuSgUs has quit IRC
19:54:30 *** Kennard has quit IRC
19:54:34 *** Heoroeca has quit IRC
19:54:38 *** Vaidadst has quit IRC
19:54:43 *** Ohtherebeer has quit IRC
19:54:47 *** ECGLARO has quit IRC
19:54:52 *** Kumonovyev has quit IRC
19:54:56 *** SIgMuDUL has quit IRC
19:55:00 *** HaRaAn has quit IRC
19:55:00 *** jonty-comp has quit IRC
19:55:06 *** _loptasrt132_ has quit IRC
19:55:10 *** halgaro has quit IRC
19:55:13 *** HoRiGuTa has quit IRC
19:55:20 *** MeAgAn has quit IRC
19:55:20 *** ealfdenng has quit IRC
19:55:23 *** Artemisdas has quit IRC
19:55:23 *** OsBeOfWiLd has quit IRC
19:55:23 *** xXSvanhilrrXx227 has quit IRC
19:55:23 *** _Sigmudri_ has quit IRC
19:55:24 *** SEGAWWA has quit IRC
19:55:28 *** Waguespack has quit IRC
19:55:28 *** EguRaes has quit IRC
19:55:32 *** Ingvarrkr has quit IRC
19:55:34 *** Brynhildrgfr has quit IRC
19:55:34 *** NJORDULD has quit IRC
19:55:36 *** Arngvi has quit IRC
19:55:39 *** xXynhildrllXx has quit IRC
19:55:39 *** xXrifugerXx has quit IRC
19:55:45 *** vIbIUNiuUS has quit IRC
19:55:45 *** xXPANDOLUSXx has quit IRC
19:55:47 *** Gulbdan has quit IRC
19:55:47 *** cometta has quit IRC
19:55:53 *** Cinniusius has quit IRC
19:55:56 *** EmLiNg has quit IRC
19:55:56 *** RauGApTS has quit IRC
19:56:00 *** Lavras has quit IRC
19:56:00 *** POPIOSikEK has quit IRC
19:56:00 *** Vosegomnua8 has quit IRC
19:56:04 *** KOYAKE has quit IRC
19:56:04 *** GWYNWR has quit IRC
19:56:13 *** rifullor has quit IRC
19:56:13 *** hrethrr has quit IRC
19:56:13 *** gwenfrrin has quit IRC
19:56:13 *** VEDIULIUS has quit IRC
19:56:22 *** YuEn has quit IRC
19:56:26 *** JERAHMEEECH has quit IRC
19:56:26 *** _allstlfr_ has quit IRC
19:56:28 *** luculleous has quit IRC
19:56:28 *** Antonky has quit IRC
19:56:28 *** Bright has quit IRC
19:56:28 *** BEYLAKA443 has quit IRC
19:56:28 *** Hoag has quit IRC
19:56:30 *** BrAdIsH has quit IRC
19:56:32 *** TEMEND has quit IRC
19:56:34 *** ScEaDaS has quit IRC
19:56:36 *** kasparovnov has quit IRC
19:56:40 *** BLODwOS has quit IRC
19:56:45 *** Drystel has quit IRC
19:56:45 *** Brosingngs has quit IRC
19:56:49 *** xXfoldardrrdrXx has quit IRC
19:56:49 *** llino has quit IRC
19:56:49 *** tTInNiNn has quit IRC
19:56:49 *** HEMINGSRE has quit IRC
19:56:53 *** helgiBIl has quit IRC
19:56:53 *** VaUgHnDd has quit IRC
19:56:54 *** FuRiO has quit IRC
19:56:54 *** annETte has quit IRC
19:56:58 *** Autroeo has quit IRC
19:56:58 *** _SNOTGG_ has quit IRC
19:57:02 *** calumag has quit IRC
19:57:02 *** SZkIewiCrkA has quit IRC
19:57:06 *** Vediusllo has quit IRC
19:57:08 *** Barskets has quit IRC
19:57:08 *** MALAKOVSIN has quit IRC
19:57:08 *** _Wiglaro03_ has quit IRC
19:57:11 *** _Aksiky05_ has quit IRC
19:57:13 *** griffior has quit IRC
19:57:15 *** Demoleoea has quit IRC
19:57:21 *** ceber has quit IRC
19:57:21 *** _BELeNOba_ has quit IRC
19:57:21 *** xXmaciockiXx has quit IRC
19:57:25 *** Hatake has quit IRC
19:57:30 *** CORTAQUE has quit IRC
19:57:30 *** anthipeas has quit IRC
19:57:30 *** _hereus_ has quit IRC
19:57:34 *** xXRbarjaXx has quit IRC
19:57:34 *** xXLuCiLuSXx has quit IRC
19:57:39 *** xXCaDfArYnXx616 has quit IRC
19:57:39 *** Manuelito has quit IRC
19:58:12 *** Kimpel has quit IRC
19:58:15 *** Grufffin has quit IRC
19:58:18 *** xXIovantucusXx has quit IRC
19:58:21 *** xXTANABEUJIXx has quit IRC
19:58:24 *** Eowulfgang has quit IRC
19:58:24 *** xX_segashni_Xx has quit IRC
19:58:27 *** Aradogan has quit IRC
19:58:27 *** Winered has quit IRC
19:58:30 *** Hallvarir has quit IRC
19:58:33 *** rONwArt has quit IRC
19:58:39 *** Rabassz has quit IRC
19:58:42 *** Moritanou has quit IRC
19:58:42 *** xXtOutATIsTaXx6 has quit IRC
19:58:42 *** SeRvE has quit IRC
19:58:45 *** xXNnillrXx has quit IRC
19:58:48 *** ELNAAZ has quit IRC
20:02:25 *** xXPAULSETHXx334 has quit IRC
20:03:09 *** xXHestoclelesXx has quit IRC
20:03:29 *** rhoslt has quit IRC
20:03:32 *** ALISAMALIS has quit IRC
20:03:32 *** SaBrRr has quit IRC
20:03:35 *** _Rimnirvi86_ has quit IRC
20:03:38 *** Zubotiky has quit IRC
20:03:41 *** TAGIRAIARA has quit IRC
20:03:41 *** xX_HELEDTH_Xx has quit IRC
20:03:44 *** Hjalmne has quit IRC
20:03:44 *** Eilwean has quit IRC
20:03:44 *** xXICAUNUWYNXx has quit IRC
20:03:44 *** Marki has quit IRC
20:03:47 *** Nehemiaah has quit IRC
20:03:50 *** Yamotekubo has quit IRC
20:03:50 *** Gladylisir has quit IRC
20:03:53 *** Sigmuamr has quit IRC
20:03:53 *** shatskrin has quit IRC
20:03:56 *** xXathoveiXx has quit IRC
20:03:59 *** _Ootsono_ has quit IRC
20:04:49 *** Heddwira has quit IRC
20:04:52 *** ArAkIgI has quit IRC
20:04:52 *** CoMprres has quit IRC
20:04:55 *** tarais has quit IRC
20:04:55 *** Ideguoto has quit IRC
20:04:58 *** HoWaRtH has quit IRC
20:05:05 *** ShArKeY has quit IRC
20:05:08 *** xXEyvinllXx has quit IRC
20:05:08 *** Berwylla has quit IRC
20:05:11 *** Hiratouima has quit IRC
20:05:14 *** fails has quit IRC
20:05:14 *** Godrigar has quit IRC
20:05:17 *** Canemais has quit IRC
20:05:20 *** xXMalickiewkiXx has quit IRC
20:05:20 *** ADZINSZNY has quit IRC
20:05:23 *** Heoroulf has quit IRC
20:05:23 *** Phigeta has quit IRC
20:05:26 *** Mulhara has quit IRC
20:05:26 *** ritanus has quit IRC
20:05:26 *** talfrnid has quit IRC
20:05:26 *** GOOSLIN has quit IRC
20:05:26 *** xXMalchieleel024Xx has quit IRC
20:05:29 *** shitawa has quit IRC
20:05:32 *** _hugaing_ has quit IRC
20:05:35 *** xXOlwywenXx has quit IRC
20:05:38 *** AESCTAN has quit IRC
20:05:38 *** Golusas has quit IRC
20:05:41 *** hafgANTtiA has quit IRC
20:05:44 *** Hagvisi has quit IRC
20:05:44 *** Orestes has quit IRC
20:05:44 *** Ikawahahi has quit IRC
20:05:47 *** xX_fitelaar_Xx has quit IRC
20:05:50 *** Kamitsu has quit IRC
20:05:53 *** Mateski has quit IRC
20:05:59 *** Regilliuus has quit IRC
20:06:02 *** Lyta has quit IRC
20:06:05 *** bealiakiel has quit IRC
20:06:08 *** alicea has quit IRC
20:06:08 *** PILAKHA has quit IRC
20:06:15 *** gwenhwyfon has quit IRC
20:06:15 *** TOMBLIN has quit IRC
20:09:11 *** LadyHawk has quit IRC
20:09:44 *** supermop has quit IRC
20:10:01 *** sim-al2 has quit IRC
20:12:32 *** SHEAZAHAZ has quit IRC
20:12:32 *** inGThoGg has quit IRC
20:12:35 *** AePiUs has quit IRC
20:12:39 *** Demolybne has quit IRC
20:12:41 *** ragnbri has quit IRC
20:12:41 *** WeOhStAnLa has quit IRC
20:12:45 *** GEATOC has quit IRC
20:12:47 *** xX_Niitakhi_Xx has quit IRC
20:12:47 *** hanGhli has quit IRC
20:12:50 *** xXIonelynXx74 has quit IRC
20:12:50 *** Raamiahlet has quit IRC
20:12:54 *** Dylianael832 has quit IRC
20:12:56 *** Watley has quit IRC
20:13:00 *** GESTNH has quit IRC
20:13:37 *** orudge` has quit IRC
20:13:56 *** FrEaLlR has quit IRC
20:13:59 *** xXKozlovlov07Xx has quit IRC
20:14:01 *** sla_ro|master has quit IRC
20:14:02 *** Southerly has quit IRC
20:14:05 *** xX_DeTrImUa_Xx has quit IRC
20:14:05 *** AlIeSiNtA has quit IRC
20:14:08 *** MiLiAn has quit IRC
20:14:08 *** Horatiaus has quit IRC
20:14:11 *** xX_Arintawn_Xx has quit IRC
20:14:14 *** CoLlUrA has quit IRC
20:14:14 *** MEREWIWEN has quit IRC
20:14:17 *** SwErTiMa has quit IRC
20:14:20 *** akumovov has quit IRC
20:14:23 *** Myrtle4 has quit IRC
20:14:26 *** ThEtIaS has quit IRC
20:16:36 *** FAVA has quit IRC
20:16:36 *** SUnNunuL has quit IRC
20:16:36 *** xX_Llionus_Xx has quit IRC
20:16:39 *** _xXNehemiahakXx_ has quit IRC
20:16:43 *** Adworak has quit IRC
20:16:43 *** Dala has quit IRC
20:16:43 *** SNORRIAND has quit IRC
20:16:45 *** Ostoore has quit IRC
20:16:45 *** besziak has quit IRC
20:16:48 *** Nehealiah has quit IRC
20:16:48 *** Randgriir has quit IRC
20:16:51 *** wuLFiALd has quit IRC
20:16:51 *** Gwenythdd has quit IRC
20:16:54 *** grebskak has quit IRC
20:16:54 *** xXHERTESFA552Xx has quit IRC
20:16:57 *** KADAOto has quit IRC
20:16:58 *** Osbeoic has quit IRC
20:16:58 *** Mariusnus77 has quit IRC
20:17:00 *** Zkarska has quit IRC
20:17:00 *** Undilaf has quit IRC
20:17:01 *** CURSOSA has quit IRC
20:17:03 *** Moleki has quit IRC
20:18:17 *** bRoNDElAF has quit IRC
20:18:17 *** rrangann763 has quit IRC
20:18:20 *** glaedrht has quit IRC
20:18:26 *** Ojimaidaga has quit IRC
20:18:26 *** FrAnKsLa2 has quit IRC
20:18:27 *** ThEnAeUs has quit IRC
20:18:29 *** _xXHERTEITHRJXx_ has quit IRC
20:18:30 *** DEPOISTA has quit IRC
20:18:31 *** CURViLIUS has quit IRC
20:19:00 *** Aquiliusnas has quit IRC
20:19:51 *** Pedaedalus has quit IRC
20:19:51 *** _Mangano_5 has quit IRC
20:19:51 *** Gunt has quit IRC
20:19:51 *** TEnNIWyn has quit IRC
20:19:54 *** xXVishevXx has quit IRC
20:19:54 *** SIGuhR has quit IRC
20:19:57 *** Annaevoina has quit IRC
20:19:57 *** _Hranger_127 has quit IRC
20:20:00 *** Mikol00 has quit IRC
20:20:06 *** Prisco has quit IRC
20:20:06 *** Hazamata has quit IRC
20:20:06 *** Morwerthira has quit IRC
20:20:09 *** barnett has quit IRC
20:20:12 *** xX_Barahmed_Xx has quit IRC
20:20:12 *** osbeourh has quit IRC
20:20:15 *** Deiroem has quit IRC
20:20:18 *** Carwyena has quit IRC
20:20:20 *** Ammler has quit IRC
20:20:21 *** owelldd has quit IRC
20:20:24 *** sTaFldr has quit IRC
20:20:27 *** Nerthoreti has quit IRC
20:20:30 *** SuLlAwNnA has quit IRC
20:20:33 *** EoFoRhIrIc has quit IRC
20:20:36 *** lEOniDesSTa has quit IRC
20:20:39 *** demoson has quit IRC
20:20:39 *** AISHIHI has quit IRC
20:20:42 *** Ysbadta has quit IRC
20:20:43 *** xXKishitakaXx4 has quit IRC
20:20:45 *** michi_cc has quit IRC
20:20:45 *** JeHoRaIm has quit IRC
20:20:47 *** geirlfr has quit IRC
20:20:48 *** _tetheus_9 has quit IRC
20:20:51 *** Gethis has quit IRC
20:20:54 *** xXRendzikiXx has quit IRC
20:20:57 *** Andinusos has quit IRC
20:21:03 *** Hrafnatr has quit IRC
20:21:06 *** Ouvinas has quit IRC
20:21:06 *** Artenkmov has quit IRC
20:21:09 *** xXENNILDUL11Xx has quit IRC
20:21:12 *** euRobuTIs has quit IRC
20:22:20 *** Yusuposky has quit IRC
20:22:20 *** Braitheona has quit IRC
20:22:20 *** Dicepus has quit IRC
20:22:20 *** Volz has quit IRC
20:22:20 *** raCz has quit IRC
20:22:22 *** Xenopes has quit IRC
20:22:22 *** _xXMitchemXx_ has quit IRC
20:22:23 *** pedraza has quit IRC
20:22:24 *** Llewellynn has quit IRC
20:22:24 *** Branin has quit IRC
20:22:24 *** GWENWY has quit IRC
20:22:24 *** Elfrgy has quit IRC
20:22:24 *** Perceyn has quit IRC
20:22:24 *** Godwineric has quit IRC
20:24:29 *** _xXNantonniaXx_ has quit IRC
20:24:32 *** brynhinn has quit IRC
20:24:35 *** Hristfj has quit IRC
20:24:38 *** Damskiicz has quit IRC
20:24:41 *** toyotsuta has quit IRC
20:24:41 *** gWENtan has quit IRC
20:24:44 *** Fortdas has quit IRC
20:24:44 *** ookawahni01 has quit IRC
20:24:45 *** Apraksakoev has quit IRC
20:24:47 *** Stycz has quit IRC
20:24:50 *** _Artesina_964 has quit IRC
20:24:53 *** xXCedrickXx84 has quit IRC
20:24:53 *** Icollutia has quit IRC
20:24:56 *** Ingwiglhro has quit IRC
20:24:59 *** Equitus has quit IRC
20:25:03 *** SeAxNeAtRe has quit IRC
20:25:03 *** urda has quit IRC
20:25:03 *** Flossie has quit IRC
20:25:05 *** Sextiusllo has quit IRC
20:25:05 *** WEohsTAnulF has quit IRC
20:25:09 *** Stasiak has quit IRC
20:25:12 *** Eleazadad has quit IRC
20:25:15 *** HRUNTILD has quit IRC
20:25:18 *** BrAgRr has quit IRC
20:25:21 *** UNFERDA has quit IRC
20:25:24 *** eadwrht has quit IRC
20:25:27 *** Gedalim has quit IRC
20:25:42 *** _Faires_ has quit IRC
20:25:48 *** Wilheardae has quit IRC
20:25:48 *** Canetoama has quit IRC
20:26:08 *** Meretem has quit IRC
20:26:11 *** Usar has quit IRC
20:26:17 *** xXoloseXx has quit IRC
20:26:23 *** FRIJA has quit IRC
20:26:29 *** WAY has quit IRC
20:26:32 *** OOTAKAWNO has quit IRC
20:26:32 *** niSIeEtH has quit IRC
20:26:38 *** _xXHaMaIcXx_ has quit IRC
20:26:47 *** Arguno has quit IRC
20:26:47 *** TUGUMOS has quit IRC
20:26:50 *** ceriddylos has quit IRC
20:26:53 *** Icollnos has quit IRC
20:26:59 *** Isgleed4 has quit IRC
20:27:08 *** Destles has quit IRC
20:27:23 *** MENELAId has quit IRC
20:27:26 *** dunning has quit IRC
20:27:29 *** OoHiRaMa has quit IRC
20:27:35 *** xXCaSsEgUsBoNXx14 has quit IRC
20:27:53 *** xXbubuteiusXx has quit IRC
20:27:59 *** _EURYMACHUES_ has quit IRC
20:28:02 *** REGULRES has quit IRC
20:28:11 *** Agimokov has quit IRC
20:28:11 *** Ooyamda has quit IRC
20:28:14 *** sveigarr has quit IRC
20:28:38 *** OuTrOsNhA has quit IRC
20:28:40 *** Skilfrr has quit IRC
20:28:47 *** MORIMOUDA has quit IRC
20:28:50 *** Turton has quit IRC
20:28:50 *** xXSaHaKuGiKiXx has quit IRC
20:28:53 *** Suetus has quit IRC
20:28:56 *** Licata has quit IRC
20:28:59 *** Gruffen has quit IRC
20:29:11 *** xXBeowulfngaXx has quit IRC
20:29:11 *** Jehoshnan has quit IRC
20:29:18 *** _FrAnKfOr_ has quit IRC
20:29:18 *** GaReThUr has quit IRC
20:29:23 *** Assema has quit IRC
20:29:23 *** Ashiki has quit IRC
20:29:30 *** cidiuwch has quit IRC
20:29:38 *** Brezhev has quit IRC
20:29:48 *** _Filochki_04 has quit IRC
20:29:51 *** frumblul has quit IRC
20:29:54 *** Winifff has quit IRC
20:29:57 *** UNdIeR has quit IRC
20:30:00 *** Caswnon has quit IRC
20:30:00 *** Rsteinn has quit IRC
20:30:00 *** xXAnrhonenXx16 has quit IRC
20:30:09 *** _platoas_855 has quit IRC
20:30:33 *** paStOrE has quit IRC
20:30:36 *** Dreasis has quit IRC
20:30:36 *** Heimta has quit IRC
20:30:45 *** presocia has quit IRC
20:30:51 *** philomena has quit IRC
20:30:54 *** SaWyLeDdEd has quit IRC
20:31:00 *** GOLAb has quit IRC
20:31:03 *** forsega has quit IRC
20:31:12 *** xXRutiniusXx has quit IRC
20:31:18 *** BEOWULFIEOM21 has quit IRC
20:31:42 *** Indrrr has quit IRC
20:31:42 *** Hyledcyn has quit IRC
20:31:45 *** Fullel has quit IRC
20:31:45 *** _SeNtIuNuS_ has quit IRC
20:31:54 *** KEETON has quit IRC
20:31:54 *** xX_FFITHERYS_Xx has quit IRC
20:32:15 *** Shimotoni has quit IRC
20:32:27 *** Lobel has quit IRC
20:32:27 *** Llisolo has quit IRC
20:32:27 *** CyNeBfRi has quit IRC
20:32:27 *** Depoem has quit IRC
20:32:36 *** PORCIIUS has quit IRC
20:32:42 *** JERECHAM has quit IRC
20:32:45 *** _GeiRAeR2_ has quit IRC
20:32:45 *** OoTsUkDa has quit IRC
20:32:51 *** Wodallnj has quit IRC
20:32:57 *** xXKoUyAnIi7Xx has quit IRC
20:33:15 *** nuciusrva has quit IRC
20:33:15 *** GULLVEALM has quit IRC
20:33:15 *** Turrey has quit IRC
20:33:36 *** EURYDINI has quit IRC
20:33:39 *** gOLLoGU has quit IRC
20:33:42 *** Hefinor has quit IRC
20:33:54 *** akumin has quit IRC
20:33:54 *** MaIrWeRaEl has quit IRC
20:33:57 *** Godwiae has quit IRC
20:34:03 *** Elpaliaheel has quit IRC
20:34:12 *** vandermeer has quit IRC
20:34:18 *** Vejas has quit IRC
20:34:36 *** rrankj has quit IRC
20:34:45 *** GUNNNGR has quit IRC
20:34:47 *** Aksakky has quit IRC
20:35:09 *** eysteindr has quit IRC
20:35:24 *** Winchenbach has quit IRC
20:35:36 *** Klesz has quit IRC
20:35:36 *** CATULLUUS has quit IRC
20:35:51 *** GaNdRlL has quit IRC
20:35:57 *** xXDeboseXx5 has quit IRC
20:36:36 *** Pacilto has quit IRC
20:36:36 *** Hefined9 has quit IRC
20:36:36 *** abnobagus has quit IRC
20:36:36 *** GWYTHYRNA has quit IRC
20:36:55 *** akaya has quit IRC
20:36:55 *** Quanom has quit IRC
20:36:55 *** LOCHYK has quit IRC
20:37:01 *** Ewings has quit IRC
20:37:10 *** _jehdeph_ has quit IRC
20:37:15 *** _AlFrLiS_ has quit IRC
20:37:16 *** Hariasaerv177 has quit IRC
20:37:19 *** OOSHRA5 has quit IRC
20:37:30 *** Bollinger has quit IRC
20:37:31 *** COmIGo has quit IRC
20:37:39 *** anTEnIaebE310 has quit IRC
20:37:40 *** sCiLlNtH17 has quit IRC
20:37:46 *** rAchET has quit IRC
20:37:49 *** Frodanesng has quit IRC
20:38:01 *** RhILdrDr has quit IRC
20:38:01 *** StRiNgHaM has quit IRC
20:38:04 *** xXARVeRNsusXx has quit IRC
20:38:07 *** HALLVARNG has quit IRC
20:38:10 *** Harisk has quit IRC
20:38:10 *** Adachano has quit IRC
20:38:13 *** _elosa_ has quit IRC
20:38:13 *** glyniin has quit IRC
20:38:19 *** Heliceus3 has quit IRC
20:38:22 *** campestrlyr has quit IRC
20:38:22 *** Ecgwelalf has quit IRC
20:38:31 *** Hruntinhre has quit IRC
20:38:40 *** WeYmOuTh has quit IRC
20:38:45 *** Berecharlet has quit IRC
20:39:04 *** Cevaughwen has quit IRC
20:39:13 *** EOROGNG has quit IRC
20:39:13 *** _PIAZZA_ has quit IRC
20:39:13 *** _cORNeCauS581_ has quit IRC
20:39:31 *** MEINIRLYN has quit IRC
20:39:37 *** DzIcElA has quit IRC
20:39:43 *** HaMaInN has quit IRC
20:39:46 *** _GiLdElD_56 has quit IRC
20:39:46 *** Baraclet has quit IRC
20:39:52 *** Arinrov has quit IRC
20:40:07 *** Inosawani has quit IRC
20:40:16 *** AgAfInOaN has quit IRC
20:40:40 *** Lungridi has quit IRC
20:40:40 *** EADBURGFRI has quit IRC
20:40:58 *** xXLlewenfran118Xx has quit IRC
20:41:03 *** BluesInTheNet has quit IRC
20:41:15 *** Jehiema has quit IRC
20:41:17 *** Ganteuro has quit IRC
20:41:25 *** _xXquilhXx_ has quit IRC
20:41:49 *** _Garmunen_559 has quit IRC
20:42:07 *** HIAtT has quit IRC
20:42:07 *** Osgaae has quit IRC
20:42:13 *** AFANDROV has quit IRC
20:42:13 *** Ceriolo has quit IRC
20:42:28 *** valdnnr has quit IRC
20:42:38 *** koroleur has quit IRC
20:42:38 *** Medved has quit IRC
20:42:45 *** _Helicmas_ has quit IRC
20:42:48 *** xXHachtingXx has quit IRC
20:42:54 *** _ChereNKa_ has quit IRC
20:42:54 *** Rosso has quit IRC
20:43:00 *** SCRIBIUUS has quit IRC
20:43:00 *** Osmunngrht has quit IRC
20:43:00 *** BERENKOOV has quit IRC
20:43:03 *** jehananada has quit IRC
20:43:06 *** CaErWeNdD has quit IRC
20:43:06 *** sigtryggdr has quit IRC
20:43:07 *** jehdielet has quit IRC
20:43:12 *** CZEWSKRKO has quit IRC
20:43:12 *** xXBaSzAsKiXx has quit IRC
20:43:21 *** ZYBUR8 has quit IRC
20:43:25 *** Anwenwan has quit IRC
20:43:27 *** _Galaharnt97_ has quit IRC
20:43:36 *** TeRNorE has quit IRC
20:43:45 *** JEHOZADAKIEL has quit IRC
20:43:49 *** Bronena has quit IRC
20:43:49 *** _CINIUUS_37 has quit IRC
20:43:51 *** Jehoszar has quit IRC
20:44:01 *** Freylul has quit IRC
20:44:01 *** xXCelot5Xx has quit IRC
20:44:04 *** _MEGOWN_ has quit IRC
20:44:04 *** _xXOosawadaobaXx_ has quit IRC
20:44:07 *** hermann has quit IRC
20:44:10 *** xXCassegomawnXx has quit IRC
20:44:13 *** hoRiArA has quit IRC
20:44:22 *** Brezhabkov has quit IRC
20:44:22 *** Siwaned has quit IRC
20:44:23 *** Mairwenyn has quit IRC
20:44:26 *** Kogaino has quit IRC
20:44:27 *** xXMikiNaiKXx has quit IRC
20:44:34 *** xX_Zobel_Xx has quit IRC
20:44:37 *** eoRn has quit IRC
20:44:40 *** crinthle has quit IRC
20:44:41 *** _IDoSoEST_ has quit IRC
20:44:42 *** Priceen has quit IRC
20:44:46 *** _Loptsdi_ has quit IRC
20:44:47 *** Vipulrsk has quit IRC
20:44:49 *** VeRa has quit IRC
20:44:52 *** Borvo has quit IRC
20:44:55 *** Aksaev has quit IRC
20:44:57 *** Ennilldr has quit IRC
20:44:57 *** sceadugeng has quit IRC
20:44:58 *** HUGASNG has quit IRC
20:44:58 *** lendr has quit IRC
20:45:01 *** Alkel_U3 has quit IRC
20:45:02 *** Renniuslo has quit IRC
20:45:03 *** xX_Gethel_Xx has quit IRC
20:45:04 *** Eanmundies has quit IRC
20:45:04 *** suLLaTNoS has quit IRC
20:45:04 *** CERIDWALINT has quit IRC
20:45:04 *** Kurniak98 has quit IRC
20:45:04 *** bish has quit IRC
20:45:04 *** Dolczy has quit IRC
20:45:04 *** BEDEIN has quit IRC
20:45:05 *** Antonreo has quit IRC
20:45:09 *** Ingvaldr has quit IRC
20:45:10 *** Enriguez has quit IRC
20:45:11 *** TAMESMMA has quit IRC
20:45:12 *** AVERYMOV14 has quit IRC
20:45:14 *** _xXHennttXx_ has quit IRC
20:45:15 *** FeRrIeR has quit IRC
20:45:16 *** xXHallskiXx21 has quit IRC
20:45:17 *** Larish has quit IRC
20:45:18 *** HERJAN has quit IRC
20:45:18 *** ragngim has quit IRC
20:45:18 *** JoThZaR has quit IRC
20:45:20 *** Patrica has quit IRC
20:45:22 *** kruzelcki has quit IRC
20:45:23 *** Aurelgus has quit IRC
20:45:23 *** svalrg has quit IRC
20:45:24 *** eimdallpul has quit IRC
20:45:24 *** NeMeIoS has quit IRC
20:45:24 *** STUMBIGT has quit IRC
20:45:24 *** xXCzypiecczXx has quit IRC
20:45:25 *** Gwenlliaen has quit IRC
20:45:25 *** Sanoura has quit IRC
20:45:25 *** KEETER has quit IRC
20:45:25 *** Ingsng has quit IRC
20:45:26 *** NeMeToNsIn has quit IRC
20:45:26 *** Eorotbel has quit IRC
20:45:26 *** Nasiciusius has quit IRC
20:45:27 *** llIAnniD has quit IRC
20:45:27 *** Sveiri457 has quit IRC
20:45:27 *** NiLSA has quit IRC
20:45:27 *** keithley has quit IRC
20:45:30 *** xXGEDALEELAZXx has quit IRC
20:45:31 *** CEFINRA has quit IRC
20:45:32 *** xXGwenfreynXx863 has quit IRC
20:45:32 *** THUNDHUD has quit IRC
20:45:34 *** UlMaNsKy59 has quit IRC
20:45:34 *** theanaxra has quit IRC
20:45:34 *** Vivess has quit IRC
20:45:35 *** RSGRANNNI has quit IRC
20:45:35 *** Gwyneiraarn94 has quit IRC
20:45:35 *** Gawairwein786 has quit IRC
20:45:35 *** Rhamaxensin has quit IRC
20:45:35 *** falec has quit IRC
20:45:35 *** Theanno has quit IRC
20:45:35 *** Alwynyth has quit IRC
20:45:35 *** IFIOYS has quit IRC
20:45:36 *** AUNURTA has quit IRC
20:45:36 *** Sullatucos has quit IRC
20:45:37 *** NEWBOld has quit IRC
20:45:40 *** RELASDO has quit IRC
20:45:40 *** _Corvinius_ has quit IRC
20:45:41 *** xXElNAtHELXx has quit IRC
20:45:41 *** xXAeronnedXx03 has quit IRC
20:45:41 *** DaNeLf4 has quit IRC
20:45:42 *** AIZARA has quit IRC
20:45:42 *** meirionaor has quit IRC
20:45:42 *** Ondsst has quit IRC
20:45:42 *** _Jurczel_ has quit IRC
20:45:42 *** fornisi has quit IRC
20:45:43 *** Aelfrird77 has quit IRC
20:45:44 *** Greis has quit IRC
20:45:44 *** eoforwinund has quit IRC
20:45:44 *** Galeona has quit IRC
20:45:44 *** Maty has quit IRC
20:45:45 *** xXElinorsXx has quit IRC
20:45:45 *** GUINEVERWYN has quit IRC
20:45:45 *** Gorowskiski has quit IRC
20:45:45 *** _erICsOn_51 has quit IRC
20:45:46 *** AFANASNOV43 has quit IRC
20:45:47 *** _Eiriayn78_ has quit IRC
20:45:47 *** OWENYN has quit IRC
20:45:47 *** CiCOLlUISANA has quit IRC
20:45:47 *** xX_Sceadeca_Xx has quit IRC
20:45:47 *** DEMOLEONDER has quit IRC
20:45:48 *** Zechaelael has quit IRC
20:45:48 *** Mhildgr has quit IRC
20:45:49 *** MadRId has quit IRC
20:45:50 *** siggand has quit IRC
20:45:50 *** Cribius has quit IRC
20:45:52 *** Pavlicov has quit IRC
20:45:52 *** _Savitch_ has quit IRC
20:45:53 *** BEaliAHAz has quit IRC
20:45:53 *** TaRaNhUs has quit IRC
20:45:53 *** _ANrhoDWYn_ has quit IRC
20:45:54 *** _hjalmr_ has quit IRC
20:45:55 *** Seneposula has quit IRC
20:45:55 *** Beowuald has quit IRC
20:45:55 *** Eofrri has quit IRC
20:45:55 *** Dobrikohov has quit IRC
20:45:55 *** Saxnana has quit IRC
20:45:55 *** Danesefn has quit IRC
20:45:55 *** Malleiupio has quit IRC
20:45:57 *** HOCKINS46 has quit IRC
20:45:58 *** xXREPHATIAHXx has quit IRC
20:45:58 *** xXKradelXx has quit IRC
20:45:58 *** _xXCadfaenidXx_ has quit IRC
20:45:58 *** seitz has quit IRC
20:45:58 *** Regulbusius has quit IRC
20:45:58 *** _Lebedkov_ has quit IRC
20:45:58 *** Burt has quit IRC
20:45:59 *** GwYnFlA64 has quit IRC
20:46:01 *** sinfger has quit IRC
20:46:01 *** _MuNtEr_735 has quit IRC
20:46:01 *** xXEadgyaeXx has quit IRC
20:46:01 *** Dagfinnrldr has quit IRC
20:46:01 *** Laodamaseus has quit IRC
20:46:01 *** anai has quit IRC
20:46:01 *** BLODHEL has quit IRC
20:46:01 *** GELDOKI has quit IRC
20:46:02 *** Simmering has quit IRC
20:46:02 *** _Vergiius6_ has quit IRC
20:46:02 *** Talfrynyn has quit IRC
20:46:03 *** struCLa has quit IRC
20:46:03 *** cons has quit IRC
20:46:03 *** PoStUs has quit IRC
20:46:03 *** ARNBJSTA has quit IRC
20:46:03 *** Wodowskki has quit IRC
20:46:03 *** Nehemilet has quit IRC
20:46:04 *** Chasse has quit IRC
20:46:04 *** MOSTRAOS has quit IRC
20:46:04 *** Heremolh has quit IRC
20:46:04 *** Semiar has quit IRC
20:46:04 *** HEIMDUL has quit IRC
20:46:05 *** Beckizny has quit IRC
20:46:05 *** mEDeahe has quit IRC
20:46:05 *** xXLupaichXx has quit IRC
20:46:06 *** Randbj has quit IRC
20:46:06 *** RAZAKI has quit IRC
20:46:06 *** Pecatoste has quit IRC
20:46:06 *** xXOssasunoXx has quit IRC
20:46:08 *** Hrethorka has quit IRC
20:46:09 *** Heledyn has quit IRC
20:46:10 *** fullnul has quit IRC
20:46:10 *** Llewelynvyn has quit IRC
20:46:11 *** cidinusina has quit IRC
20:46:11 *** WASNIEASZ has quit IRC
20:46:12 *** DENTATUSNUS has quit IRC
20:46:12 *** gorby has quit IRC
20:46:12 *** _Gwiliesen_ has quit IRC
20:46:13 *** MiStGgJ has quit IRC
20:46:13 *** Eadbeorar has quit IRC
20:46:13 *** Chech has quit IRC
20:46:14 *** Aranrhyn has quit IRC
20:46:14 *** oediomes has quit IRC
20:46:14 *** KUmonovskY has quit IRC
20:46:14 *** Volaius has quit IRC
20:46:15 *** Garmuld has quit IRC
20:46:15 *** Nichelson has quit IRC
20:46:15 *** Jahaziak has quit IRC
20:46:16 *** Condaan has quit IRC
20:46:17 *** _FREAWAAF_ has quit IRC
20:46:17 *** xXArellanoXx has quit IRC
20:46:17 *** Cassiniero has quit IRC
20:46:17 *** ScIlLiOpEuS has quit IRC
20:46:18 *** xXAlAtNyEvXx has quit IRC
20:46:18 *** Jehoahazda has quit IRC
20:46:18 *** Maisto has quit IRC
20:46:18 *** Archelicne has quit IRC
20:46:19 *** Cynebda has quit IRC
20:46:19 *** xXReciXx has quit IRC
20:46:20 *** xX_Khrusupin_Xx has quit IRC
20:46:20 *** shatskyman has quit IRC
20:46:20 *** Jocasice has quit IRC
20:46:20 *** Lograde has quit IRC
20:46:20 *** Gullvevi03 has quit IRC
20:46:20 *** BeDevyev has quit IRC
20:46:21 *** Eastwood19 has quit IRC
20:46:21 *** GwEnNeOs has quit IRC
20:46:21 *** IOLYWeLYN has quit IRC
20:46:24 *** ILHOSSOS has quit IRC
20:46:26 *** RANDGLD has quit IRC
20:46:26 *** Eliasaphaph has quit IRC
20:46:27 *** Telemces has quit IRC
20:46:27 *** Sveinrr has quit IRC
20:46:27 *** Iefanrhoyr has quit IRC
20:46:27 *** Hobalaf has quit IRC
20:46:28 *** xXBrynjarndrXx740 has quit IRC
20:46:28 *** cerysian346 has quit IRC
20:46:29 *** xXDeWyDdYnNXx9 has quit IRC
20:46:30 *** _Pitul_525 has quit IRC
20:46:31 *** Olwinsi has quit IRC
20:46:32 *** xXSOKoLoviNXx279 has quit IRC
20:46:35 *** Elmaine has quit IRC
20:46:35 *** Fraser has quit IRC
20:46:36 *** sOcrAEUs has quit IRC
20:46:36 *** Neriutia has quit IRC
20:46:36 *** Shiyara has quit IRC
20:46:38 *** bragrka has quit IRC
20:46:39 *** Eucliyta has quit IRC
20:46:41 *** Solochth has quit IRC
20:46:45 *** xXgwenfrewinXx has quit IRC
20:46:52 *** Setoda has quit IRC
20:46:52 *** Adackiski has quit IRC
20:46:57 *** Paczy has quit IRC
20:48:27 *** tokai|flx has quit IRC
20:53:45 <DorpsGek> Commit by fonsinchen :: r27681 trunk/src/station_cmd.cpp (2016-12-04 20:53:38 +0100 )
20:53:46 <DorpsGek> -Fix: When deleting stale links, iterate through order lists before iterating through vehicles
20:56:48 *** frosch123 has joined #openttd
20:59:23 <DorpsGek> Commit by fonsinchen :: r27682 trunk/src/station_cmd.cpp (2016-12-04 20:59:17 +0100 )
20:59:24 <DorpsGek> -Fix: Don't check if links are alive for manually routed cargo
21:00:21 *** DorpsGek sets mode: -m
21:01:11 <Lejving> \o/
21:01:23 <Lejving> n1 fonsinchen
21:02:12 *** KenjiE20 has quit IRC
21:02:46 <__ln__> tip of the day: in irssi you can close a range of windows with one command
21:02:57 <Lejving> lol why would ANYONE need that!
21:03:15 <Sylf> why wouldn't anyone use irssi :P
21:04:26 <frosch123> @mode +j 5:10
21:04:30 *** efess has quit IRC
21:04:52 <frosch123> @mode +l160
21:05:34 <frosch123> @mode +l 160
21:05:34 *** DorpsGek sets mode: +l 160
21:12:49 <LordAro> \o/
21:17:02 *** threesix- has quit IRC
21:17:37 <__ln__> not again
21:18:10 <frosch123> you can do /mode __ln__ +g
21:19:33 <__ln__> now i did, wonder what it does
21:19:48 <frosch123> noone can open a query with you
21:35:28 *** umgeher_ is now known as umgeher
21:43:04 *** _dp_ has left #openttd
21:46:35 *** anders has quit IRC
21:46:38 *** OsteHovel has quit IRC
21:47:50 <frosch123> wow, we are bad at moderating
21:48:10 <frosch123> http://irc.netsplit.de/channels/?net=OFTC <- we made it to number one in users per channel on oftc
21:48:55 <frosch123> i gues that user limit was overdue :)
21:51:59 <V453000> XD
21:52:43 <glx> +i is helping too :)
21:53:06 <glx> as the previous wave was mitigated they can't invite themselves
21:55:33 *** tycoondemon2 has quit IRC
22:09:31 *** frosch123 has quit IRC
22:12:36 <LordAro> __ln__: https://freenode.net/kb/answer/usermodes
22:27:12 *** Ethereal_Whisper has quit IRC
22:55:19 *** Sacro has quit IRC
23:18:04 *** ConductorCat has quit IRC
23:31:52 *** michi_cc has joined #openttd
23:31:52 *** ChanServ sets mode: +v michi_cc
23:45:12 <LordAro> hmm
23:45:36 <LordAro> why does the website only offer 14.04 binaries for 1.6.1, when 16.04 was out by then?
23:48:57 <V453000> yes
23:54:45 <LordAro> mm, thought so