#computertech Bot Logged User list

Network: TechNet
Modes: +ntf
Last Seen: 2 months, 1 week ago
Topic:
2
Users

Channel Log Archive for #computertech

Prev
Next

* All times are UTC
Filtering by user: c0ded/rizon
Monday, March 13, 2023
[22:09:06] c0ded/rizon yo
[22:09:56] c0ded/rizon well that's a fail waiting to happen
[22:13:16] c0ded/rizon dgw , don't u know, little kids get into everything
[22:13:30] c0ded/rizon good think he didn't put a chassis screw in his mouth
[22:13:36] c0ded/rizon *good thing
[22:13:59] c0ded/rizon yea, but I'm guessing u went through puberty already
[22:14:22] c0ded/rizon think about doing that while getting ball hair for the 1st time
[22:14:34] c0ded/rizon nah, any day now, but not yet
[22:14:44] c0ded/rizon we're taking bets on which day it will start
[22:14:57] c0ded/rizon I got the 30th
[22:15:10] c0ded/rizon lol
[22:15:22] c0ded/rizon u kinda suck at going along with a good troll, js
[22:15:27] c0ded/rizon lol <4
[22:15:31] c0ded/rizon <3
[22:15:36] c0ded/rizon count down!
[22:15:44] c0ded/rizon <1
[22:15:54] c0ded/rizon <-1
[22:16:01] c0ded/rizon caps the top of the bat
[22:16:03] c0ded/rizon I win
[22:16:06] c0ded/rizon lol
[22:16:58] c0ded/rizon so if I do $slap dgw , will it
[22:17:16] c0ded/rizon or do I need to do $kick
[22:17:20] c0ded/rizon then it will slap u
[22:17:21] c0ded/rizon lol
[22:17:29] c0ded/rizon wtf is up with $
[22:17:41] c0ded/rizon what happened to the good old "!" days
[22:17:49] c0ded/rizon maybe "." if u wanna get crazy
[22:17:53] c0ded/rizon fuck that game
[22:17:55] c0ded/rizon lol
[22:18:11] c0ded/rizon so make diff cmds
[22:18:19] c0ded/rizon doesn't have to always be !help
[22:18:23] c0ded/rizon can do !info
[22:18:31] c0ded/rizon and leave !help to the other bot
[22:18:34] c0ded/rizon fuck that
[22:18:36] c0ded/rizon lol
[22:19:02] c0ded/rizon idk about that
[22:19:12] c0ded/rizon depends on what the bot is coded in obv
[22:19:22] c0ded/rizon but anything can be easily changed
[22:19:36] c0ded/rizon lol
[22:20:08] c0ded/rizon Ive coded a lot of bots and it's not hard to make shit unique with other cmds that aren't long
[22:20:14] c0ded/rizon like even !help
[22:20:23] c0ded/rizon u can use !cmds
[22:20:29] c0ded/rizon same about of letters
[22:20:37] c0ded/rizon so same thing to type
[22:20:45] c0ded/rizon no I love talking about code
[22:20:46] c0ded/rizon lol
[22:21:20] c0ded/rizon idk, every bot I ever used, I coded it all myself
[22:21:26] c0ded/rizon that's like the fun of it
[22:22:01] c0ded/rizon $slap c0ded
[22:22:05] c0ded/rizon hmm
[22:22:21] c0ded/rizon what kinda bot is that?
[22:22:33] c0ded/rizon shitty TCL probably lol
[22:23:00] c0ded/rizon nice
[22:23:05] c0ded/rizon py ftw
[22:24:28] c0ded/rizon $import os
[22:24:31] c0ded/rizon lol
[22:24:41] c0ded/rizon $slap import os
[22:25:20] c0ded/rizon heh, nice
[22:25:53] c0ded/rizon heh, nice
[22:26:18] c0ded/rizon 3py import sys; print(sys.platform)
[22:26:25] c0ded/rizon $py import sys; print(sys.platform)
[22:26:30] c0ded/rizon lol
[22:26:31] c0ded/rizon win
[22:27:48] c0ded/rizon $py import sys; print(sys.dllhandle)
[22:28:34] c0ded/rizon $py import sys; print(sys.copyright)
[22:29:25] c0ded/rizon lol
[22:29:44] c0ded/rizon I would try to do anything malicious
[22:29:59] c0ded/rizon was just playing with the $py cmd thing
[22:30:03] c0ded/rizon lol
[22:30:05] c0ded/rizon typo
[22:30:09] c0ded/rizon *wouldn't
[22:30:11] c0ded/rizon sry
[22:30:41] c0ded/rizon oh ik how to do shit like that, but I'm a nice guy, I don't do shit like that these days
[22:30:54] c0ded/rizon but it is fun to play with in a non malice way
[22:32:02] c0ded/rizon $py import sys; print(sys.version)
[22:32:08] c0ded/rizon yea 2.7
[22:32:24] c0ded/rizon I got a badass not core I wrote
[22:32:28] c0ded/rizon but it's 2.7
[22:32:35] c0ded/rizon so need to update it to 3
[22:32:49] c0ded/rizon which is basically 99 fixing print msgs
[22:33:19] c0ded/rizon from print "blah" to print("blah")
[22:35:00] c0ded/rizon $py import sys; print(sys.maxsize)
[22:35:14] c0ded/rizon $py import sys; print(sys.path)
[22:35:39] c0ded/rizon I can't wait to get my desktop sorted again and have a legit way to work on code
[22:36:03] c0ded/rizon was missing it so much, I wrote a 600+ line py program on my phone lol
[22:36:11] c0ded/rizon it's a cli version of the Spotify app
[22:36:21] c0ded/rizon would work great for a bot
[22:36:32] c0ded/rizon but I just did it cuz I missed coding py lol
[22:36:38] c0ded/rizon uses pydroid
[22:36:44] c0ded/rizon *used
Prev
Next