Time Nick Message 09:18 CWz wow burningsvideo and software drivers are pretty weak 10:08 rubenwardy CWz: of course they are 10:08 rubenwardy They're both in software 10:08 CWz glichty too 10:09 rubenwardy Of clurse 16:19 Krock hah nice. Everybody could open a "farebox" without having to pay 19:40 tenplus1 hi folks 19:40 tenplus1 hey Krock 19:40 Krock hi tenplus1 19:40 tenplus1 o/ 19:41 tenplus1 hi paramat 19:41 Mr_Pardison_ hiya 22/2 19:41 tenplus1 ehehe, hi mister :D 19:41 tenplus1 what's new :P 19:42 Mr_Pardison_ I'm older and don't like the feeling. my joints hurt more but that might be how I'm sleeping. 19:43 tenplus1 so wait, it was your birthday / 19:44 Mr_Pardison_ 5 days ago. 19:44 Krock Mr_Pardison_: ofc such things only happen after birthdays. Myths 19:45 tenplus1 ahh, happy birthday, and turmeric in food is good for those joints :P 19:45 Mr_Pardison_ I just need a neck pillow. 19:47 tenplus1 heh 19:48 tenplus1 got new cow model from aspiremint to play with, is really kewl and has many stand animations :) only issue is that it's 3mb in size 19:48 tenplus1 hi CBugDCoder 19:48 CBugDCoder hi ten 19:48 tenplus1 o/ 19:48 CBugDCoder long time no see 19:49 tenplus1 heh, same :) where ya been 19:50 CBugDCoder I have had alot going on this summer and just havent oppened irc FJEW 19:50 tenplus1 real life things... I hear ya 19:50 CBugDCoder take off the end part i accidentally mashed my keyboard XD 19:52 tenplus1 nuuuuuu, how'd that happen 19:53 CBugDCoder my caps lock is stuck on and i am trying to figure out why XD 19:53 tenplus1 by using fists :DD 19:53 Krock TRY TO USE SHIFT WHEN IT'S STUCK 19:54 Krock DOUBLE INVERSION 19:54 Mr_Pardison_ Krock is right. 19:54 Mr_Pardison_ works. 19:54 CBugDCoder ik thats how i am tyipng lowercase now 19:54 tenplus1 :PP 19:55 CBugDCoder ohh I pushed shift capslock so its a capslocklock XD 19:55 Krock clean the keyboard 19:56 CBugDCoder why is that a thing in Ubuntu XD 19:57 tenplus1 ehehe :P it happens 19:58 Mr_Pardison_ there is a little widget thingie that notifies you if you have caps lock on. 19:58 CBugDCoder where? 19:59 tenplus1 top corner 19:59 CBugDCoder in 18.04? 19:59 tenplus1 if you have keyboard select as addon active 19:59 garywhite CapsLockLock: When plain Caps Lock isn't good enough, new from Canonical 20:00 CBugDCoder XD 20:00 tenplus1 lol, hi gary :D 20:00 garywhite hello 20:05 Bobr i wonder if these people that go i channels and spam act sometimes stay because they find it intresting? 20:05 tenplus1 hi bob 20:06 Bobr hello tenplus1 20:16 * tenplus1 watched a guy cast an obsidian sword irl... 20:16 longerstaff13 o.o 20:16 tenplus1 hi longer 20:16 IhrFussel Is there a function to get the first entry of a table only? Table is not indexed by numbers (tbl[name] = val) 20:16 longerstaff13 ello 20:16 tenplus1 hi fussel 20:18 tenplus1 for no, var in pairs(tbl) do 20:18 tenplus1 if you are using table names [] 20:19 IhrFussel I have to use a loop? 20:19 tenplus1 get local var or first value and then add break after to exit loop for easy method 20:19 IhrFussel No way to just say "give me the first value"? 20:19 tenplus1 unless you know the name of the table then yes, I use loops 20:20 tenplus1 local name = table["mytable"] -- if you know name 20:21 tenplus1 hi aerozoic 20:21 IhrFussel I'm trying to implement a "staff help" queue command where players can add themselves to a list and the staff who types a certain MOD command automatically teleports to the next player in queue (table) 20:21 aerozoic hey tenplus1! Any good updates lately? 20:22 IhrFussel So I have to use a loop there I guess 20:22 tenplus1 got latest cow model from aspiremint, testing that... bows&arrow has new api workings on server tho 20:22 tenplus1 sadly yes fussel unless you know the name of the first table, otherwise loop, collect data and break loop 20:24 IhrFussel Will tbl[curname] = nil automatically remove the "spot"? Like if curname was the first will the 2nd now be the first? 20:24 tenplus1 yeh 20:25 tenplus1 use pairs in the for loop though to skip nils 20:25 tenplus1 ipairs gives the nil one's too 20:25 tenplus1 or stops at the nil shoudl I say 20:25 IhrFussel So nil doesn't erase the place? 20:25 tenplus1 if you use pairs in the for loop then yes, nil will remove it frm the list 20:26 tenplus1 if you use ipairs then no, it'll stop at the nil 20:26 tenplus1 my Pova mod uses the same method to work... 20:32 IhrFussel Wait..I can just use integers as key... tbl[] = newname correct? 20:32 tenplus1 normal tables use integers as key... tbl[1] = tbl[2] = etc 20:32 tenplus1 but names tables no 20:33 IhrFussel Yes but I mean to add to a "INT table" I just to tbl[] = newvalue; tbl[] = val2; etc? 20:35 tenplus1 tbl[1] = 3 ; tbl[2] = 4 etc. 20:35 tenplus1 ir table.add(table, value) 20:36 IhrFussel But what if I don't know the next number to add to? I thought lua is able to count it 20:36 IhrFussel Ah so that's what I need to use 20:37 tenplus1 yes, table.add(table, value) handles the count itself 20:37 tenplus1 hi fixer :P 20:38 Fixer hi 20:38 tenplus1 no-one makes simple websites anymore, tehy rely too heavily on templates n crap 20:39 tenplus1 nite folks... o/ 20:39 IhrFussel Ajax is a legitimate requirement for JS and many websites use it (my server website included) 20:39 Fixer well yes, but I don't wanna load 20 mb of webmonkey shit to just read 3 lines of text... 20:40 Fixer that is why RSS is soo good 20:42 Fixer you can't imagine how slow dropbox, google drive render on esr 52, horrible, feels like dialup 21:44 xerox123 !tell Krock Going to Switzerland some next week 21:44 MinetestBot xerox123: I'll pass that on when Krock is around