Channels (Channel 'Public' (Public discussion))
Public discussion
23-09-13 01:31:58: Kassien: hey 23-09-13 01:35:16: failedreality: hello 23-09-13 01:35:33: Kassien: so you should be able to use +dbentry. It's going to show you all the Django apps that I've set up for information storage. 23-09-13 01:35:44: Kassien: it's an EvMenu 23-09-13 01:35:54: Kassien: so you may not be able to chat while in it 23-09-13 01:36:20: failedreality: ok 23-09-13 01:37:34: Kassien: for anything that should be typically Null, I have to figure out how to do it. 23-09-13 01:38:00: Kassien: Quit is always accessible in the menu, so you can type q or quit at any time. 23-09-13 01:38:17: Kassien: everything but descriptions should be put into lower case 23-09-13 01:38:31: Kassien: I need to put this into the code for it, but haven't gotten that far. 23-09-13 01:39:35: failedreality: ok 23-09-13 01:40:35: Kassien: It's all automatically drive on the field names and the code finds which fields the model is looking for 23-09-13 01:41:27: Kassien: Skill specializations I think I have them as a python list so example, ['bows', 'crossbows', ] 23-09-13 01:42:02: Kassien: and honestly I can adapt the skills to make it work if it just goes in as a string 23-09-13 01:43:51: Kassien: so just a bows, crossbows, ... 23-09-13 01:44:28: failedreality: either way,, im familiar with lists 23-09-13 01:50:10: Kassien: honestly, I had (before my fuck up yesterday) one of each thing the model, so there may be some room for changes to the model itself. 23-09-13 01:52:03: Kassien: I need to adapt the code to allow for editing of the entry, but right now it's just add and delete. 23-09-13 01:52:23: Kassien: deleting kicks out a traceback, but if you just look again or go back, it doesn't break the code. 23-09-13 01:53:35: failedreality: ah ok, so then careful on the input lol 23-09-13 01:58:33: Kassien: no, feel free to experiment. There isn't much we can't fix. if you see a thing like sbonus or abonus, it's skill bonus and attribute bonus. 23-09-13 01:59:03: Kassien: there is a dpbonus, stbonus, lbonus but I can't remember what those are to be honest. 23-09-13 01:59:10: failedreality: ok understood 23-09-13 01:59:11: Kassien: thats the qualities model 23-09-13 02:00:29: Kassien: some of these models I put the most basic info from the core rule book, but when I made the model I scanned the information from chummer5a nightly to try and figure out a common model 23-09-13 02:07:26: Kassien: some of this we'll have to figure out as we go 23-09-13 02:08:02: Kassien: maybe I'll take a break from the Character Creation and look at altering the dbentry code to edit fields as well. 23-09-13 02:09:01: failedreality: ok well if there is anything you want me to look up or check out let me know.. 23-09-13 02:10:12: failedreality: I am about to switch to my desktop so you might see a disco for a few then Ill be back 23-09-13 02:11:04: Kassien: no worries, I'm just on right now as a means to try and catch anyone else who logs in. alt-tab between this and starfield 23-09-13 02:11:57: failedreality: ah yes the game that everyone but me is playing lol... 23-09-13 02:15:34: Kassien: It's pretty addictive 23-09-13 02:15:52: Kassien: I really had my hopes up for Star Citizen, but...yeah.,, 23-09-13 03:08:57: failedreality: to be honest I havent played either of them 23-09-13 03:58:42: Kassien: let me know tomorrow if you have any questions, I've got to call it a night. 23-09-13 04:02:17: failedreality: Ok sounds good 23-09-13 14:22:34: Kassien: hey 23-09-13 14:28:37: failedreality: hey there 23-09-13 15:50:40: Kassien: you know another thing you can help with if you want to be more involved in the code, and give some creativity for Shadowrun, is in the Introduction rooms, I am creating a few NPCs to discuss things about Shadowrun and / or Deep Shadows. 23-09-13 16:43:03: failedreality: ok sounds good. but on the data entry stuff do you have what needs to be entered in? 23-09-13 17:07:50: Kassien: it's just the info from the books 23-09-13 17:07:59: Kassien: you have a copy of SR5? 23-09-13 17:08:31: Kassien: you can ignore the Events one, that's another project but I kept it in that code. 23-09-13 17:11:13: Kassien: I used this to build the interactive NPCs for the introduction initially. https://www.evennia.com/docs/0.9.5/EvMenu.html, there is an example in the first Introduction room. |/|/However, there is also https://www.evennia.com/docs/latest/Howtos/Tutorial-NPC-Listening.html, and https://www.evennia.com/docs/latest/Howtos/Tutorial-NPC-Reacting.html that you can use too 23-09-13 17:11:31: Kassien: the 0.9.5 works still as well 23-09-13 17:12:13: Kassien: do you have a gitlab account? 23-09-13 17:40:28: failedreality: yes 23-09-13 17:52:00: Kassien: I can add you to the repo if you want, or I can just have you send me the .py via discord, either way. 23-09-13 17:54:33: Kassien: I think I did this right but I added you to some discord channels which should allow you to see some bboard staff information 23-09-13 18:02:02: failedreality: ok and let me check I think gitlab is failedreality but let me double check 23-09-13 18:02:57: failedreality: yeah its failedreality, and I will check those links out shortly 23-09-13 18:11:02: Kassien: there is some repo rules I've tried to put together, probably won't hold up to professional ones, but I try :) 23-09-13 18:17:10: failedreality: yeah of course and I started reading them.. also started a local evennia install as well. and reading through the various discord forums... you have done quite a lot of work on this.. well done 23-09-13 21:16:29: Kassien: thank you, it's been a long time development, so I've had time to maul things over. 23-09-13 22:32:14: failedreality: ok got it 23-09-13 23:12:49: failedreality: I switched computers and the browser closed and I didnt get all those links you sent in chat :( 23-09-14 18:06:39: failedreality: :waves 23-09-18 17:01:43: Kassien: :Waves 23-09-18 17:01:57: failedreality: :waves 23-09-22 15:38:37: Kassien: hey 23-09-22 15:39:55: failedreality: hey 23-09-22 15:41:44: Kassien: how's it going? 23-09-22 15:43:53: failedreality: great for a friday, and a partial work day, 3.5 hours left... 23-09-22 15:45:31: Kassien: Nice! 23-09-22 15:46:00: Kassien: yeah, today is a FOF day for me. Trying to get ChatGPT generate an ASCII Map 23-09-22 15:46:40: failedreality: wow never thought about trying that, does it work? or maybe not since you said trying 23-09-22 15:47:19: Kassien: it's oay 23-09-22 15:47:31: Kassien: okay* 23-09-22 15:47:46: Kassien: give me a second and I'll upload the latest to the command and see what it does. 23-09-22 15:51:57: Kassien: You know...right now +map gives the google map location. I was just going to use the link and put it at the bottom of the ASCII map. But if you want to experiment on how to display it better. 23-09-22 15:54:16: Kassien: that's something I've been wanting to play around with myself that would be very helpful 23-09-22 15:56:20: failedreality: I could check it out if you point me in the right direction.. the +map I guess doesnt work on a client.. 23-09-22 15:57:41: Kassien: Oh... one second, just pushed an updated, i'll pull it 23-09-22 15:58:21: Kassien: it's not perfect...but it's a start 23-09-22 15:59:55: Kassien: it's pretty big, and needs to be scaled down 23-09-22 16:00:19: failedreality: ah ok its working and that is ..... cool.. without the google link I was like.. what in the hell is this lol.. I know you have to start somewhere.. It looked like digital thrown up on an art display 23-09-22 16:00:48: Kassien: oh for sure 23-09-22 16:00:58: Kassien: the only reason I recognize it, is because I built the google map 23-09-22 16:01:37: Kassien: as far as a starting point ... https://pythonhosted.org/pykml/ ... maybe 23-09-22 16:04:55: failedreality: ok, let me set up a virt env and install that 23-09-22 16:05:14: failedreality: what version of python is this running under 23-09-22 16:05:52: Kassien: 3.114 23-09-22 16:05:56: Kassien: 3.11.4 23-09-22 16:06:13: failedreality: ok 23-09-22 16:11:16: Kassien: So what's kinda cool is how I got ChatGPT to do it. I exported the CSV, kept only the border related information. From that chat GPT generated png (contracted black background white borders). Now I'm trying to get it to recognize the PNG. 23-09-22 16:13:23: Kassien: so on the bottom and side, where it has that funky art, is actual Latitude and Longitudes of the city. It replaced it with ASCII art though 23-09-22 16:13:38: failedreality: that is interesting 23-09-22 16:15:56: Kassien: if I was at home, I would send some of the files so you can see what it's coming up with 23-09-22 16:16:56: Kassien: oh....I just thought of something... 23-09-22 16:21:58: failedreality: whats that 23-09-22 16:29:23: Kassien: So...I'm manually editting that map, and adding some details (grid and district key) and I know evennia can do hyperlinks. So I was trying to think of some means of hyperlinking the key to then show the district map. 23-09-22 16:29:53: Kassien: similar to how you would use your mouse button to zoom in and out of a google map. 23-09-22 18:16:13: failedreality: do you know if there is a way to configure the time out or is that a server setting 23-09-22 18:20:25: Kassien: Game time? 23-09-22 18:21:01: Kassien: yes, Evennia has a Gametime, but the code in the +time command I did long before Evennia implemented theirs 23-09-22 18:21:51: failedreality: more like a timeout sorry I wasnt really clear.. its a short idle and it drops the connection 23-09-22 18:23:24: Kassien: oh yeah, it should be an hour idle period. Odd. but I don't remember the anti-idle command to send, I'll have to look it up. 23-09-22 18:24:12: failedreality: no worries, I guess I didnt realize I was idle for 1 hr.. 23-09-22 18:24:47: Kassien: well, hopefully it's also working 23-10-28 15:56:48: Kassien: Testing 23-10-28 15:57:10: Kassien: still a bunch of disconnects and reconnects... 23-10-28 16:10:26: Kassien: testing 23-10-28 16:20:32: Kassien: testing this once again 23-10-28 16:21:57: Kassien: test 23-10-28 16:26:38: Kassien: test 23-10-28 16:44:10: Kassien: Perfect! 23-11-04 05:04:50: Kassien: Testing 23-11-10 13:53:20: Kassien: Good morning @everyone, happy Friday 23-11-22 23:00:16: Kassien: :waves 24-01-05 20:21:27: Kassien: hello! Welcome 24-01-11 19:58:05: Kassien: I have to run for a little bit, if you need me, I should be back < an hour 26-02-11 00:37:16: sigil: So you go into a little prompt with the NPCs. 26-02-11 00:37:50: sigil: DSDA --- Hah, love it. 26-02-11 00:38:26: Kassien: based on https://www.evennia.com/docs/latest/Contribs/Contrib-Talking-Npc.html, adapted with GPT 26-02-11 00:38:38: Kassien: Deep Shadows Digital Assistant 26-02-11 00:38:51: sigil: Yeah, I saw. I like it. 26-02-11 00:39:13: Kassien: one day I've got to finish those. 26-02-11 00:40:09: Kassien: you should be setup to test out the character creation. 26-02-11 00:40:14: Kassien: so when you're ready. 26-02-11 00:40:56: sigil: I remember one game having a lot of the IC help file stuff as a PDA. For Shadowrun, it would be like "Show me information about Knight Errant" and it'd pull up data about KE as it pertained to the setting. 26-02-11 00:41:13: sigil: Not that this PDA thing should be here or anything, just voicing why I like DSDA. 26-02-11 00:41:33: Kassien: Denver has one, but it's more like help files then an In-game thing. 26-02-11 00:41:45: sigil: Yeah. 26-02-11 00:42:04: sigil: I haven't been on there in a hot minute. 26-02-11 00:43:15: Kassien: yeah, I met up with Joey (Demon Stark) back last year IRL, but he's been off for a while too 26-02-11 00:43:23: Kassien: Daemon Stark* 26-02-11 00:44:54: Kassien: want to test our CC or explore Vegas? 26-02-11 00:45:37: Kassien: don't forget, check out +map 26-02-11 00:45:50: Kassien: when you're in Vegas 26-02-11 00:45:52: sigil: I was mostly just wanting to hop on so I can create the habit of hopping on tonight. I'll probably screw with Chargen firs. 26-02-11 00:46:30: Kassien: I'm still trying to import some of the data for everything 26-02-11 00:46:49: sigil: AI not doing that for you already? 26-02-11 00:47:09: Kassien: still some bugs because of copyright issues 26-02-11 00:48:04: Kassien: and it can't alter the db directly, and everything beyond the races is based on https://www.evennia.com/docs/latest/Concepts/Models.html 26-02-11 00:49:00: sigil: Ah 26-02-11 00:49:44: Kassien: so my work around...I've uploaded the .xml files from Chummer, it's ripped it into a list, and I've develop a code to alter the db directly from ingame 26-02-11 00:49:51: Kassien: just a cut and paste thing now. 26-02-11 00:50:31: Kassien: just need the time to do it. 26-02-11 00:51:40: sigil: I feel you. I thought I had an old python PDF ripping script somewhere that can do all of that for you. 26-02-11 00:52:36: Kassien: I should get you back on the repo 26-02-11 00:52:45: Kassien: I think your access expired 26-02-11 01:00:13: sigil: Meh. I probably won't really need that until July when I graduate. 26-02-11 01:00:40: Kassien: No worries, just let me know 26-02-11 01:02:24: sigil: But yeah back to your wiki <-> game layout/overview. That was pretty badass. 26-02-11 01:03:00: Kassien: I'm only using it for the OOC area where a player chooses the city they want to start in. 26-02-11 01:03:17: sigil: I figured. It' 26-02-11 01:03:26: sigil: It's still pretty awesome. 26-02-11 01:03:35: Kassien: they idea eventually was to have it be more of a "News feed" type feel so people know what to expect by joining that city. 26-02-11 01:04:56: Kassien: not sure if you every saw +time, it was one of my first scripts. 26-02-11 01:05:36: sigil: Nice. I have a weird spacing for Australia, but that could be me. 26-02-11 01:05:50: Kassien: no, I have it too...don't remember it there previously though. 26-02-11 01:06:25: sigil: Ah gotcha. We can just blame Syndey for being all weird and shit. 26-02-11 01:08:45: Kassien: I'm not sure what would have changed to cause it..just a spacing in the Evtable. 26-02-11 01:09:45: Kassien: minor thing. stepping away from the keyboard for 2 minutes, but when you're ready for Character Creation, come back to the Black Hole Lounge, and go through the CC. the description in the room will give you the command to start. 26-02-11 01:19:43: sigil: Working on a few things for tomorrow. 26-02-11 01:19:49: Kassien: RL first 26-02-11 01:46:37: Kassien: You should be outside the menu now. 26-02-11 01:50:00: Kassien: Doing a pull of the code. It will kick you from the menu, as I have it set as non-persistent right now. 26-02-11 01:50:22: Kassien: let me know you see this. 26-02-11 01:50:39: Kassien: you may not be able to respond in game in channels while in EvMenu 26-02-11 02:24:11: Kassien: doing another reload 26-02-18 23:15:05: Guest1: on 26-02-18 23:15:11: Guest1: Hullo? 26-02-22 02:56:25: Kassien: something break? 26-02-22 02:56:49: Kassien: typing pub <message> allows you to chat on the channel. help channels gives more details. 26-02-22 02:58:35: Mojoxr: wont let me start a cc 26-02-22 02:58:54: Kassien: ccstart isn't working? 26-02-22 02:58:59: Kassien: ... one second. 26-02-22 02:59:48: Kassien: "ccstart works on my test character... 26-02-22 02:59:59: Kassien: what is saying? 26-02-22 03:00:04: Mojoxr: Wouldn't let me put in name weight or height. 26-02-22 03:00:41: Kassien: are you putting in the kg or lb? 26-02-22 03:00:43: Mojoxr: let me try again. I am sure it was id10t error 26-02-22 03:01:52: Kassien: need to put in kg or lb for weight, or m or ' " for height 26-02-22 03:02:01: Kassien: it should be asking if you don't...but that's not working. 26-02-22 03:03:05: Mojoxr: I can't type to you in CC screen 26-02-22 03:03:52: Kassien: yeah, unfortunately, I don't know if there is much I can do about that one. It's something to do with the way the menu's are built, and I didn't build the skeleton system of the menus. 26-02-22 03:04:41: Mojoxr: Oh. Understandable then. 26-02-22 03:12:32: Cursor: Going to get booted from the CC menus, need to reload. 26-02-22 03:20:12: Kassien: fucking with generating a transportation system so that players can eventually go from city to city, or area to area across distance without having go from room to room. IE Trains, Planes, and Automobiles. 26-02-22 03:21:21: Mojoxr: is it hard to do? 26-02-22 03:21:41: Cursor: not with the AI program 26-02-22 03:22:04: Cursor: ... keep switching between test character and staff character. Sorry. 26-02-22 03:22:14: Kassien: going to reload again 26-02-22 03:25:10: Kassien: you may have to do another RESET lol, break testing is fun! 26-02-22 03:28:44: Kassien: reloading 26-02-22 03:29:09: Mojoxr: I think I finished the CC. 26-02-22 03:29:42: Kassien: It's in the queue 26-02-22 03:30:22: Cursor: +qsub 26-02-22 03:30:39: Mojoxr: +qsub 26-02-22 03:30:40: Cursor: help qsub 26-02-22 03:31:15: Cursor: just type |whelp qsub|n and read. 26-02-22 03:32:48: Kassien: mmm... no power abilities got set... one second. 26-02-22 03:40:15: Kassien: there are some things I'm doing in the backend to fix stuff...but yes, your application was completed. but it didn't like the Physical Adept stuff in your |w+nsheet|n (command to show your characters sheet, just like in D&D) 26-02-22 03:40:17: Mojoxr: that shoule be included with the template part? 26-02-22 03:40:38: Kassien: it's getting set in the template, but your +nsheet is showing it. 26-02-22 03:45:11: Kassien: can you send me in discord a snapshot of you |w+nsheet|n? 26-02-22 03:45:33: Mojoxr: how do I screen shot it on my computer? 26-02-22 03:46:12: Kassien: windows key + shift + s 26-02-22 03:49:35: Kassien: there we go 26-02-22 03:49:55: Kassien: No identification or SINs still, that sucks. Need to look at that. 26-02-22 03:49:56: Mojoxr: What did it fix? 26-02-22 03:50:01: Kassien: +nsheet 26-02-22 03:50:50: Mojoxr: Oh. I see. The Magic part. Improved ability (unarmed combat) 26-02-22 03:51:29: Kassien: yeah, not sure it actually effected Unarmed Combat skill though... in the actual game it should have boosted the unarmed combat skill 26-02-22 03:51:37: Kassien: Still need to figure this all out. 26-02-22 03:52:27: Mojoxr: Hence why it's still in beta 26-02-22 03:53:57: Cursor: yeah 26-02-22 03:54:19: Mojoxr: is Cursor your toon name, or account name? 26-02-22 03:54:29: Kassien: It's 1 of 3. 26-02-22 03:54:41: Kassien: Kassien, Bigman, Cursor 26-02-22 03:54:59: Mojoxr: Oh lol. 26-02-22 03:55:05: Kassien: Kassien is the staff character, Bigman is my mage, and Cursor is my Technomancer. 26-02-22 03:56:30: Mojoxr: you seen the movie expendables? 26-02-22 03:56:33: Cursor: Chrome will keep information and auto login your character, so Bigman I use Edge, Cursor I use Mozilla 26-02-22 03:56:41: Cursor: I think I've seen them all yes 26-02-22 03:56:51: Cursor: Kassien I use Chrome. lol 26-02-22 03:57:37: Kassien: reload incoming 26-02-22 03:58:37: Mojoxr: I turned that on. In the first one where they are doing the car chase. When he is in 1957 F-100. It's super charged... .Damit, I love the sound of super chargers lol! 26-02-22 03:59:12: Mojoxr: the only whinning I love to listen to lol. So much better then turbos lol. 26-02-22 03:59:38: Kassien: I need to develop a means to reset a character that was made in this beta testing. 26-02-22 03:59:48: Kassien: for now, I'm going to approve ya. 26-02-22 04:00:03: |y[Vetting]|n The shadows open for another runner. |wMojoxr|n has passed screening and is cleared for the grid. Welcome to the sprawl, chummer. 26-02-22 04:00:06: |y[Vetting]|n The shadows open for another runner. |wMojoxr|n has passed screening and is cleared for the grid. Welcome to the sprawl, chummer. 26-02-22 04:00:07: |y[Vetting]|n The shadows open for another runner. |wMojoxr|n has passed screening and is cleared for the grid. Welcome to the sprawl, chummer. 26-02-22 04:00:07: |y[Vetting]|n The shadows open for another runner. |wMojoxr|n has passed screening and is cleared for the grid. Welcome to the sprawl, chummer. 26-02-22 04:00:08: |y[Vetting]|n The shadows open for another runner. |wMojoxr|n has passed screening and is cleared for the grid. Welcome to the sprawl, chummer. 26-02-22 04:00:44: Kassien: now you should see a new exit, |wLook|n 26-02-22 04:02:19: Mojoxr: sO i CAN go into the world and "play" 26-02-22 04:02:46: Kassien: yep 26-02-22 04:02:57: Kassien: Las Vegas is the only current city 26-02-22 04:03:19: Kassien: use |w+where|n 26-02-22 04:03:37: Kassien: see if you can find Kassien. 26-02-22 04:03:58: Mojoxr: It's a big city. 26-02-22 04:04:03: Kassien: +map will be helpful, ONCE YOUR IN LAS VEGAS. Won't work until then. 26-02-22 04:04:15: Kassien: |w+map|m will be helpful, ONCE YOUR IN LAS VEGAS. Won't work until then. 26-02-22 04:04:21: Kassien: |w+map|n will be helpful, ONCE YOUR IN LAS VEGAS. Won't work until then. 26-02-22 04:04:24: Kassien: lol 26-02-22 04:04:26: Mojoxr: +where 26-02-22 04:04:42: Kassien: don't put that in the channel. Just type only |w+where|n 26-02-22 04:04:55: Kassien: not|wpub +where|n 26-02-22 04:05:00: Kassien: not |wpub +where|n 26-02-22 04:05:13: Mojoxr: I did. I don't know how I did that lol. 26-02-22 04:09:55: Kassien: So the funny thing about where you are... it's a mock of the https://dsmush.com/wiki/geography/ 26-02-22 04:10:49: Mojoxr: So I just go where I want? 26-02-22 04:11:00: Kassien: that's the sandbox aspect 26-02-22 04:11:12: Kassien: Las Vegas is the only city built. 26-02-22 04:11:40: Mojoxr: Like I can't go to Henerson ect? 26-02-22 04:11:50: Mojoxr: Henderson* 26-02-22 04:11:57: Kassien: you could 26-02-22 04:12:10: Kassien: is something not working? 26-02-22 04:12:46: Mojoxr: No. I was just trying to decide on were to go lol. 26-02-22 04:13:13: Kassien: so one thing to know about Shadowrun. Security Ratings. 26-02-22 04:13:41: Kassien: It's how quickly the Law will respond. The law being the actual law, or what is considered law in that area. 26-02-22 04:14:16: Kassien: It's rated as AAA, AA, A, B, C, D, E, Z. AAA is the most secure, Z is the least. 26-02-22 04:14:35: Mojoxr: so I am in E right now. 26-02-22 04:14:38: Kassien: I've put color codes to it. Red being the Z, AAA being blue. 26-02-22 04:15:05: Kassien: yes. 26-02-22 04:15:56: Kassien: every room should show Security Rating: which also shows it. 26-02-22 04:16:21: Kassien: The color around the Alias [] is the security rating of the room that exit will take you into 26-02-22 04:16:52: Kassien: did you do |w+map|n? 26-02-22 04:19:42: Mojoxr: No. I was reading. 26-02-22 04:21:20: Kassien: I jumped around. 26-02-22 04:21:20: Mojoxr: I opened it. Now what lol 26-02-22 04:21:30: Kassien: it'll just help you navigate. 26-02-22 04:22:39: Kassien: +where shows you what rooms are occupied, +map helps you find you're place around. 26-02-22 04:25:34: Kassien: just hanging out in Henderson?? 26-02-22 04:25:51: Mojoxr: no. Trying to figure out how to move lol 26-02-22 04:25:58: Kassien: What are your exits? 26-02-22 04:26:14: Kassien: |wlook|n 26-02-22 04:26:24: Kassien: will show your exits. 26-02-22 04:26:39: Mojoxr: You just go from exit to exit? 26-02-22 04:27:38: Kassien: yep 26-02-22 04:29:01: Kassien: Think Hierarchy System. Districts larger then Neighborhoods, Neighborhoods larger then Locals. So going from a District to Neighborhood is "zooming in". Local exits are even further zooming in. 26-02-22 04:29:11: Mojoxr: Do you have to type a perscription for each area? 26-02-22 04:29:20: Kassien: huh? 26-02-22 04:29:40: Kassien: I mean, I use ChatGPT for the description. 26-02-22 04:30:20: Mojoxr: I sent you a screen shot. 26-02-22 04:30:52: Kassien: type |wlook|n 26-02-22 04:32:06: Kassien: going to reload 26-02-22 04:35:46: Mojoxr: I think I am going to log. How do I leave lol.
- Name
- Public
- Subscriptions
- 75
Date Index
-
23-09-13 01
23-09-13 02
23-09-13 03
23-09-13 04
23-09-13 14
23-09-13 15
23-09-13 16
23-09-13 17
23-09-13 18
23-09-13 21
23-09-13 22
23-09-13 23
23-09-14 18
23-09-18 17
23-09-22 15
23-09-22 16
23-09-22 18
23-10-28 15
23-10-28 16
23-11-04 05
23-11-10 13
23-11-22 23
24-01-05 20
24-01-11 19
26-02-11 00
26-02-11 01
26-02-11 02
26-02-18 23
26-02-22 02
26-02-22 03
26-02-22 04