@# Quotes DB     useful, funny, interesting





Google
 
Web www.quotesdb.info
Undernet  |  EFnet  |  Quakenet  |  Freenode  |  Dalnet  |  Ircnet  |  Galaxynet
Page: 1 2 3



Comments:

<0> installing new theams in my dragonfly cms
<0> and a few modules
<1> ^^^
<0> and uploading new pictures
<2> fu
<3> stfu
<2> no no no i want the paper towel
<3> fine..
<2> thats better
<4> ; if {[set idle [getchanidle "Mmmmmmmmm" "#eggtcl"]] == 0} { puts "not here } else { puts "idle time of $idle minutes }
<5> Moggie: #659 (15089 clicks) Tcl error: missing "
<4> ; if {[set idle [getchanidle "Mmmmmmmmm" "#eggtcl"]] == 0} { puts "not here" } else { puts "idle time of $idle minutes" }
<5> Moggie: #660 (stdout) idle time of 183 minutes
<4> ; if {[set idle [getchanidle "boingboing" "#eggtcl"]] == 0} { puts "not here" } else { puts "idle time of $idle minutes" }



<5> Moggie: #661 (stdout) not here
<3> =)
<6> gn8 ^^
<2> i just say one thing
<2> want to guess?
<3> fu
<2> FireEgl wins!
<2> wiiie
<7> (:
<2> th3dge ugly mother****er
<7> :O
<7> An apple a day will keep these nightmares away
<8> really need some help, been trying to figure out for hours now how to split this line up
<8> <tr><td colspan=2><a cl***='spell' href='?sp=24585'><u>Equip</u>: Improves your chance to get a critical strike with spells by 2%.</a></td></tr><tr><td colspan=2><a cl***='spell' href='?sp=7597'><u>Equip</u>: Improves your chance to get a critical strike by 1%.</a></td></tr>
<8> i need the two equip infos sorted out
<8> <u>Equip</u>: Improves your chance to get a critical strike with spells by 2%.
<8> <u>Equip</u>: Improves your chance to get a critical strike by 1%
<8> something like that
<8> and i can not regsub all the spam around it cause its part of a bigger line
<9> regexp -- {<tr><td colspan=2><a cl***='spell' href='?sp=24585'>(.+?)</a></td></tr><tr><td colspan=2><a cl***='spell' href='?sp=7597'>(.+?)</a></td></tr>} $source - first_line second_line
<9> you could try that
<8> ?
<9> what?
<8> been trying to do that for two hours now
<9> so what
<8> so i cant figure it out
<9> i mentioned a possible solution with a remark "you could try that"... so what is there to ponder about
<8> ;set list {<tr><td colspan=2><a cl***='spell' href='?sp=24585'><u>Equip</u>: Improves your chance to get a critical strike with spells by 2%.</a></td></tr><tr><td colspan=2><a cl***='spell' href='?sp=7597'><u>Equip</u>: Improves your chance to get a critical strike by 1%.</a></td></tr>}
<8> ;lindex [regexp -all -inline -- {<u>([^<]*)</a></td></tr><tr><td colspan=2>} $list] 1
<5> anc_: #772 (232 clicks) Tcl: <tr><td colspan=2><a cl***='spell' href='?sp=24585'><u>Equip</u>: Improves your chance to get a critical strike with spells by 2%.</a></td></tr><tr><td colspan=2><a cl***='spell' href='?sp=7597'><u>Equip</u>: Improves your chance to get a critical strike by 1%.</a></td></tr>
<5> anc_: #773 (1879 clicks) Tcl:
<8> ;regexp -all -inline -- {<u>([^<]*)</a></td></tr><tr><td colspan=2>} $list
<5> anc_: #774 (405 clicks) Tcl:
<8> ;regsub -all "</u>" $list "" list
<5> anc_: #775 (317 clicks) Tcl: 2
<8> ;regexp -all -inline -- {<u>([^<]*)</a></td></tr><tr><td colspan=2>} $list
<5> anc_: #776 (1301 clicks) Tcl: {<u>Equip: Improves your chance to get a critical strike with spells by 2%.</a></td></tr><tr><td colspan=2>} {Equip: Improves your chance to get a critical strike with spells by 2%.}
<8> ;lindex [regexp -all -inline -- {<u>([^<]*)</a></td></tr><tr><td colspan=2>} $list] 1
<5> anc_: #777 (1226 clicks) Tcl: Equip: Improves your chance to get a critical strike with spells by 2%.
<8> got that far
<8> but i have no clue of how to fetch the number two inline ?
<9> ;regexp -- {<tr><td colspan=2><a cl***='spell' href='?sp=24585'>(.+?)</a></td></tr><tr><td colspan=2><a cl***='spell' href='?sp=7597'>(.+?)</a></td></tr>} $list - first_line second_line
<5> confusim: #780 (6156 clicks) Tcl: 0
<9> ;puts first_line
<5> confusim: #781 (stdout) first_line
<9> ;puts $first_line
<5> confusim: #782 (446 clicks) Tcl error: can't read "first_line": no such variable
<9> ;regexp -- {.+*<a cl***='spell' href='?sp=24585'>(.+?)</a>.+*<a cl***='spell' href='?sp=7597'>(.+?)</a>.+*} $list - first_line second_line
<5> confusim: #783 (657 clicks) Tcl error: couldn't compile regular expression pattern: quantifier operand invalid
<9> ;regexp -- {.+*<a cl***='spell' href='\?sp=24585'>(.+?)</a>.+*<a cl***='spell' href='\?sp=7597'>(.+?)</a>.+*} $list - first_line second_line
<5> confusim: #784 (684 clicks) Tcl error: couldn't compile regular expression pattern: quantifier operand invalid
<9> ;regexp -- {.+*<a cl***='spell' href='\?sp=24585'>(.+?)</a>.+*<a cl***='spell' href='\?sp=7597'>(.+?)</a>} $list - first_line second_line
<5> confusim: #785 (676 clicks) Tcl error: couldn't compile regular expression pattern: quantifier operand invalid
<9> ;set regexp -- {<tr><td colspan=2><a cl***='spell' href='\?sp=24585'>(.+?)</a></td></tr><tr><td colspan=2><a cl***='spell' href='\?sp=7597'>(.+?)</a></td></tr>} $source - first_line second_line
<5> confusim: #788 (639 clicks) Tcl error: can't read "source": no such variable
<9> ;set regexp -- {<tr><td colspan=2><a cl***='spell' href='\?sp=24585'>(.+?)</a></td></tr><tr><td colspan=2><a cl***='spell' href='\?sp=7597'>(.+?)</a></td></tr>} $list - first_line second_line
<5> confusim: #789 (592 clicks) Tcl error: wrong # args: should be "set varName ?newValue?"
<9> uuh
<9> ;regexp -- {<tr><td colspan=2><a cl***='spell' href='\?sp=24585'>(.+?)</a></td></tr><tr><td colspan=2><a cl***='spell' href='\?sp=7597'>(.+?)</a></td></tr>} $list - first_line second_line
<5> confusim: #792 (68164 clicks) Tcl: 1



<9> putes $first_line
<9> ;puts $first_line
<5> confusim: #794 (stdout) <u>Equip: Improves your chance to get a critical strike with spells by 2%.
<9> lol
<9> ;puts $second_line
<5> confusim: #796 (stdout) <u>Equip: Improves your chance to get a critical strike by 1%.
<8> neat :-)
<9> ;puts $list
<5> confusim: #798 (stdout) <tr><td colspan=2><a cl***='spell' href='?sp=24585'><u>Equip: Improves your chance to get a critical strike with spells by 2%.</a></td></tr><tr><td colspan=2><a cl***='spell' href='?sp=7597'><u>Equip: Improves your chance to get a critical strike by 1%.</a></td></tr>
<8> ;regexp -- {<tr><td colspan=2><a cl***='spell' href='\?sp=24585'>(.+?)</a></td></tr><tr><td colspan=2><a cl***='spell' href='\?sp=7597'>(.+?)</a></td></tr>} $list - first_line second_line
<5> anc_: #799 (5513 clicks) Tcl: 1
<8> ;puts $first_line
<5> anc_: #800 (stdout) <u>Equip: Improves your chance to get a critical strike with spells by 2%.
<9> didnt notice that the line had a question mark at first ;)
<8> :)
<10> hi
<10> im using alice.tcl, and sometimes i get this: bot_mood="amused";
<10> in the meaning, should i be like that?
<10> [21:33:18] <+homer> cypress: Why are you so mean? bot_mood="amused";
<8> if you should be like that ?
<11> if -> http://www.tcl.tk/man/tcl8.4/TclCmd/if.htm
<8> dont know depends if you are amused iguess
<2> or unused
<10> i got a problem with a script also
<10> pretty simple one
<10> where is a pastebin?
<2> where it was the last time
<8> on the inet
<11> [PASTE] cyprs just pasted code at http://paste.anbcs.com/4368 (cyprs)
<2> wierd string match
<2> maybe its ok but it looks wrong
<2> and putchan?
<10> yeah
<10> i was gonna use it like this:
<10> !toke white widow
<10> and it should be like "cyprs fills up a bong full of white widow"
<2> i c
<10> output went like this:
<10> [21:47:05] <+homer> $nick fills up the bong, inhales... and *cough*
<8> whole script looks very weird
<2> hehe yes
<2> sont get the string match
<2> not need taht one
<10> ok
<2> and plz
<2> use TRIGGER not TRIGGA
<8> :)
<2> and the bind is ****ed up
<8> anything not ****ed up
<8> in that script
<2> hehe
<2> oh pubm
<11> [PASTE] cyprs just pasted code at http://paste.anbcs.com/4370 (none)
<2> and ther rand thingy?
<2> so its randoms the 3 lines
<10> yeah
<10> should be diffrent each time like, one time it goes <nick> rolls up a blunt full with white widow
<10> and then <nick> fills the bong with white widow
<10> etc..
<10> http://paste.anbcs.com/4371
<10> new code
<8> http://paste.anbcs.com/4372 <- work on that code instead cyprs
<8> havent tested if it works
<8> but it might
<8> or should whatever :)
<10> k hold on
<10> [22:01] Tcl error [pot]: syntax error in expression "int(rand()*4": missing close parenthesis at end of function call
<10> what if i do this instead:
<10> bind pub - !toke *
<8> int(rand()*4)]
<10> k
<10> works now
<10> if i do it like this:
<10> bind pub - !toke *


Name:

Comments:

Please enter the result of the sum 63 + 46 (to avoid spam):






Return to #eggtcl
or
Go to some related logs:

paycom exploit
cemile.com
#stocks
#mirc
#windows
like others (modeja)
mountpointremotedatabase
#stocks
#gamedev
#visualbasic



Home  |  disclaimer  |  contact  |  submit quotes