| |
| |
| |
|
Comments:
<0> What regex would I use to test for a color code in IRC? <0> I know to use colors you print \002##,##message but regex \002 doesn't work <1> uh <1> is it \x30? <1> well <0> that doesn't work <1> 09.57.29: <hatred> its called 'IMTOO'(?:\,
<1> dfglhsjd <1> oops <1> I know yes <1> theres a ctrl+k in there yea <0> it's a \xsomething <0> are you looking at a table somewhere? <1> think its \x32 <1> no <1> 10.08.15: <@hatred> % format %X2 [scan %c] <1> 10.08.16: <stench> 32 <1> /\x23(?:[0-9]{1,2}(?:\,[0-9]{1,2})?)?/ <1> er <1> /\x32(?:[0-9]{1,2}(?:\,[0-9]{1,2})?)?/ <0> that didn't work either <0> unless net::irc strips those <1> /\x03(?:[0-9]{1,2}(?:\,[0-9]{1,2})?)?/ <1> maybe <0> ok, that triggered it...but I'm also needing to know which color it is? :| <0> (don't hit me) <0> which $1 is it? <0> or $2? <1> no <1> (?:) doesnt capture <0> yeah, the ? confuse me <0> would this tell me by $1 ? /\x03([0-9])/
<0> yep...haha <0> thanks fuehrer <1> uh <1> they can be up to 2 digits <1> /\x03([0-9]{1,2}(?:\,[0-9]{1,2})?)?/ <0> ok, that would give me $1 for the color? <1> yea <0> no...$1 didn't have anything in it when using ctrl-k 6 (purple) <0> ok, nm, I got it working <2> can anyone try to sock http read on www.mabinogi.com.tw and expect returns? <1> um <1> no <2> im new on sockets <2> it's odd that yahoo.com returns their source, but not that address <1> malformed request? <2> nope, it stuck there and unable to transform request <1> what're you requesting exactly? <2> HTML source from www.mabinogi.com.tw <1> ... <1> THE LINE? <1> headers you are sending.. <1> wanna paste that? <2> http://pastebin.com/568098 <2> i guess, got nothing wrong with the codes. Just that, I cant retrieve the HTML source from www.mabinogi.com.tw but not the rest <1> well <1> you do know <1> requests need encoded? <1> are suppose to be.. <2> im learning eventually
Return to
#perl or Go to some related
logs:
Gerard McMann Cry little sister tab #chat-world 09-Feb-2006 beavis butthead timmy mp3 vim dos carrage #india kl branch sab.k chat amrican melayump3
|
|