<<Prev
Next>>
Scroll to Bottom
Stuff goes here
L1[00:03:28] ⇨
Joins: millerti (~millerti@75.112.75.19)
L2[00:03:46] ⇦
Quits: marcoslater (~marcoslat@anna.marcoslater.com) (Ping timeout:
198 seconds)
L3[00:09:38] ⇨
Joins: Vaht
(~Tahg@pool-173-48-29-191.bstnma.fios.verizon.net)
L4[00:09:39]
MineBot sets mode: +v on Vaht
L5[00:12:10] ⇦
Quits: Tahg (~Tahg@pool-173-48-29-191.bstnma.fios.verizon.net)
(Ping timeout: 198 seconds)
L6[00:49:10] ⇦
Quits: millerti (~millerti@75.112.75.19) (Ping timeout: 186
seconds)
L7[01:17:32] ⇦
Quits: McJty
(~jorrit@ptr-9197ufqde7pinqvvx97.18120a2.ip6.access.telenet.be)
(Quit: Leaving)
L8[01:22:14] ⇦
Quits: Neal (~Neal@47.146.41.184) (Ping timeout: 186
seconds)
L9[01:40:54] ⇦
Quits: xvicarious (~xvicariou@2604:6000:ce84:9100::3) (Ping
timeout: 186 seconds)
L10[01:50:46] ⇨
Joins: xvicarious
(~xvicariou@cpe-172-101-79-253.buffalo.res.rr.com)
L11[02:00:03] <MCPBot_Reborn> [TEST CSV]
Pushing snapshot_20171202 mappings to Forge Maven.
L12[02:00:07] <MCPBot_Reborn> [TEST CSV]
Maven upload successful for mcp_snapshot-20171202-1.12.zip
(mappings = "snapshot_20171202" in build.gradle).
L13[02:00:17] <MCPBot_Reborn> Semi-live
(every 10 min), Snapshot (daily ~3:00 EST), and Stable (committed)
MCPBot mapping exports can be found here:
http://export.mcpbot.bspk.rs/
L14[02:14:06] ⇨
Joins: KklyAq
(~Umbraco@121-87-222-159f1.nar1.eonet.ne.jp)
L15[02:32:47] ⇨
Joins: Noppes (~Noppes@ip56530f2e.direct-adsl.nl)
L16[02:40:06] ⇨
Joins: Ipsis
(~Ipsis@82-69-71-184.dsl.in-addr.zen.co.uk)
L17[02:53:24] ⇦
Quits: Ipsis (~Ipsis@82-69-71-184.dsl.in-addr.zen.co.uk) (Ping
timeout: 207 seconds)
L18[03:02:55] ⇦
Quits: Larry1123 (Larry1123@irc.larry1123.net) (Ping timeout: 200
seconds)
L19[03:05:12] ⇦
Quits: Dimtree
(~dimtree@75-110-143-121.nbrncmtk01.res.dyn.suddenlink.net) (Quit:
Peace)
L20[03:09:07] ⇨
Joins: Dimtree
(~dimtree@75-110-143-121.nbrncmtk01.res.dyn.suddenlink.net)
L21[03:17:25] ⇨
Joins: Larry1123 (Larry1123@irc.larry1123.net)
L22[03:40:46] ⇨
Joins: Hgrebnednav
(~Hgrebnedn@d8D872A6E.access.telenet.be)
L23[03:47:17] ⇦
Quits: Hgrebnednav (~Hgrebnedn@d8D872A6E.access.telenet.be) (Read
error: Connection reset by peer)
L24[04:04:10] ⇨
Joins: Ipsis
(~Ipsis@82-69-71-184.dsl.in-addr.zen.co.uk)
L25[04:18:16] ⇦
Quits: TehNut (~TehNut@2607:5300:100:200::199) (Quit: Box is having
issues. Pls picnic.)
L26[04:37:27] <TechnicianLP> what was the
contract of transferStackInSlot again? basically just return the
remainder of the stack in the slot (or a copy if unchanged)?
L28[04:40:07] <TechnicianLP> i have one
implemented myself ... just need to add something and i am unsure
as what i have to return if no transfer should happen
L29[04:40:20] <ghz|afk> EMPTY
L30[04:40:24] <ghz|afk> check the top of
mine :P
L31[04:41:57] <ghz|afk> that's why I said
mine might be a good reference, since I took the time to reorganize
the code
L32[04:42:01] <ghz|afk> the vanilla
decompile is a mess
L33[04:42:06] <ghz|afk> and doesn't show
what the logic is
L34[04:42:32] <ghz|afk> so lines 92 to 100
-> early exit checks
L35[04:42:49] <ghz|afk> 110 to 150: target
slot range decisions
L36[04:43:02] <ghz|afk> 152: attempts to
place stuff in the target slot range
L37[04:43:41] <ghz|afk> 157+: update source
slot with the remainder
L38[04:49:37] ***
airbreather_ is now known as airbreather
L39[05:28:10] ⇦
Quits: MikrySoft (~mikrysoft@89-71-101-248.dynamic.chello.pl) (Read
error: Connection reset by peer)
L40[05:35:50] ⇨
Joins: Javaschreiber
(~Thunderbi@88-209-32-73.nga.highspeed-baumann.de)
L41[05:36:21] <immibis> in 1.7 i always
returned null
L42[05:36:29] <ghz|afk> yes
L43[05:36:31] <immibis> because all it does
is keep calling you recursively until you returned null. or
something like that
L44[05:36:36] <ghz|afk> 1.11 made itemstack
null invalid
L45[05:36:42] <ghz|afk> ItemStack.EMPTY is
the old null
L46[05:37:07] <ghz|afk> so on mc < 1.11,
null is ok, on >= 1.11, ItemStack.EMPTY is the correct one
L47[05:41:52] <immibis> someone must've
told mojang that null is bad
L48[05:42:10] <immibis> i guess it makes
sense, so you can call methods on an itemstack without specifically
checking whether there is one every time
L49[05:42:24] <ghz|afk> yup
L50[05:42:35] <ghz|afk> it just appears as
an itemstack of Block.AIR
L51[05:42:44] <ghz|afk> and .getCount() ==
0
L52[05:45:35] ⇨
Joins: mallrat208 (~mallrat20@107.145.144.41)
L53[05:56:22] ⇨
Joins: Raycoms
(~Raycoms@2804:14d:baa0:9612:211:f974:13b9:be92)
L54[06:04:46] ⇨
Joins: Nedelosk
(~Nedelosk@ip-37-201-253-118.hsi13.unitymediagroup.de)
L55[06:05:51] ⇦
Quits: Javaschreiber
(~Thunderbi@88-209-32-73.nga.highspeed-baumann.de) (Quit:
Javaschreiber)
L56[06:06:37] ***
PaleOff is now known as PaleoCrafter
L57[06:30:46] ⇦
Quits: immibis (~chatzilla@122-59-204-185.jetstream.xtra.co.nz)
(Ping timeout: 198 seconds)
L58[06:42:52] ⇨
Joins: KGS (~KGS@h-158-174-9-50.NA.cust.bahnhof.se)
L59[07:31:45] ⇨
Joins: Hunterz (~hunterz@62.182.234.189)
L60[07:36:46] ⇦
Quits: Chais (~Chais@62-178-210-212.cable.dynamic.surfer.at) (Quit:
ZNC 1.6.5 - http://znc.in)
L61[07:39:08] ⇨
Joins: Chais
(~Chais@62-178-210-212.cable.dynamic.surfer.at)
L62[07:39:16] ⇨
Joins: ScottehBoeh (~ScottehBo@2.29.64.81)
L63[07:41:10] ⇨
Joins: Hgrebnednav
(~Hgrebnedn@d8d872a6e.access.telenet.be)
L64[07:42:13] <TechnicianLP> am i correct
in the assumption that MessageContext.side represents the logical
side? (ie could be SEVRER on the client)
L65[07:43:04] <Ordinastie> yes
L67[07:50:40] ⇨
Joins: ben_mkiv
(~ben_mkiv@p5797213B.dip0.t-ipconnect.de)
L68[07:59:34] ⇦
Quits: Raycoms (~Raycoms@2804:14d:baa0:9612:211:f974:13b9:be92)
(Remote host closed the connection)
L69[08:09:57] ⇦
Quits: Chais (~Chais@62-178-210-212.cable.dynamic.surfer.at) (Ping
timeout: 207 seconds)
L70[08:18:15] ⇨
Joins: Chais
(~Chais@62-178-210-212.cable.dynamic.surfer.at)
L71[08:24:25] ⇨
Joins: Javaschreiber
(~Thunderbi@88-209-32-73.nga.highspeed-baumann.de)
L72[08:55:45] ⇦
Quits: ben_mkiv (~ben_mkiv@p5797213B.dip0.t-ipconnect.de) (Ping
timeout: 383 seconds)
L73[08:57:42] ⇦
Quits: Hgrebnednav (~Hgrebnedn@d8d872a6e.access.telenet.be) (Ping
timeout: 186 seconds)
L74[09:20:02] ⇦
Quits: Javaschreiber
(~Thunderbi@88-209-32-73.nga.highspeed-baumann.de) (Quit:
Javaschreiber)
L75[09:24:28] ⇨
Joins: Raycoms
(~Raycoms@2804:14d:baa0:9612:211:f974:13b9:be92)
L76[09:25:29] <Raycoms> Hi
L77[09:34:31] ⇨
Joins: ben_mkiv
(~ben_mkiv@p5797213b.dip0.t-ipconnect.de)
L78[09:45:12] ⇦
Quits: auenfx8 (~David@120.154.64.171) (Read error: Connection
reset by peer)
L79[09:45:13] ⇨
Joins: auenf (~David@120.154.64.171)
L80[09:52:22] ⇦
Quits: raBit (~raBit@p57B2FDC8.dip0.t-ipconnect.de) (Ping timeout:
198 seconds)
L81[10:00:27] ⇦
Quits: auenf (~David@120.154.64.171) (Remote host closed the
connection)
L82[10:03:03] <Hunterz> Hi I have issue
with shapeless recipes similar like #4557. Fo example Natura mod
show properly recipe in the JEI (hopseed planks -> hopseed
stick) but crafting table craft vanilla stick.
L83[10:03:42] ⇦
Quits: KklyAq (~Umbraco@121-87-222-159f1.nar1.eonet.ne.jp) (Ping
timeout: 207 seconds)
L84[10:07:15] ⇨
Joins: auenf (~David@120.154.64.171)
L85[10:12:32] ⇨
Joins: Javaschreiber
(~Thunderbi@88-209-32-73.nga.highspeed-baumann.de)
L86[10:15:41] ⇨
Joins: Brokkoli
(~Brokkoli@p2E5B1B3F.dip0.t-ipconnect.de)
L87[10:24:19] <ScottehBoeh> What kind of
annotation can I use for a lang file?
L88[10:24:29] <ScottehBoeh> like '//' or
'/*' etc
L89[10:24:53] <IoP> comments?
L90[10:24:53] <ScottehBoeh> This is so I
can put comments for anyone who wants to translate my mod and needs
help with what each part is for
L91[10:24:56] <ScottehBoeh> Yea
L92[10:25:04] <ScottehBoeh> Sorry, I
should've used comment instead of annotation
L93[10:26:42] <ghz|afk> lang files are
properties files
L95[10:26:59] <ghz|afk> so those comments
apply
L96[10:27:10] <ScottehBoeh> Ah. Many thanks
:)
L97[10:34:55] <PaleoCrafter> uhm, lang
files *aren't* properties files unless you specifically instruct
Forge to treat them as such :P
L98[10:35:16] <ghz|afk> eh brainfart,
then
L99[10:35:19] <PaleoCrafter> they're in
fact not even a proper subset of properties files
L100[10:35:38] <PaleoCrafter> since in
lang files your key can contain a colon without escaping, can't
have that in a properties file
L101[10:37:17] <ScottehBoeh> Doesn't //
work/
L102[10:37:21] <ScottehBoeh> ?*
L103[10:37:25] <PaleoCrafter> #
L104[10:37:43] <ScottehBoeh> ah kk
L105[10:37:46] <PaleoCrafter> double slash
comments ain't a thing in properties nor lang files, no :P
L106[10:43:26]
⇨ Joins: raBit
(~raBit@p57B2FDC8.dip0.t-ipconnect.de)
L107[10:50:14] ⇦
Quits: Ipsis (~Ipsis@82-69-71-184.dsl.in-addr.zen.co.uk) (Ping
timeout: 186 seconds)
L108[10:56:35]
⇨ Joins: MikrySoft
(~mikrysoft@89-71-101-248.dynamic.chello.pl)
L109[11:13:51] <Raycoms> whats the best
way to find out if something is an ore?
L110[11:13:57] <Raycoms>
Best/Fastest
L111[11:26:59]
⇨ Joins: williewillus
(~williewil@rrcs-67-78-117-195.sw.biz.rr.com)
L112[11:28:50] <ghz|afk> Raycoms:
best=make a lookup table of known ores
L113[11:29:01] <ghz|afk> fastest=probably
also that
L114[11:29:14] <Raycoms> How do I get the
data for that? oredict?
L115[11:29:27] <ghz|afk> easiest to code
but unreliable=check if the pick block has an oredict string
starting with "ore"
L116[11:31:31] <williewillus> !gm
Entity.getParts
L117[11:33:39]
⇨ Joins: Intektor
(~Intektor@p20030063252AF300F018831529507D2B.dip0.t-ipconnect.de)
L118[11:33:52] <Intektor> does someone
have experience with ffmpeg? I am trying to read a stream from udp
and write to images to stdout, but I cant find the correct output
format, any ideas?
L119[11:39:41]
⇨ Joins: malte0811
(~malte@p200300D243CC3C362F12A69EEC0F8F84.dip0.t-ipconnect.de)
L120[12:08:30] ⇦
Quits: SuperCoder79 (~SuperCode@c-98-192-10-12.hsd1.ga.comcast.net)
(Ping timeout: 207 seconds)
L121[12:22:24] <TechnicianLP> you want to
write an image to stdout?
L122[12:22:50]
⇨ Joins: airbreather_
(~airbreath@d149-67-99-43.nap.wideopenwest.com)
L123[12:24:17] ⇦
Quits: airbreather (~airbreath@d149-67-99-43.nap.wideopenwest.com)
(Ping timeout: 200 seconds)
L124[12:32:06] ⇦
Quits: williewillus (~williewil@rrcs-67-78-117-195.sw.biz.rr.com)
(Quit: Leaving)
L125[12:39:55] ⇦
Quits: ghz|afk (gigaherz@247.red-79-145-70.dynamicip.rima-tde.net)
(Remote host closed the connection)
L126[12:44:33] ⇦
Quits: Intektor
(~Intektor@p20030063252AF300F018831529507D2B.dip0.t-ipconnect.de)
(Quit: Leaving)
L127[12:50:13] ***
Santa|afk is now known as SatanicSanta
L128[12:54:40] <TechnicianLP> is there a
proper way to kick a player out of singleplayer?
L129[13:12:47] <barteks2x> shut down the
server?
L130[13:25:29] ⇦
Quits: ScottehBoeh (~ScottehBo@2.29.64.81) (Quit:
Leaving)
L131[13:29:59] ⇦
Parts: malte0811
(~malte@p200300D243CC3C362F12A69EEC0F8F84.dip0.t-ipconnect.de)
())
L132[13:32:07] ⇦
Quits: xvicarious
(~xvicariou@cpe-172-101-79-253.buffalo.res.rr.com) (Ping timeout:
200 seconds)
L133[13:32:30] ⇦
Quits: Upth (~ogmar@108-85-88-44.lightspeed.frokca.sbcglobal.net)
(Ping timeout: 183 seconds)
L134[13:33:12]
⇨ Joins: Upth
(~ogmar@108-85-88-44.lightspeed.frokca.sbcglobal.net)
L135[13:36:27]
⇨ Joins: Ipsis
(~Ipsis@82-69-71-184.dsl.in-addr.zen.co.uk)
L136[13:37:56]
⇨ Joins: xvicarious
(~xvicariou@2604:6000:ce84:9100::2)
L137[13:48:58] <TechnicianLP> so i
basically need to specialcase integratedserver but then specialcase
LAN-players again?
L138[13:56:37] ⇦
Quits: Hunterz (~hunterz@62.182.234.189) (Quit:
Leaving.)
L139[14:05:47] ⇦
Quits: justJanne (~justJanne@2001:bc8:33e7:200::1) (Quit: So, if
you care to find me, look to the western sky. As someone told me
lately, everyone deserves a chance to fly.)
L140[14:05:59]
⇨ Joins: gigaherz
(gigaherz@247.red-79-145-70.dynamicip.rima-tde.net)
L141[14:16:38] ***
SatanicSanta is now known as Santa|afk
L142[14:17:22]
⇨ Joins: justJanne
(~justJanne@2001:bc8:33e7:200::1)
L143[14:41:02]
⇨ Joins: TehNut (~TehNut@2607:5300:100:200::199)
L144[14:48:24] ⇦
Quits: Chais (~Chais@62-178-210-212.cable.dynamic.surfer.at) (Read
error: Connection reset by peer)
L145[14:52:02]
⇨ Joins: Chais
(~Chais@62-178-210-212.cable.dynamic.surfer.at)
L146[14:54:07] <barteks2x> or just try to
kick it normally
L147[15:01:22] ⇦
Quits: xvicarious (~xvicariou@2604:6000:ce84:9100::2) (Ping
timeout: 183 seconds)
L148[15:05:35]
⇨ Joins: xvicarious
(~xvicariou@2604:6000:ce84:9100::2)
L149[15:13:56] <TechnicianLP> i tried that
- the client basically doesnt notice until you do something in it
(but that something can lead to exceptions as the server is already
dead)
L150[15:20:06] <barteks2x> well then you
need to just shut down the server if it's singleplayer and not
lan
L151[15:27:22]
⇨ Joins: RichardG_ (~richardg8@201.37.246.64)
L152[15:27:22]
MineBot sets mode: +v on RichardG_
L153[15:28:03] ⇦
Quits: RichardG (~richardg8@201.37.246.64) (Ping timeout: 207
seconds)
L154[15:29:40] ⇦
Quits: Ipsis (~Ipsis@82-69-71-184.dsl.in-addr.zen.co.uk) (Ping
timeout: 383 seconds)
L155[15:41:53] ⇦
Quits: Raycoms (~Raycoms@2804:14d:baa0:9612:211:f974:13b9:be92)
(Remote host closed the connection)
L156[15:47:08] ***
mumfrey is now known as Mumfrey
L157[15:48:20]
⇨ Joins: Neal (~Neal@47.146.41.184)
L158[16:01:35] ⇦
Quits: mezz (~mezz@24.6.28.151) (Quit: mezz)
L159[16:08:25] ⇦
Quits: Noppes (~Noppes@ip56530f2e.direct-adsl.nl) (Read error:
Connection reset by peer)
L160[16:12:33] ⇦
Quits: ben_mkiv (~ben_mkiv@p5797213b.dip0.t-ipconnect.de) (Remote
host closed the connection)
L161[16:16:56] ⇦
Quits: Hanii (~textual@2a00:23c4:484:d100:245b:6273:5ad4:74f2)
(Quit: Textual IRC Client: www.textualapp.com)
L162[16:25:15] ***
PaleoCrafter is now known as PaleOff
L163[16:49:38] ⇦
Quits: Javaschreiber
(~Thunderbi@88-209-32-73.nga.highspeed-baumann.de) (Quit:
Javaschreiber)
L164[16:54:44]
⇨ Joins: Raycoms
(~Raycoms@2804:14d:baa0:9612:211:f974:13b9:be92)
L165[17:04:01] ⇦
Quits: Raycoms (~Raycoms@2804:14d:baa0:9612:211:f974:13b9:be92)
(Quit: Leaving)
L166[17:04:10] <gigaherz> I WAS
WRONG!
L168[17:04:16] <gigaherz> they are almost
at $2m
L169[17:13:53] ⇦
Quits: StormCloud (~StormClou@S0106a84e3f599153.cg.shawcable.net)
(Read error: Connection reset by peer)
L170[17:23:16]
⇨ Joins: immibis
(~chatzilla@122-59-204-185.jetstream.xtra.co.nz)
L171[17:44:04] <xaero> $2m? are they the
only ones doing a charity stream? or maybe the first ones?
L172[17:49:02] <gigaherz> it's not the
streams per se
L174[17:49:19] <gigaherz> it's this doing
most of the fundraising
L175[17:51:15] <gigaherz> total payments
$1,953,309.49
L176[17:51:15] <gigaherz> purchases
55,106
L177[17:51:15] <gigaherz> average purchase
$35.45
L178[17:52:49]
⇨ Joins: Hanii
(~textual@2a00:23c4:484:d100:d07a:548b:318b:bb2f)
L179[17:54:46] ⇦
Quits: Nedelosk
(~Nedelosk@ip-37-201-253-118.hsi13.unitymediagroup.de) (Ping
timeout: 186 seconds)
L180[17:54:50]
⇨ Joins: Nedelosk_
(~Nedelosk@ip-37-201-253-118.hsi13.unitymediagroup.de)
L181[18:01:08] <xaero> ah, incentives are
a bit different, but still .. only two days in, and 29 days left
:O
L182[18:34:33]
⇨ Joins: SuperCoder79
(~SuperCode@c-98-192-10-12.hsd1.ga.comcast.net)
L183[18:40:39] ***
gigaherz is now known as ghz|afk
L184[18:50:44]
⇨ Joins: ScottehBoeh (~ScottehBo@2.29.64.81)
L185[18:50:57] ⇦
Quits: Nedelosk_
(~Nedelosk@ip-37-201-253-118.hsi13.unitymediagroup.de) (Read error:
Connection reset by peer)
L186[18:53:52]
⇨ Joins: sinkillerj
(~sinkiller@nc-67-238-185-217.dhcp.embarqhsd.net)
L187[19:10:35]
⇨ Joins: Nedelosk
(~Nedelosk@ip-37-201-253-118.hsi13.unitymediagroup.de)
L188[19:29:03]
⇨ Joins: KklyAq
(~Umbraco@121-87-222-159f1.nar1.eonet.ne.jp)
L189[19:47:21] ⇦
Quits: ghz|afk (gigaherz@247.red-79-145-70.dynamicip.rima-tde.net)
(Remote host closed the connection)
L190[20:04:41] ⇦
Quits: Cornelia (~Nel@c-75-71-231-133.hsd1.co.comcast.net) (Ping
timeout: 383 seconds)
L191[20:11:25] ***
Mumfrey is now known as mumfrey
L192[20:12:37] ⇦
Quits: Nedelosk
(~Nedelosk@ip-37-201-253-118.hsi13.unitymediagroup.de) (Read error:
Connection reset by peer)
L193[20:27:50] ⇦
Quits: KGS (~KGS@h-158-174-9-50.NA.cust.bahnhof.se) (Ping timeout:
186 seconds)
L194[20:39:30] ⇦
Quits: ScottehBoeh (~ScottehBo@2.29.64.81) (Read error: Connection
reset by peer)
L195[20:41:10] ⇦
Quits: xvicarious (~xvicariou@2604:6000:ce84:9100::2) (Ping
timeout: 186 seconds)
L196[20:49:43]
⇨ Joins: Doty1154
(~Doty1154@2601:648:8000:134f:1859:55a1:b889:cd74)
L197[20:50:39]
⇨ Joins: xvicarious
(~xvicariou@cpe-172-101-79-253.buffalo.res.rr.com)
L198[20:55:34] ⇦
Quits: Doty1154 (~Doty1154@2601:648:8000:134f:1859:55a1:b889:cd74)
(Ping timeout: 186 seconds)
L199[20:56:06]
⇨ Joins: Doty1154
(~Doty1154@2601:648:8000:134f:1caa:7923:716f:27b)
L200[21:38:56] ⇦
Quits: KklyAq (~Umbraco@121-87-222-159f1.nar1.eonet.ne.jp) (Ping
timeout: 383 seconds)
L201[21:43:37]
⇨ Joins: auenfx8 (~David@120.154.64.171)
L202[21:43:41] ⇦
Quits: auenf (~David@120.154.64.171) (Read error: Connection reset
by peer)
L203[21:58:24]
⇨ Joins: Cornelia
(~Nel@c-75-71-231-133.hsd1.co.comcast.net)
L204[21:59:25] ⇦
Quits: auenfx8 (~David@120.154.64.171) (Remote host closed the
connection)
L205[22:01:02]
⇨ Joins: auenf (~David@120.154.64.171)
L206[22:11:18] ⇦
Quits: Lathanael|Away (~Lathanael@p54960F35.dip0.t-ipconnect.de)
(Ping timeout: 186 seconds)
L207[22:13:01]
⇨ Joins: McJty
(~jorrit@ptr-9197ufna5mfwkqi2k3o.18120a2.ip6.access.telenet.be)
L208[22:17:29]
⇨ Joins: Lathanael|Away
(~Lathanael@p549607A4.dip0.t-ipconnect.de)
L209[22:41:57] ***
Vaht is now known as Tahg
L210[23:28:39] ***
covers1624_ is now known as covers1624
L211[23:35:01]
⇨ Joins: mezz (~mezz@24.6.28.151)
L212[23:35:01]
MineBot sets mode: +v on mezz
L213[23:37:29] ⇦
Quits: Twisted_Code (~macks2008@dusky.horse) (Ping timeout: 200
seconds)
L214[23:44:17] ⇦
Quits: mezz (~mezz@24.6.28.151) (Quit: mezz)
L215[23:51:02] ⇦
Quits: CorexTech
(~edmonds@99-108-142-68.lightspeed.sntcca.sbcglobal.net) (Read
error: Connection reset by peer)
L216[23:51:13]
⇨ Joins: CorexTech
(~edmonds@99-108-142-68.lightspeed.sntcca.sbcglobal.net)
L217[23:51:57]
⇨ Joins: mezz (~mezz@24.6.28.151)
L218[23:51:57]
MineBot sets mode: +v on mezz
L219[23:54:05]
⇨ Joins: Twisted_Code (~macks2008@dusky.horse)