log

age author description
Mon, 04 Mar 2013 10:21:48 +0000 HackBot <Jafet> sed -i \'s/w=raw_input/import sys; w=sys.stdin.read/\' $(which rainwords)
Sun, 03 Mar 2013 21:34:46 +0000 HackBot <nooodl> (echo \'#!/bin/sh\'; echo \'tr A-Z U | tr a-z u\') > bin/uuu; chmod a+x bin/uuu
Sun, 03 Mar 2013 21:21:32 +0000 HackBot <Bike> echo "Agent \xe2\x80\x9cI\xc3\xa4\xe2\x80\x9d Smith is an alien with a strange allergy to avian body covering, which he is trying to retroactively prevent from ever evolving. On the 3rd of March, he\'s lawful good." > wisdom/ais523
Sun, 03 Mar 2013 21:16:59 +0000 HackBot <oerjan> echo "Agent \\"I\xc3\xa4\\" Smith is an alien with a strange allergy to avian body covering, which he is trying to retroactively prevent from ever evolving. On the 3rd of March, he\'s lawful good." > wisdom/ais523
Sun, 03 Mar 2013 21:03:00 +0000 HackBot <oerjan> addquote <Bike> kmc: ok i gotta admit i fully support the use of ultrafilters in social sciences
Sun, 03 Mar 2013 07:30:29 +0000 HackBot <Taneb> echo "Agent \\"I\xe4\\" Smith is an alien with a strange allergy to avian body covering, which he is trying to retroactively prevent from ever evolving. On the 3rd of March, he\'s lawful good." > wisdom/ais523
Sun, 03 Mar 2013 06:42:38 +0000 HackBot <zzo38> echo "echo Seeing a philosopher" > bin/mlist; chmod +x bin/mlist
Sun, 03 Mar 2013 06:41:22 +0000 HackBot <zzo38> echo "Seeing a philosopher" > bin/mlist; chmod +x bin/mlist
Sun, 03 Mar 2013 00:13:13 +0000 HackBot <oerjan> sed -i \'s/$@/"$@"/\' bin/WeLcOmE
Sun, 03 Mar 2013 00:10:23 +0000 HackBot <oerjan> sed -i \'s/pyt.*/CaT/\' bin/WeLcOmE
Sun, 03 Mar 2013 00:09:19 +0000 HackBot <oerjan> chmod a+x bin/CaT
Sun, 03 Mar 2013 00:08:59 +0000 HackBot <oerjan> (echo \'#!/usr/bin/env python\'; echo \'print (lambda s: "".join([(s[i].upper() if i%2==0 else s[i].lower()) for i in range(len(s)) ]))(open("/dev/stdin").read())\') >bin/CaT; chmod a+x CaT
Sat, 02 Mar 2013 23:03:17 +0000 HackBot <oerjan> addquote <Phantom_Hoover> As Brainfuck derivatives go, it\'s not all that bad, really.
Sat, 02 Mar 2013 12:26:10 +0000 HackBot <olsner> learn nooga hate OS X. NOOGA SMASH. Hug not allowed.
Fri, 01 Mar 2013 03:58:06 +0000 HackBot <Bike> rm colorrrrr
Fri, 01 Mar 2013 03:57:34 +0000 HackBot <Bike> rm color
Fri, 01 Mar 2013 03:57:29 +0000 HackBot <Bike> rm bin/colorrrrr
Fri, 01 Mar 2013 03:56:49 +0000 HackBot <Bike> cat colorrrrr bin/colorrrrr > color
Fri, 01 Mar 2013 03:56:10 +0000 HackBot <Bike> cat colorrrrr bin/colorrrrr > colorrrrr
Fri, 01 Mar 2013 03:55:31 +0000 HackBot <Bike> echo "#!/usr/bin/env python" >colorrrrr
Fri, 01 Mar 2013 03:53:38 +0000 HackBot <Bike> mv colorrrrr bin/colorrrrr
Fri, 01 Mar 2013 03:53:20 +0000 HackBot <Bike> mv text* colorrrrr
Fri, 01 Mar 2013 03:52:40 +0000 HackBot <Bike> fetch http://pastie.org/pastes/6358237/text?key=k564m0ahv1xxuqaumcafg
Fri, 01 Mar 2013 03:37:10 +0000 HackBot <oerjan> sed -i "6ap=list(re.sub(\'C+\',\'C\',\'\'.join(p)))" bin/colorize
Fri, 01 Mar 2013 03:36:56 +0000 HackBot <oerjan> revert
Fri, 01 Mar 2013 03:36:40 +0000 HackBot <oerjan> sed -i \'6ap=list(re.sub(\'C+\',\'C\',\'\'.join(p)))\' bin/colorize
Fri, 01 Mar 2013 03:30:14 +0000 HackBot <oerjan> rm colorize*
Fri, 01 Mar 2013 03:29:05 +0000 HackBot <oerjan> cat colorize.2 >bin/colorize
Fri, 01 Mar 2013 03:28:42 +0000 HackBot <oerjan> fetch http://oerjan.nvg.org/colorize
Fri, 01 Mar 2013 03:21:18 +0000 HackBot <oerjan> cat colorize.1 >colorize
Fri, 01 Mar 2013 03:20:46 +0000 HackBot <oerjan> fetch http://oerjan.nvg.org/colorize
Fri, 01 Mar 2013 03:19:45 +0000 HackBot <oerjan> chmod a+x colorize
Fri, 01 Mar 2013 03:19:30 +0000 HackBot <oerjan> fetch http://oerjan.nvg.org/colorize
Fri, 01 Mar 2013 02:28:03 +0000 HackBot <Jafet> (echo \'#!/bin/sh\'; echo \'a() { p=$(echo -n $(ps -p $1 -oppid | tail -1)); if ps -p $p -ocmd | tail -1 | egrep -q "^sh -c .* \\| cat\\$"; then ps -p $1 -ocmd | tail -1; else a $p; fi }\'; echo \'q=$(a $$); if echo "$q" | grep -q "^bash -c"; then echo "$q" | sed "s/^bash -c/\\`run/"; elif echo "$q" | grep -q "^/bin/sh /hackenv/bin/"; then echo "$q" | sed "s,^/bin/sh /hackenv/bin/,\\`,"; else echo \\`"$q"; fi\') > bin/quine2
Fri, 01 Mar 2013 02:25:29 +0000 HackBot <Jafet> (echo \'#!/bin/sh\'; echo \'a() { p=$(echo -n $(ps -p $1 -oppid | tail -1)); if ps -p $p -ocmd | tail -1 | egrep -q "^sh -c env .* \\| cat\\$"; then ps -p $1 -ocmd | tail -1; else a $p; fi }\'; echo \'q=$(a $$); if echo "$q" | grep -q "^bash -c"; then echo "$q" | sed "s/^bash -c/\\`run/"; elif echo "$q" | grep -q "^/bin/sh /hackenv/bin/"; then echo "$q" | sed "s,^/bin/sh /hackenv/bin/,\\`,"; else echo \\`"$q"; fi\') > bin/quine2
Fri, 01 Mar 2013 02:22:51 +0000 HackBot <Jafet> (echo \'#!/bin/sh\'; echo \'a() { p=$(echo -n $(ps -p $1 -oppid | tail -1)); if ps -p $p -ocmd | tail -1 | egrep -q " \\| cat\\$"; then ps -p $1 -ocmd | tail -1; else a $p; fi }\'; echo \'q=$(a $$); if echo "$q" | grep -q "^bash -c"; then echo "$q" | sed "s/^bash -c/\\`run/"; elif echo "$q" | grep -q "^/bin/sh /hackenv/bin/"; then echo "$q" | sed "s,^/bin/sh /hackenv/bin/,\\`,"; else echo \\`"$q"; fi\') > bin/quine2
Fri, 01 Mar 2013 02:21:14 +0000 HackBot <Jafet> (echo \'#!/bin/sh\'; echo \'a() { p=$(echo -n $(ps -p $1 -oppid | tail -1)); if ps -p $p -ocmd | tail -1 | egrep -q " \\| cat\\$"; then ps -p $1 -ocmd | tail -1; else a $p; fi }\'; echo \'q=$(a $$); echo -n "$q" | hd; if echo "$q" | grep -q "^bash -c"; then echo "$q" | sed "s/^bash -c/\\`run/"; elif echo "$q" | grep -q "^/bin/sh"; then echo "$q" | sed "s,^/bin/sh,\\`,"; else echo \\`"$q"; fi\') > bin/quine2
Fri, 01 Mar 2013 02:19:30 +0000 HackBot <Jafet> (echo \'#!/bin/sh\'; echo \'a() { p=$(echo -n $(ps -p $1 -oppid | tail -1)); if ps -p $p -ocmd | tail -1 | egrep -q " \\| cat\\$"; then ps -p $1 -ocmd | tail -1; else a $p; fi }\'; echo \'q=$(a $$); echo -n "$q" | hd; if echo "$q" | grep -q "^bash -c"; then echo "$q" | sed "s/^bash -c/`run/"; elif echo "$q" | grep -q "^/bin/sh"; then echo "$q" | sed "s,^/bin/sh,`,"; else echo \\`"$q"; fi\') > bin/quine2
Fri, 01 Mar 2013 02:17:53 +0000 HackBot <Jafet> (echo \'#!/bin/sh\'; echo \'a() { p=$(echo -n $(ps -p $1 -oppid | tail -1)); if ps -p $p -ocmd | tail -1 | egrep -q " \\| cat\\$"; then ps -p $1 -ocmd | tail -1; else a $p; fi }\'; echo \'q=$(a $$); echo "$q"; if echo "$q" | grep -q "^bash -c"; then echo "$q" | sed "s/^bash -c/`run/"; elif echo "$q" | grep -q "^/bin/sh /hackenv/bin/"; then echo "$q" | sed "s,^/bin/sh /hackenv/bin/,`,"; else echo \\`"$q"; fi\') > bin/quine2
Fri, 01 Mar 2013 02:15:53 +0000 HackBot <Jafet> (echo \'#!/bin/sh\'; echo \'a() { p=$(echo -n $(ps -p $1 -oppid | tail -1)); if ps -p $p -ocmd | tail -1 | egrep -q " \\| cat\\$"; then ps -p $1 -ocmd | tail -1; else a $p; fi }\'; echo \'q=$(a $$); echo "$q"; if echo "$q" | grep -q "^bash -c"; then echo "$q" | sed "s/^bash -c/`run/"; elif echo "$q" | grep -q "^/bin/sh"; then echo "$q" | sed "s,^/bin/sh,`,"; else echo \\`"$q"; fi\') > bin/quine2
Fri, 01 Mar 2013 02:14:10 +0000 HackBot <Jafet> (echo \'#!/bin/sh\'; echo \'a() { p=$(echo -n $(ps -p $1 -oppid | tail -1)); if ps -p $p -ocmd | tail -1 | egrep -q " \\| cat\\$"; then ps -p $1 -ocmd | tail -1; else a $p; fi }\'; echo \'q=$(a $$); if echo "$q" | grep -q "^bash -c"; then echo "$q" | sed "s/^bash -c/`run/"; elif echo "$q" | grep -q "^/bin/sh"; then echo "sh"; echo "$q" | sed "s,^/bin/sh,`,"; else echo \\`"$q"; fi\') > bin/quine2
Fri, 01 Mar 2013 02:13:13 +0000 HackBot <Jafet> (echo \'#!/bin/sh\'; echo \'a() { p=$(echo -n $(ps -p $1 -oppid | tail -1)); if ps -p $p -ocmd | tail -1 | egrep -q " \\| cat\\$"; then ps -p $1 -ocmd | tail -1; else a $p; fi }\'; echo \'q=$(a $$); if echo "$q" | grep -q "^bash -c"; then echo "$q" | sed "s/^bash -c/`run/"; elif echo "$q" | grep -q "^/bin/sh"; then echo "$q" | sed "s,^/bin/sh,`,"; else echo \\`"$q"; fi\') > bin/quine2
Fri, 01 Mar 2013 02:07:19 +0000 HackBot <Jafet> (echo \'#!/bin/sh\'; echo \'a() { p=$(echo -n $(ps -p $1 -oppid | tail -1)); if ps -p $p -ocmd | tail -1 | egrep " \\| cat\\$"; then ps -p $1 -ocmd | tail -1; else a $p; fi }\'; echo \'a $$\') > bin/quine2 && quine2 a b c
Fri, 01 Mar 2013 02:03:43 +0000 HackBot <Jafet> (echo \'#!/bin/sh\'; echo \'a() { cat /proc/$1/cmdline; p=$(echo -n $(ps -p $1 -oppid | tail -1)); if egrep " \\| cat\\$" /proc/$p/cmdline; then ps -p $1 -ocmd | tail -1; else a $p; fi }\'; echo \'a $$\') > bin/quine2 && quine2 a b c
Fri, 01 Mar 2013 02:02:16 +0000 HackBot <Jafet> (echo \'#!/bin/sh\'; echo \'a() { echo $1; p=$(echo -n $(ps -p $1 -oppid | tail -1)); if egrep " \\| cat\\$" /proc/$p/cmdline; then ps -p $1 -ocmd | tail -1; else a $p; fi }\'; echo \'a $$\') > bin/quine2 && quine2 a b c
Fri, 01 Mar 2013 02:00:55 +0000 HackBot <Jafet> (echo \'#!/bin/sh\'; echo \'a() { p=$(echo -n $(ps -p $0 -oppid | tail -1)); if egrep " \\| cat\\$" /proc/$p/cmdline; then ps -p $0 -ocmd | tail -1; else a $p; fi }\'; echo \'a $$\') > bin/quine2
Fri, 01 Mar 2013 01:58:48 +0000 HackBot <Jafet> (echo \'#!/bin/sh\'; echo \'a() { p=$(ps -p $$ -oppid | tail -1); if egrep " \\| cat\\$" /proc/$p/cmdline; then ps -p $0 -ocmd | tail -1; else a $p; fi }\'; echo \'a $$\') > bin/quine2 && cat bin/quine2
Fri, 01 Mar 2013 01:48:11 +0000 HackBot <Jafet> (echo \'#!/bin/sh\'; echo \'cat /proc/$$/cmdline\') > bin/quine2 && quine2 a b c
Fri, 01 Mar 2013 01:47:55 +0000 HackBot <Jafet> (echo \'#!/bin/sh\'; echo "cat /proc/$$/cmdline") > bin/quine2 && quine2 a b c
Fri, 01 Mar 2013 01:47:23 +0000 HackBot <Jafet> chmod +x bin/quine2
Fri, 01 Mar 2013 01:47:14 +0000 HackBot <Jafet> (echo \'#!/bin/sh\'; echo "cat /proc/self/cmdline") > bin/quine2 && bin/quine2
Fri, 01 Mar 2013 01:43:09 +0000 HackBot <Jafet> (echo \'#!/bin/sh\'; echo "cd /var/irclogs/_esoteric; cat \\$(ls ????-??-??.txt | tail -1) | sed \'s/[^>]*> //\' | grep \'^\\`\' | tail -1 #Best cheating quine ever?") > bin/quine
Fri, 01 Mar 2013 01:42:58 +0000 HackBot <Jafet> rm bin/quine2
Fri, 01 Mar 2013 01:42:32 +0000 HackBot <Jafet> (echo \'#!/bin/sh\'; echo "cd /var/irclogs/_esoteric; cat \\$(ls ????-??-??.txt | tail -1) | sed \'s/[^>]*> //\' | grep \'^\\`\' | tail -1 #Best cheating quine ever?") > bin/quine2 && quine2
Fri, 01 Mar 2013 01:40:57 +0000 HackBot <Jafet> (echo \'#!/bin/sh\'; echo "cd /var/irclogs/_esoteric; cat \\$(ls ????-??-??.txt | tail -1) | sed \'s/[^>]*>//\' | grep \'^\\`\' | tail -1 #Best cheating quine ever?") > bin/quine2
Fri, 01 Mar 2013 01:40:17 +0000 HackBot <Jafet> (echo \'#!/bin/sh\'; echo \'cd /var/irclogs/_esoteric; cat $(ls ????-??-??.txt | tail -1) | sed \'\\\'\'s/[^>]*>\'\\\'\' | grep "^\\`" | tail -1 // #Best cheating quine ever?\') > bin/quine2
Fri, 01 Mar 2013 01:39:58 +0000 HackBot <Jafet> chmod +x bin/quine2
Fri, 01 Mar 2013 01:39:17 +0000 HackBot <Jafet> (echo \'#!/bin/sh\'; echo \'cd /var/irclogs/_esoteric; cat $(ls ????-??-??.txt | tail -1) | sed \'\\\'\'s/[^>]*>\'\\\'\' | grep "^`" | tail -1 // #Best cheating quine ever?\') > bin/quine2
Fri, 01 Mar 2013 01:22:39 +0000 HackBot <shachaf> sed -i \'1s/^/echo -n "$(basename "$0"): "; /\' bin/smlist
Fri, 01 Mar 2013 01:21:26 +0000 HackBot <shachaf> echo tr a-zA-Z n-za-mN-ZA-M > bin/r13; chmod +x bin/r13
Fri, 01 Mar 2013 01:20:19 +0000 HackBot <shachaf> sed -i s/shchaf/shachaf/g bin/olist
Fri, 01 Mar 2013 01:19:06 +0000 HackBot <shachaf> for n in shchaf oerjan Sgeo; do echo $n >> bin/olist; done
Fri, 01 Mar 2013 01:18:42 +0000 HackBot <shachaf> cp bin/{empty,o}list
Fri, 01 Mar 2013 01:16:50 +0000 HackBot <shachaf> sed -i \'s/^/echo -n "$(basename "$0"): "; /\' bin/olist
Fri, 01 Mar 2013 01:16:38 +0000 HackBot <shachaf> sed -i \'s/^/echo -n "$(basename "$0"): "; /\' bin/emptylist
Fri, 01 Mar 2013 01:16:12 +0000 HackBot <shachaf> revert
Fri, 01 Mar 2013 01:16:01 +0000 HackBot <shachaf> sed -i \'s/^/basename "$0"; /\' bin/emptylist
Thu, 28 Feb 2013 04:38:57 +0000 HackBot <shachaf> addquote <zzo38> I have no problem if you want to use these drugs and make yourself dead and whatever, but making them legal might ruin the economy.
Thu, 28 Feb 2013 02:49:19 +0000 HackBot <Jafet> (echo "#!/usr/bin/python"; echo "import random; w=raw_input().split(\' \'); r=[4,7,8,9,2,13,6]; s=random.randrange(0, len(r)); print \' \'.join(chr(3) + str(r[(i+s)%len(r)]) + w[i] for i in range(len(w)))") > bin/rainwords
Thu, 28 Feb 2013 02:32:48 +0000 HackBot <oerjan> echo "Color is a phenomenon from outer space designed to drive humanity insane and bring forth the new age of Cthulhu." | colorize | tee wisdom/colour >wisdom/color; sed -i \'s/or/our/\' wisdom/colour
Thu, 28 Feb 2013 02:22:44 +0000 HackBot <ais523> pastequotes ais523
Wed, 27 Feb 2013 21:07:15 +0000 HackBot <Gregor> cut -d\' \' -f2 prefs > prefs.bf
Wed, 27 Feb 2013 21:06:05 +0000 HackBot <oerjan> interp \'bf_txtgen Bot prefixes: fungot ^, HackEgo `, EgoBot !, lambdabot @ or ?, thutubot +, metasepia ~, jconn ), blsqbot !\' >prefs
Wed, 27 Feb 2013 21:05:12 +0000 HackBot <oerjan> chmod a+x bf_txtgen; mv bf_txtgen ibin
Wed, 27 Feb 2013 21:04:41 +0000 HackBot <oerjan> fetch http://codu.org/projects/egobot/hg/index.cgi/raw-file/ffe171208ae9/multibot_cmds/scmds/bf_txtgen
Wed, 27 Feb 2013 20:35:07 +0000 HackBot <oerjan> interp \'bf_txtgen Bot prefixes: fungot ^, HackEgo `, EgoBot !, lambdabot @ or ?, thutubot +, metasepia ~, jconn ), blsqbot !\' >prefs
Wed, 27 Feb 2013 20:26:58 +0000 HackBot <oerjan> sed -i \'2s_\'\\\'\'$_, jconn ), blsqbot !\'\\\'\'_\' bin/prefixes
Wed, 27 Feb 2013 20:22:01 +0000 HackBot <oerjan> sed -i \'2s_\'\\\'\'$_, thutubot +, metasepia ~\'\\\'\'_\' bin/prefixes
Wed, 27 Feb 2013 20:20:48 +0000 HackBot <elliott> revert
Wed, 27 Feb 2013 20:20:25 +0000 HackBot <Bike> sed -i \'2s_$_, thutubot +, metasepia \\~_\' bin/prefixes
Wed, 27 Feb 2013 20:18:53 +0000 HackBot <oerjan> revert
Wed, 27 Feb 2013 20:18:34 +0000 HackBot <oerjan> sed -i \'2s_$_, thutubot +, metasepia \\~_\' bin/prefixes
Wed, 27 Feb 2013 20:18:05 +0000 HackBot <oerjan> revert
Wed, 27 Feb 2013 20:17:04 +0000 HackBot <oerjan> sed -i \'2s/$/, thutubot +, metasepia \\~/\' bin/prefixes
Wed, 27 Feb 2013 20:16:37 +0000 HackBot <oerjan> revert
Wed, 27 Feb 2013 20:16:09 +0000 HackBot <oerjan> sed -i \'2s/$/, thutubot +, metasepia ~/\' bin/prefixes
Wed, 27 Feb 2013 17:33:19 +0000 HackBot <Gregor> ln -s doodad wisdom/doodads
Wed, 27 Feb 2013 17:33:14 +0000 HackBot <Gregor> echo \'Doodads are just duoids in the category of endofunctors.\' > wisdom/doodad
Wed, 27 Feb 2013 05:40:42 +0000 HackBot <shachaf> pastequotes itidus
Wed, 27 Feb 2013 04:48:26 +0000 HackBot <Jafet> addquote <zzo38> I happen to have bash even on this computer
Tue, 26 Feb 2013 23:24:34 +0000 HackBot <oerjan> (echo \'#!/bin/sh\'; echo "ps -o cmd") >bin/psocmd; chmod +x bin/psocmd
Tue, 26 Feb 2013 23:01:45 +0000 HackBot <Fiora> addquote <Phantom_Hoover> Sgeo_, are you just trying to post kmcbait... * Fiora imagines a cardboard box propped up by a stick with a pile of monads inside. <elliott> Fiora: that is actually what Haskell is.
Tue, 26 Feb 2013 23:01:35 +0000 HackBot <Fiora> delquote 974
Tue, 26 Feb 2013 23:00:23 +0000 HackBot <Fiora> addquote <Phantom_Hoover> Sgeo_, are you just trying to post kmcbait... *Fiora imagines a cardboard box propped up by a stick with a pile of monads inside. <elliott> Fiora: that is actually what Haskell is.
Tue, 26 Feb 2013 21:46:34 +0000 HackBot <kmc> addquote <Bike> i\'ve always wanted to xor swap transfinite ordinals
Tue, 26 Feb 2013 18:43:02 +0000 HackBot <elliott> addquote * ais523 challenges the americans here to remember who lost in the most recent UK general election <Phantom_Hoover> ais523, the lib dems
Tue, 26 Feb 2013 18:41:42 +0000 HackBot <elliott> addquote <ais523> Phantom_Hoover: my department teaches prolog, to second years I think <ais523> some people choose it because it isn\'t ocaml, and then are disappointed to find it has lists
Tue, 26 Feb 2013 18:41:06 +0000 HackBot <Phantom_Hoover> revert
Tue, 26 Feb 2013 18:40:49 +0000 HackBot <Phantom_Hoover> echo \' Much like Morpeth.\' >> wisdom/monads
Tue, 26 Feb 2013 18:10:10 +0000 HackBot <Jafet> rm bin/pastelogs && ln -s pastelog bin/pastelogs
Tue, 26 Feb 2013 18:07:03 +0000 HackBot <coppro> pastelogs horizontal
Tue, 26 Feb 2013 18:06:55 +0000 HackBot <elliott> pastelogs 120
Tue, 26 Feb 2013 18:03:47 +0000 HackBot <Jafet> rm bin/pastelog...
Tue, 26 Feb 2013 18:03:10 +0000 HackBot <coppro> fetch http://pastebin.com/dkVb20VL
Tue, 26 Feb 2013 18:02:30 +0000 HackBot <Jafet> pastelog horizontal
Tue, 26 Feb 2013 18:01:53 +0000 HackBot <Jafet> sed -i... -e \'s/grep/timeout 25 grep/\' bin/pastelog
Tue, 26 Feb 2013 17:53:02 +0000 HackBot <coppro> pastelog vertical
Tue, 26 Feb 2013 16:32:52 +0000 HackBot <elliott> addquote <tswett> Hey, what VPN software should I use? <boily> tswett: openvpn. the one, the only, the open, the other qualifiers that begin with "o".
Tue, 26 Feb 2013 06:49:32 +0000 HackBot <shachaf> undo 2243
Mon, 25 Feb 2013 22:41:28 +0000 HackBot <oerjan> sed -i \'s/342/341/\' bin/colorize
Mon, 25 Feb 2013 22:40:43 +0000 HackBot <oerjan> sed -i \'s/343/342/\' bin/colorize
Mon, 25 Feb 2013 22:40:21 +0000 HackBot <oerjan> sed -i \'s/344/343/\' bin/colorize
Mon, 25 Feb 2013 22:40:00 +0000 HackBot <oerjan> sed -i \'s/350/344/\' bin/colorize
Mon, 25 Feb 2013 22:33:45 +0000 HackBot <oerjan> sed -i \'s/str[^ ]*/\'\\\'\'%02d\'\\\'\' % random.randrange(2,15)/\' bin/colorize
Mon, 25 Feb 2013 22:23:55 +0000 HackBot <oerjan> addquote <groily> I stand by the argument that fungot is the one making the most sense in this channel.
Mon, 25 Feb 2013 22:07:46 +0000 HackBot <elliott> revert
Mon, 25 Feb 2013 22:06:01 +0000 HackBot <shachaf> delquote 580
Mon, 25 Feb 2013 21:20:52 +0000 HackBot <elliott> addquote * fungot has joined #esoteric <boily> woohoo! the one and only fungot is back! <fungot> boily: damn your mother! <boily> ok. never saw that one coming.
Mon, 25 Feb 2013 13:13:31 +0000 HackBot <elliott> echo echo elliott >bin/elist; chmod +x bin/elist
Mon, 25 Feb 2013 12:50:34 +0000 HackBot <Phantom_Hoover> echo echo Sgeo is a jobby > bin/slist