2015-01-07T00:35:53 *** ecthiender has joined #servelots 2015-01-07T00:49:28 *** baali has joined #servelots 2015-01-07T01:40:20 *** zoso has joined #servelots 2015-01-07T01:42:54 zoso, morning! :) 2015-01-07T01:43:03 ecthiender, morning :) 2015-01-07T01:44:18 ecthiender, wassup 2015-01-07T01:45:27 zoso, nothing much..working on music lab.. 2015-01-07T01:45:51 zoso, Venkatesh is down with fever, so haven't been able to talk to him about the NPTEL demo.. 2015-01-07T01:46:00 ecthiender, oh ok, take a look at scrollback.in 2015-01-07T01:46:06 zoso, probably I'll go to his place and find out whats up.. 2015-01-07T01:46:07 Oh I see. 2015-01-07T01:46:13 That is sad 2015-01-07T01:46:32 zoso, how do we fix the FF bug on youtube? 2015-01-07T01:46:50 have a FF specific CSS? 2015-01-07T01:46:54 extend annotator and set a high z-index for the annotation box? 2015-01-07T01:47:11 yeah, for that we have to extend the annotator's code? 2015-01-07T01:48:03 Not sure, will check and tell 2015-01-07T01:48:07 zoso, opening scrollback.in takes me to crazydomains.eu 2015-01-07T01:48:13 and tells me this: scrollback.in 2015-01-07T01:48:13 Domain name is registered and parked with Crazy Domains. 2015-01-07T01:48:43 There is a CSS file for annotator, so maybe editing that should be enough. My bad, the url is scrollback.io 2015-01-07T01:48:58 http://scrollback.io 2015-01-07T01:48:59 Title: Scrollback, where communities hang out (at scrollback.io) 2015-01-07T01:50:23 wow, looks cool! 2015-01-07T01:50:47 guess made by some indian folks? 2015-01-07T01:50:49 zoso, ^ 2015-01-07T01:51:02 ecthiender, yes, 2015-01-07T01:51:27 cool 2015-01-07T01:52:05 so can we do something like scrollback.in with swts? 2015-01-07T01:52:33 uhhh 2015-01-07T01:52:45 ,s/\.in/\.io/ 2015-01-07T01:54:27 ,MessageParser add ^(s/(.+)/(.*)/([gi]*))$ 2015-01-07T01:54:28 zoso: (messageparser add [|global] ) -- Associates with . is only necessary if the message isn't sent on the channel itself. Action is echoed upon regexp match, with variables $1, $2, etc. being interpolated from the regexp match groups. 2015-01-07T01:58:27 ,MessageParser add ^(s/(.+)/(.*)/([gi]*))$ "echo What $nick meant to say was: [re "$1" [histsearch "$2" [cif [match i "$4 "] "echo i" "utilities ignore"]]]" 2015-01-07T01:58:27 zoso: Error: Spurious "]". You may want to quote your arguments with double quotes in order to prevent extra brackets from being evaluated as nested commands. 2015-01-07T02:03:11 ,MessageParser add ^(s/(.+)/(.*)/([gi]*))$ echo What $nick meant to say was: [re "$1" [histsearch "$2" [cif [match i "$4 "] "echo i" "utilities ignore"]]] 2015-01-07T02:03:13 zoso: Error: I couldn't find a message matching that criteria in my history of 1000 messages. 2015-01-07T02:03:30 s/.in/.io/ 2015-01-07T02:03:52 s/\.in/\.io/ 2015-01-07T02:04:21 ,MessageParser add ^(s/(.+)/(.*)/([gi]*))$ 'echo What $nick meant to say was: [re "$1" [histsearch "$2" [cif [match i "$4 "] "echo i" "utilities ignore"]]]' 2015-01-07T02:04:24 zoso: Error: I couldn't find a message matching that criteria in my history of 1000 messages. 2015-01-07T02:04:59 ,MessageParser add ^(s/(.+)/(.*)/([gi]*))$ 'echo What $nick meant to say was: [re "$1" [histsearch "$2" [cif [match i "$4 "] "echo i" "utilities ignore"]]]' 2015-01-07T02:05:02 zoso: Error: I couldn't find a message matching that criteria in my history of 1000 messages. 2015-01-07T02:10:07 ,MessageParser add "^(s/(.+)/(.*)/([gi]*))$" 'echo What $nick meant to say was: [re "$1" [histsearch "$2" [cif [match i "$4 "] "echo i" "utilities ignore"]]]' 2015-01-07T02:10:10 zoso: Error: I couldn't find a message matching that criteria in my history of 1000 messages. 2015-01-07T02:10:25 ,MessageParser add "^(s/(.+)/(.*)/([gi]*))$" "echo What $nick meant to say was: [re "$1" [histsearch "$2" [cif [match i "$4 "] "echo i" "utilities ignore"]]]" 2015-01-07T02:10:25 zoso: Error: Spurious "]". You may want to quote your arguments with double quotes in order to prevent extra brackets from being evaluated as nested commands. 2015-01-07T02:15:18 zoso, you might want to do this in a PM with alipi_not 2015-01-07T02:15:48 I gave up. 2015-01-07T02:15:55 zoso, ha ha 2015-01-07T02:16:09 Asking in #supybot 2015-01-07T02:16:40 :) will figure out and add the regexp. 2015-01-07T02:34:23 *** navya has joined #servelots 2015-01-07T02:41:02 zoso, btw read the atomic design link.. 2015-01-07T02:46:09 ecthiender, hmmm 2015-01-07T04:42:27 *** eguder has joined #servelots 2015-01-07T04:49:52 *** eguder has quit IRC (Quit: ChatZilla 0.9.91.1 [Firefox 34.0.5/20141126041045]) 2015-01-07T05:37:17 *** dinesh_ has quit IRC (Ping timeout: 240 seconds) 2015-01-07T05:38:27 *** dinesh has joined #servelots 2015-01-07T05:54:46 ,MessageParser add ^(s/(.+)/(.*)/([gi]*))$ "echo What $nick meant to say was: [re \"$1\" [histsearch \"$2\" [cif [match i \"$4 \"] \"echo i\" \"utilities ignore\"]]]" 2015-01-07T05:54:47 zoso: (messageparser add [|global] ) -- Associates with . is only necessary if the message isn't sent on the channel itself. Action is echoed upon regexp match, with variables $1, $2, etc. being interpolated from the regexp match groups. 2015-01-07T05:56:16 foo 2015-01-07T05:56:20 s/foo/bar/ 2015-01-07T05:56:21 What zoso meant to say was: bar 2015-01-07T05:56:38 :) 2015-01-07T05:58:00 s/\.in/\.io 2015-01-07T05:58:17 scrollback.in 2015-01-07T05:58:19 s/\.in/\.io 2015-01-07T05:58:40 s/\.in/\.io/ 2015-01-07T05:58:42 What dinesh meant to say was: scrollback\.io 2015-01-07T05:59:25 s/\\\.io/\.io/ 2015-01-07T05:59:30 dinesh: Error: I couldn't find a message matching that criteria in my history of 1000 messages. 2015-01-07T06:00:14 s/\\\.io/.io/ 2015-01-07T06:00:19 dinesh: Error: I couldn't find a message matching that criteria in my history of 1000 messages. 2015-01-07T06:00:36 s/\.in/.io/ 2015-01-07T06:00:37 What dinesh meant to say was: scrollback.io 2015-01-07T06:41:49 *** ecthiender has quit IRC (Read error: Connection reset by peer) 2015-01-07T06:42:36 *** ecthiender has joined #servelots 2015-01-07T07:16:43 Nice. check this http://xip.io/ 2015-01-07T07:16:45 Title: xip.io: wildcard DNS for everyone (at xip.io) 2015-01-07T07:38:45 *** baali has quit IRC (Ping timeout: 244 seconds) 2015-01-07T07:42:25 *** ecthiender has quit IRC (Quit: gotta go) 2015-01-07T08:22:31 *** navya has quit IRC (Ping timeout: 246 seconds) 2015-01-07T11:19:45 *** zoso has quit IRC (Remote host closed the connection) 2015-01-07T12:34:25 *** baali has joined #servelots 2015-01-07T16:10:37 *** baali has quit IRC (Ping timeout: 252 seconds) 2015-01-07T17:58:24 *** dinesh has quit IRC (Remote host closed the connection)