[00:00] _sev (~sev@scummvm/undead/sev) left irc: Ping timeout: 240 seconds [00:33] girafe2 (~girafe@LFbn-LYO-1-451-105.w2-7.abo.wanadoo.fr) joined #scummvm. [00:36] girafe (~girafe@LFbn-LYO-1-451-105.w2-7.abo.wanadoo.fr) left irc: Ping timeout: 240 seconds [00:50] waltervn (~waltervn@541B2DBA.cm-5-4a.dynamic.ziggo.nl) left irc: Quit: night [00:54] ccawley2011 (6d93ea0a@gateway/web/freenode/ip.109.147.234.10) left irc: Quit: Page closed [01:15] ignalina (~pettersjo@c-dec0d854.024-126-73746f67.cust.bredbandsbolaget.se) left irc: Quit: ignalina [01:31] Nick change: Stormkeeper -> Storm-AFK [02:22] GitHub65 (GitHub65@gateway/service/github.com/x-snentrjabpodhufp) joined #scummvm. [02:22] [scummvm] dreammaster pushed 1 new commit to master: https://git.io/vNZii [02:22] scummvm/master 5314675 Paul Gilbert: XEEN: Further savegame logic [02:22] GitHub65 (GitHub65@gateway/service/github.com/x-snentrjabpodhufp) left #scummvm. [02:23] Strangerke_ (~Strangerk@cable-85.28.84.13.coditel.net) joined #scummvm. [02:23] ST (~ScottT@119-18-4-180.cust.aussiebb.net) left irc: Quit: Leaving. [02:25] Strangerke (~Strangerk@cable-85.28.84.13.coditel.net) left irc: Ping timeout: 256 seconds [02:25] Nick change: Strangerke_ -> Strangerke [02:29] Dominus (~dominus@unaffiliated/dominus) left irc: Ping timeout: 260 seconds [02:29] Dominus (~dominus@unaffiliated/dominus) joined #scummvm. [02:39] ST (~ScottT@119-18-4-180.cust.aussiebb.net) joined #scummvm. [02:39] #scummvm: mode change '+o ST' by ChanServ!ChanServ@services. [03:10] Mia (~Mia@unaffiliated/mia) left irc: Quit: Leaving [03:24] snover: when an engine calls warpMouse() in the new gfxmgr code ... what coordinate system is supposed to use? [03:24] jammm (~jam@106.210.163.89) joined #scummvm. [03:25] jamm (~jam@unaffiliated/jamm) left irc: Read error: Connection reset by peer [03:26] tsoliman: engines always operate in the virtual screen coordinates. (just fyi, the method is also commented.) [03:29] jammm (~jam@106.210.163.89) left irc: Read error: Connection reset by peer [03:35] I can't tell if this bug is in the new gfxmgr changes or in tinsel .. [03:35] as far as tinsel is concerned .. the screen is 320x200 [03:36] it's some kind of off-by-one error .. the X is 1 less than it should be in every loop [03:37] jamm (~jam@unaffiliated/jamm) joined #scummvm. [03:42] every loop of what? [03:44] the engine event loop I guess? [03:45] like it reads a keyboard input (e.g. KEYCODE_DOWN) - then adjusts the cursor [03:46] up and down are supposed to adjust Y .. but they warp the cursor .. I am trying to figure out why X is decremented by 1 every loop that Y is adjusted [03:47] sorry - I should back up .. I am looking at the X and Y of the _cursor_ :) [03:51] dreammaster (~dreammast@c-73-149-116-247.hsd1.vt.comcast.net) left irc: [03:55] when does the value become wrong? [03:56] that's what I am trying to figure out [03:56] I keep following it [03:58] I assumed you meant "what part of the code" .. if you meant "what conditions" then it is only when fullscreen + AR correction + new gfxmgr code [03:58] only fullscreen or only when the window is scaled to a non-integral value? [03:59] that's a good point [04:00] let me see what happens with openGL so I can have a resizable window [04:00] snover you called it :) [04:00] both X and Y are fubared when using openGL an slightly resizing [04:01] you are still using sdl1? [04:01] no sdl2 [04:01] the window is always resizable in sdl2 [04:01] Oo [04:01] I wasn't paying attention when that got merged I guess :( [04:03] so this is a rounding problem then? [04:07] wow this is happening in SCI as well [04:08] this is definitely not tinsel-specific .. it is the new scaling code (I think) because it doesn't happen in the revision before they were merged [04:08] https://gist.github.com/csnover/19022b5b9152fb253e7b00434a19a89d apply this and let me know how it is [04:10] tsoliman: ^ [04:10] trying now [04:12] compile faster! ;) [04:13] Mataniko (uid14218@gateway/web/irccloud.com/x-rikbaqptsjjzaovs) joined #scummvm. [04:16] snover: that fixed it [04:16] the patch didn't apply cleanly (gimme a break) [04:16] I had to manually patch it [04:16] jamm (~jam@unaffiliated/jamm) left irc: Read error: Connection reset by peer [04:16] heh. sorry. i cut and pasted out of git diff so who knows what i did [04:16] it is def. not off of scummvm/scummvm/master [04:16] oh, it converted the tabs into spaces for me, thats what happened [04:17] since i have git tab size set to 4 [04:17] I did the "tabs till you indent" and then "spaces to push the wrap" [04:17] (same number of tabs as the original lines .. and then add spaces to taste) [04:17] which is what I was told to do by LordHoto in 2010ish [04:18] a command line top tip, if you have some thing that formats for you and you dont want it to do that because you want raw output, pipe to cat. [04:18] would you like me to commit this for you? [04:19] (pipe to cat is especially useful for things which truncate, like ps) [04:21] i dont rightly know why my brain failed to process this rounding error for so long [04:21] this is not the first time someone has talked to me about it, and now it is obvious, and before it was apparently not obvious [04:22] brains, man. [04:26] nah I am working on a commit right now [04:26] snover https://github.com/tsoliman/scummvm/commit/9ac0abd8c1231e0819cdf588716583c749cc03c8 [04:27] how does that look? [04:38] fine, the whitespace changes arent really& well, the next time dumb xcode gets ahold of that line it will end up with tabs again [04:39] I can revert the whitespace changes .. I was applying the patch manually and that's how they ended up there [04:40] (the diff seemed to be all spaces) [04:40] it was, due to the aforementioned output formatting which i didnt think long enough to circumvent [04:44] GitHub115 (GitHub115@gateway/service/github.com/x-rehgvdirhhgxnnzo) joined #scummvm. [04:44] [scummvm] tsoliman pushed 1 new commit to master: https://git.io/vNZDb [04:44] scummvm/master f285e38 Tarek Soliman: GRAPHICS: Fix rounding error when using non-integral scaling... [04:44] GitHub115 (GitHub115@gateway/service/github.com/x-rehgvdirhhgxnnzo) left #scummvm. [04:44] ok I left the whitespaces in [04:44] let them be mangled later [04:48] the fact of the matter is that all of this stuff could be automated away by clang-format too [04:53] Strangerke_ (~Strangerk@cable-85.28.84.13.coditel.net) joined #scummvm. [04:55] Strangerke (~Strangerk@cable-85.28.84.13.coditel.net) left irc: Ping timeout: 256 seconds [04:55] Nick change: Strangerke_ -> Strangerke [05:27] jamm (~jam@unaffiliated/jamm) joined #scummvm. [05:32] morpheous (~morpheous@ool-68f67932.dyn.optonline.net) joined #scummvm. [05:32] jamm (~jam@unaffiliated/jamm) left irc: Read error: Connection reset by peer [05:33] morpheous (morpheous@ool-68f67932.dyn.optonline.net) left #scummvm. [05:35] morpheous (~morpheous@104.246.121.50) joined #scummvm. [05:44] jamm (~jam@unaffiliated/jamm) joined #scummvm. [05:50] jamm (~jam@unaffiliated/jamm) left irc: Read error: Connection reset by peer [06:25] jamm (~jam@unaffiliated/jamm) joined #scummvm. [06:28] jamm (~jam@unaffiliated/jamm) left irc: Read error: Connection reset by peer [07:03] jamm (~jam@unaffiliated/jamm) joined #scummvm. [07:08] jamm (~jam@unaffiliated/jamm) left irc: Read error: Connection reset by peer [07:20] Strangerke_ (~Strangerk@cable-85.28.84.13.coditel.net) joined #scummvm. [07:22] Strangerke (~Strangerk@cable-85.28.84.13.coditel.net) left irc: Ping timeout: 256 seconds [07:22] Nick change: Strangerke_ -> Strangerke [07:49] waltervn (~waltervn@541B2DBA.cm-5-4a.dynamic.ziggo.nl) joined #scummvm. [07:49] #scummvm: mode change '+o waltervn' by ChanServ!ChanServ@services. [08:07] jamm (~jam@unaffiliated/jamm) joined #scummvm. [08:09] jammm (~jam@106.193.151.39) joined #scummvm. [08:12] jamm (~jam@unaffiliated/jamm) left irc: Ping timeout: 264 seconds [08:13] jammm (~jam@106.193.151.39) left irc: Ping timeout: 264 seconds [08:20] jamm (~jam@unaffiliated/jamm) joined #scummvm. [08:21] Begasus (~begasus@ptr-4p6jpin8ta412j9gf5r.18120a2.ip6.access.telenet.be) joined #scummvm. [08:25] jamm (~jam@unaffiliated/jamm) left irc: Read error: Connection reset by peer [08:36] jamm (~jam@unaffiliated/jamm) joined #scummvm. [08:42] jamm (~jam@unaffiliated/jamm) left irc: Read error: Connection reset by peer [09:07] Begas_VBox (~Begasus@d54C3C8C2.access.telenet.be) joined #scummvm. [09:17] jamm (~jam@unaffiliated/jamm) joined #scummvm. [09:18] jamm (~jam@unaffiliated/jamm) left irc: Read error: Connection reset by peer [09:18] jamm (~jam@unaffiliated/jamm) joined #scummvm. [09:23] jamm (~jam@unaffiliated/jamm) left irc: Ping timeout: 276 seconds [09:43] jamm (~jam@unaffiliated/jamm) joined #scummvm. [09:44] _sev (~sev@d158167.upc-d.chello.nl) joined #scummvm. [09:44] _sev (~sev@d158167.upc-d.chello.nl) left irc: Changing host [09:44] _sev (~sev@scummvm/undead/sev) joined #scummvm. [09:44] #scummvm: mode change '+o _sev' by ChanServ!ChanServ@services. [09:48] LittleToonCat (~littlecat@sydnns0115w-156-57-12-94.dhcp-dynamic.fibreop.ns.bellaliant.net) left irc: Remote host closed the connection [09:53] jamm (~jam@unaffiliated/jamm) left irc: Read error: Connection reset by peer [10:00] ajax16384 (~User@109.60.130.33) joined #scummvm. [10:00] #scummvm: mode change '+o ajax16384' by ChanServ!ChanServ@services. [10:05] Drenn (~Drenn@toroon0713w-lp140-02-69-157-11-82.dsl.bell.ca) left irc: Ping timeout: 260 seconds [10:14] _sev (~sev@scummvm/undead/sev) left irc: Quit: This computer has gone to sleep [10:16] _sev (~sev@scummvm/undead/sev) joined #scummvm. [10:16] #scummvm: mode change '+o _sev' by ChanServ!ChanServ@services. [10:44] Mia (~Mia@unaffiliated/mia) joined #scummvm. [11:00] ignalina (~pettersjo@c-dec0d854.024-126-73746f67.cust.bredbandsbolaget.se) joined #scummvm. [11:28] Begas_VBox (~Begasus@d54C3C8C2.access.telenet.be) left irc: Quit: Vision[0.10.2]: i've been blurred! [11:41] Lightkey (~Darklock@p200300F693C9184622CF30FFFE083718.dip0.t-ipconnect.de) left irc: Ping timeout: 240 seconds [11:44] waltervn (~waltervn@541B2DBA.cm-5-4a.dynamic.ziggo.nl) left irc: Quit: Leaving [11:54] Lightkey (~Darklock@p200300F693C9186822CF30FFFE083718.dip0.t-ipconnect.de) joined #scummvm. [12:06] _sev (~sev@scummvm/undead/sev) left irc: Quit: This computer has gone to sleep [12:14] _sev (~sev@scummvm/undead/sev) joined #scummvm. [12:14] #scummvm: mode change '+o _sev' by ChanServ!ChanServ@services. [12:22] Begasus (~begasus@ptr-4p6jpin8ta412j9gf5r.18120a2.ip6.access.telenet.be) left irc: Ping timeout: 256 seconds [12:25] Cheeseness (~cheesenes@ppp14-2-171-145.bras1.hba2.internode.on.net) left irc: Read error: No route to host [12:27] Cheeseness (~cheesenes@ppp14-2-171-145.bras1.hba2.internode.on.net) joined #scummvm. [12:29] Begasus (~begasus@ptr-4p6jpin8ta412j9gf5r.18120a2.ip6.access.telenet.be) joined #scummvm. [12:51] Begas_VBox (~Begasus@d54c3c8c2.access.telenet.be) joined #scummvm. [13:13] Begasus (~begasus@ptr-4p6jpin8ta412j9gf5r.18120a2.ip6.access.telenet.be) left irc: Ping timeout: 256 seconds [13:25] Begasus (~begasus@ptr-4p6jpin8ta412j9gf5r.18120a2.ip6.access.telenet.be) joined #scummvm. [13:36] jamm (~jam@unaffiliated/jamm) joined #scummvm. [14:05] Strangerke_ (~Strangerk@cable-85.28.84.13.coditel.net) joined #scummvm. [14:07] ajax16384 (~User@109.60.130.33) left irc: Read error: Connection reset by peer [14:08] Strangerke (~Strangerk@cable-85.28.84.13.coditel.net) left irc: Ping timeout: 256 seconds [14:08] Nick change: Strangerke_ -> Strangerke [14:09] Begasus (~begasus@ptr-4p6jpin8ta412j9gf5r.18120a2.ip6.access.telenet.be) left irc: Ping timeout: 256 seconds [14:18] ny00123 (~ny00123@5.102.254.236) joined #scummvm. [14:19] jamm (~jam@unaffiliated/jamm) left irc: Read error: Connection reset by peer [14:21] Begasus (~begasus@ptr-4p6jpin8ta412j9gf5r.18120a2.ip6.access.telenet.be) joined #scummvm. [14:25] Nick change: Storm-AFK -> Stormkeeper [15:16] Littleboy (~littleboy@pool-108-49-17-47.bstnma.fios.verizon.net) joined #scummvm. [15:16] #scummvm: mode change '+o Littleboy' by ChanServ!ChanServ@services. [15:32] Farmboy0 (~quassel@p5DD10933.dip0.t-ipconnect.de) joined #scummvm. [15:32] Farmboy0 (~quassel@p5DD10933.dip0.t-ipconnect.de) left irc: Changing host [15:32] Farmboy0 (~quassel@xoreos/farmboy0) joined #scummvm. [15:49] dreammaster (~dreammast@c-73-149-116-247.hsd1.ma.comcast.net) joined #scummvm. [15:49] #scummvm: mode change '+o dreammaster' by ChanServ!ChanServ@services. [15:50] GitHub151 (GitHub151@gateway/service/github.com/x-cjbusimbvcpbgdyf) joined #scummvm. [15:50] [scummvm] dreammaster closed pull request #1108: TITANIC: Readme additions (master...TITANIC_readmeAdditions) https://git.io/vNTKK [15:50] GitHub151 (GitHub151@gateway/service/github.com/x-cjbusimbvcpbgdyf) left #scummvm. [15:50] GitHub77 (GitHub77@gateway/service/github.com/x-nauqulseiaafbdbe) joined #scummvm. [15:50] [scummvm] dreammaster pushed 3 new commits to master: https://git.io/vNn3Z [15:50] scummvm/master 95cf765 David Fioramonti: README: Add TITANIC DE saved game notes [15:50] scummvm/master 0c1aaf8 David Fioramonti: README: Add TITANIC function key controls [15:50] scummvm/master bc62369 Paul Gilbert: Merge pull request #1108 from dafioram/TITANIC_readmeAdditions... [15:50] GitHub77 (GitHub77@gateway/service/github.com/x-nauqulseiaafbdbe) left #scummvm. [15:52] GitHub177 (GitHub177@gateway/service/github.com/x-nodgyggfqsaacyji) joined #scummvm. [15:52] [scummvm] dreammaster pushed 1 new commit to master: https://git.io/vNn3l [15:52] scummvm/master 07f2b34 Paul Gilbert: XEEN: Fix re-encryption of save archive indexes [15:52] GitHub177 (GitHub177@gateway/service/github.com/x-nodgyggfqsaacyji) left #scummvm. [16:00] waltervn (~waltervn@541B2DBA.cm-5-4a.dynamic.ziggo.nl) joined #scummvm. [16:00] #scummvm: mode change '+o waltervn' by ChanServ!ChanServ@services. [16:02] waltervn (~waltervn@541B2DBA.cm-5-4a.dynamic.ziggo.nl) left irc: Client Quit [16:03] waltervn (~waltervn@541B2DBA.cm-5-4a.dynamic.ziggo.nl) joined #scummvm. [16:03] #scummvm: mode change '+o waltervn' by ChanServ!ChanServ@services. [16:04] Mia (~Mia@unaffiliated/mia) left irc: Read error: Connection reset by peer [16:21] GitHub83 (GitHub83@gateway/service/github.com/x-orihazcxatqvidsx) joined #scummvm. [16:21] [scummvm] bgK opened pull request #1111: SDL: Scale the joystick mouse speed with the vertical window size (master...gamepad-scale-mouse-speed-with-resolution) https://git.io/vNnG3 [16:21] GitHub83 (GitHub83@gateway/service/github.com/x-orihazcxatqvidsx) left #scummvm. [16:22] GitHub137 (GitHub137@gateway/service/github.com/x-tkfrrihmwjtjnbqd) joined #scummvm. [16:22] [scummvm] bgK pushed 4 new commits to master: https://git.io/vNnGl [16:22] scummvm/master 2c8afb2 Bastien Bouclet: COMMON: Add a reset method to DisposablePtr [16:22] scummvm/master 8fe7d52 Bastien Bouclet: VKEYBD: Fallback to SearchMan when loading keyboard packs [16:22] scummvm/master 3b8ffa0 Bastien Bouclet: BACKENDS: Remove vkeybdpath override from some ports... [16:22] GitHub137 (GitHub137@gateway/service/github.com/x-tkfrrihmwjtjnbqd) left #scummvm. [16:22] GitHub68 (GitHub68@gateway/service/github.com/x-okiyaybnvkytpgtb) joined #scummvm. [16:22] [scummvm] bgK closed pull request #1097: VKEYBD: Fallback to SearchMan when loading keyboard packs (master...vkeybd-data-path) https://git.io/vbbkF [16:22] GitHub68 (GitHub68@gateway/service/github.com/x-okiyaybnvkytpgtb) left #scummvm. [16:23] GitHub193 (GitHub193@gateway/service/github.com/x-lyenzfdupdpglkhf) joined #scummvm. [16:23] [scummvm] criezy pushed 1 new commit to master: https://git.io/vNnG4 [16:23] scummvm/master d52bfbb Thierry Crozat: I18N: Update translations templates [16:23] GitHub193 (GitHub193@gateway/service/github.com/x-lyenzfdupdpglkhf) left #scummvm. [16:38] Nick change: Stormkeeper -> Storm-AFK [16:39] bgK: schnappszahl! [17:33] dreammaster (~dreammast@c-73-149-116-247.hsd1.ma.comcast.net) left irc: [18:46] LittleToonCat (~littlecat@sydnns0115w-156-57-12-94.dhcp-dynamic.fibreop.ns.bellaliant.net) joined #scummvm. [19:34] thesquib (~thesquib@192.241.198.27) left irc: Quit: ZNC - http://znc.in [19:37] dreammaster (~dreammast@c-73-149-116-247.hsd1.vt.comcast.net) joined #scummvm. [19:37] #scummvm: mode change '+o dreammaster' by ChanServ!ChanServ@services. [19:40] thesquib (~thesquib@192.241.198.27) joined #scummvm. [20:01] Joefish (~Joefish@p200300764F085E00E34CAF459FD2A0ED.dip0.t-ipconnect.de) joined #scummvm. [20:01] #scummvm: mode change '+v Joefish' by ChanServ!ChanServ@services. [20:35] How is this valid code : if (ConfMan.get("gfx_mode", _domain) != gm->name) [20:35] those are c strings [20:36] options.cpp line 459 [20:40] Well, ConfMan.get returns a string doesn't it, and Common::String has an explicit variation for comparing against a passed const char * [20:41] I mean, ConfMan.get returns a Common::String [20:43] Drenn (~Drenn@toroon0713w-lp140-02-69-157-11-82.dsl.bell.ca) joined #scummvm. [20:44] Begas_VBox (~Begasus@d54c3c8c2.access.telenet.be) left irc: Quit: Vision[0.10.2]: i've been blurred! [20:45] Begasus (~begasus@ptr-4p6jpin8ta412j9gf5r.18120a2.ip6.access.telenet.be) left irc: Quit: Ex-Chat [20:47] Joefish (~Joefish@p200300764F085E00E34CAF459FD2A0ED.dip0.t-ipconnect.de) left irc: Ping timeout: 255 seconds [20:47] Joefish (~Joefish@p5DDE5304.dip0.t-ipconnect.de) joined #scummvm. [20:47] #scummvm: mode change '+v Joefish' by ChanServ!ChanServ@services. [20:53] ignalina (~pettersjo@c-dec0d854.024-126-73746f67.cust.bredbandsbolaget.se) left irc: Ping timeout: 240 seconds [21:16] Yes thanks I was mistaken in thinking ConfMan.get would return a cstring pointer. all fine :) [21:19] NP. Always better to be accidentally wrong than to potentially leave a nasty gotcha in the core code [21:21] GitHub7 (GitHub7@gateway/service/github.com/x-bfdfktyrlxxhpbou) joined #scummvm. [21:21] [scummvm] dreammaster pushed 1 new commit to master: https://git.io/vNnac [21:21] scummvm/master 17d68b8 Paul Gilbert: XEEN: Centralize logic for finding map in _mazeData array [21:21] GitHub7 (GitHub7@gateway/service/github.com/x-bfdfktyrlxxhpbou) left #scummvm. [21:22] GitHub102 (GitHub102@gateway/service/github.com/x-nlffrjuuxydghksy) joined #scummvm. [21:22] [scummvm] rsn8887 pushed 1 new commit to master: https://git.io/vNnaE [21:22] scummvm/master e6add01 rsn8887: GUI: never enable checkbox if GUI_ONLY_FULLSCREEN is set [21:22] GitHub102 (GitHub102@gateway/service/github.com/x-nlffrjuuxydghksy) left #scummvm. [21:22] GitHub26 (GitHub26@gateway/service/github.com/x-wjabbtstlvafjdry) joined #scummvm. [21:22] [scummvm] criezy pushed 1 new commit to master: https://git.io/vNnag [21:22] scummvm/master 6a66fe9 Thierry Crozat: I18N: Update translations templates [21:22] GitHub26 (GitHub26@gateway/service/github.com/x-wjabbtstlvafjdry) left #scummvm. [21:23] Farmboy0 (~quassel@xoreos/farmboy0) left irc: Read error: Connection reset by peer [21:26] Farmboy0 (~quassel@xoreos/farmboy0) joined #scummvm. [22:30] GitHub126 (GitHub126@gateway/service/github.com/x-oboyxgmzmliyfqet) joined #scummvm. [22:30] [scummvm] dreammaster pushed 1 new commit to master: https://git.io/vNnom [22:30] scummvm/master 5eb0388 Paul Gilbert: XEEN: Saving fixes for party and roster [22:30] GitHub126 (GitHub126@gateway/service/github.com/x-oboyxgmzmliyfqet) left #scummvm. [22:39] Farmboy0 (~quassel@xoreos/farmboy0) left irc: Remote host closed the connection [22:47] Dark-Star (~quassel@2a01:238:427f:2f00:3060:fc6b:969e:dcf0) left irc: Ping timeout: 252 seconds [22:49] Dark-Star (~quassel@2a01:238:427f:2f00:3060:fc6b:969e:dcf0) joined #scummvm. [23:14] ny00123 (~ny00123@5.102.254.236) left irc: Quit: Leaving [23:14] _sev (~sev@scummvm/undead/sev) left irc: Quit: This computer has gone to sleep [23:16] _sev (~sev@scummvm/undead/sev) joined #scummvm. [23:16] #scummvm: mode change '+o _sev' by ChanServ!ChanServ@services. [23:33] waltervn (~waltervn@541B2DBA.cm-5-4a.dynamic.ziggo.nl) left irc: Quit: Leaving [23:34] _sev (~sev@scummvm/undead/sev) left irc: Quit: This computer has gone to sleep [23:42] girafe2 (~girafe@LFbn-LYO-1-451-105.w2-7.abo.wanadoo.fr) left irc: Read error: Connection reset by peer [00:00] --- Sun Jan 14 2018