[5:13]* Dantman is working on a js based dsl for interoperable irc bots... Written abstractly enough that a irc bot or plugin could be written to work in any irc bot framework or irc client that supports the dsl... [5:13]<Dantman> ^_^ Of course, I wrote it in a way it'll work nicely with CommonJS impls [5:13]<Dantman> I might need to rethink the module name though [7:01]* Dantman rolls his eyes [7:01]<Dantman> CTCP defines a method of quoting characters, but it looks like clients don't even support it... [7:04]<Dantman> *sigh* Nor the multiple ctcp messages in one message which I took time to implement [7:09]* Dantman wishes RegExp had the ability to take something like "a1 b2 c3" and using a regex like /(([a-z])(\d))*/ extract [["a", "1" [7:10]* Dantman wishes RegExp had the ability to take something like "a1 b2 c3" and using a regex like /(([a-z])(\d))*/ extract [["a", "1"], ["b", "2"], ["c", "3"]]* [7:19]<Dantman> I suppose something like var r = /([a-z])(\d)/g; ("a1 b2 c3".match(r)||[]).map(function(m) { return m.match(new RegExp(r.source, r.ignoreCase ? "i" : "")).slice(1); }); kinda works [7:20]<Dantman> But that's horrid [10:50]<ondras> hmmm [10:50]<ondras> js bug in firefox4 [10:51]<ondras> are there some major SM changes in ff4? [12:26]<Wes-> ondras: MAJOR [12:26]<Wes-> ondras: But aside from implementing (most of) ES5, they should not be user visible [12:26]<ondras> :) [12:26]<ondras> the fact is, there is a feature messed up [12:27]<ondras> let's add it to my list of bugs reported to mozilla [12:27]<ondras> (and being ignored most of their life) [12:28]<Wes-> ondras: even if they are "ignored" they are at least read by somebody relevant - and just having them on file is important (particularly with test cases or patches attached) [12:28]<ondras> yeah, that's what i think as well [13:55]<Wes> dantman: can I help get the commonjs.org content back online? [21:17]<Wes-> Dantman: ping [21:37]<Dantman> Hmm? [21:38]<Dantman> Agh damnit... Did the main site break because I disabled FlaggedRevs because it was breaking the wiki... [22:03]<Dantman> Agh [22:04]<Dantman> To prevent people from creating pages and having them show up without review, pages without a flagged status don't show up [22:26]<Wes-> dantman: well, you're getting *closer* - the 404 page has links on it now [22:26]<Wes-> (and a result code) [22:36]<Dantman> Eh? It's working fine for me