Ellied changed the topic of #bottorture to: Enhanced Bot Interrogation Techniques || <Kountdown> however i hate you kountdown || <Kountdown> Kountdown hasn't had enough botsnacks today, it seems || <test_avi> \nPING a\nPING a\nPING a\nPING a\nPING a\nPING a\nPING a\nPING a\nPING a\nPING a\nPING a\nPING a\nPING <test_avi> Shame this didn't work.
<UmbralRaptor> .hat
* hatbot gives UmbralRaptor 18 hats for a total of 3248 hats.
icefire has quit [Read error: Connection reset by peer]
<UmbralRaptor> .hat
* hatbot gives UmbralRaptor 15 hats for a total of 3263 hats.
rory0962 has quit [Read error: Connection reset by peer]
<UmbralRaptor> .hat
* hatbot gives UmbralRaptor 12 hats for a total of 3275 hats.
rory0962 has joined #bottorture
<UmbralRaptor> .hat
* hatbot gives UmbralRaptor 27 hats for a total of 3302 hats.
handicraftsman has joined #bottorture
icefire has joined #bottorture
<egg|zzz|egg> .hat
* hatbot gives egg|zzz|egg 16 hats for a total of 780 hats.
Tank2333_mobil2 has joined #bottorture
Tank2333_mobil2 has quit [Client Quit]
icefire has quit [Read error: Connection reset by peer]
handicraftsman has quit [Ping timeout: 204 seconds]
handicraftsman has joined #bottorture
Shoe17 has quit [Quit: Connection closed for inactivity]
handicraftsman has quit [Ping timeout: 200 seconds]
handicraftsman has joined #bottorture
icefire has joined #bottorture
ProtonBot has quit [Quit: Stopping...]
ProtonBot has joined #bottorture
Shoe17 has joined #bottorture
<UmbralRaptor> .hat
* hatbot gives UmbralRaptor 20 hats for a total of 3322 hats.
<UmbralRaptor> .hat
* hatbot gives UmbralRaptor 22 hats for a total of 3344 hats.
<egg|zzz|egg> .hat
* hatbot gives egg|zzz|egg 17 hats for a total of 797 hats.
<egg|zzz|egg> UmbralRaptor: you have a lot of hats
<egg|zzz|egg> how many heads do you have
<UmbralRaptor> Obviously the goal is to sell them for valuable bitcoins,
<Thomas> .hat
* hatbot gives Thomas 11 hats for a total of 122 hats.
<Ellied> .hat
* hatbot gives Ellied 10 hats for a total of 80 hats.
<UmbralRaptor> .hat
* hatbot gives UmbralRaptor 25 hats for a total of 3369 hats.
handicraftsman has quit [Quit: Курите маны и читайте доки]
<icefire> .hat
* hatbot gives icefire 23 hats for a total of 734 hats.
<UmbralRaptor> .hat
* hatbot gives UmbralRaptor 23 hats for a total of 3392 hats.
egg|zzz|egg is now known as egg|df|egg
Shoe17 has quit [Quit: Connection closed for inactivity]
<egg|df|egg> > 3 / 2
<Soozee> 1.5
<egg|df|egg> > 3 // 2
<egg|df|egg> > quot 3 2
<Soozee> 1
<egg|df|egg> @let bits 0 = []; bits n = reverse ((mod n 2) : (bits (quot n 2)))
<Soozee> Defined.
<egg|df|egg> > bits 4
<Soozee> [0,1,0]
<egg|df|egg> > bits 16
<Soozee> [0,0,1,0,0]
<egg|df|egg> uuuh
<egg|df|egg> > bits 1
<Soozee> [1]
<egg|df|egg> > bits 2
<Soozee> [1,0]
<egg|df|egg> > bits 4
<Soozee> [0,1,0]
<egg|df|egg> @undefine
<Soozee> Undefined.
<egg|df|egg> @let lebits 0 = []; lebits n = (mod n 2) : (lebits (quot n 2)); bits n = reverse(lebits n)
<Soozee> Defined.
<egg|df|egg> > bits 4
<Soozee> [1,0,0]
<egg|df|egg> > bits 16
<Soozee> [1,0,0,0,0]
<egg|df|egg> > bits 100000000000000000000000000000000000000000000
<Soozee> [1,0,0,0,1,1,1,1,0,1,1,1,1,1,1,0,0,0,1,1,0,0,1,0,1,1,0,0,1,1,1,0,0,1,1,1,1,0...
<egg|df|egg> @let printbits (0 : tail) = "0" ++ (printbits tail); printbits (1 : tail) = "1" ++ (printbits tail); printbits [] = ""
<Soozee> Defined.
<egg|df|egg> > printbits (bits 100000000000000000000000000000000000000000000)
<Soozee> "100011110111111000110010110011100111101111101010010111000110111111100100100...