| |
| |
| |
|
Comments:
<0> hey everyone <1> hey all <1> hey all, need some help with TCL - when ever i try and ./configure my eggdrop it comes up claiming TCL is too old... im using version 8.4.11 - any ideas ? <2> ;split "this is a test.i.make" . {} <3> Gotisch: #1 (3022 clicks) Tcl error: wrong # args: should be "split string ?splitChars?" <2> ;split "this is a test.i.make" [list . { }] <3> Gotisch: #2 (208 clicks) Tcl: this is a test i make <4> u dont need spaces
<4> ; split "this is a test.i.make" ". " <3> BL4DE: #9 (136 clicks) Tcl: this is a test i make <4> or as a list <4> :) <2> mh? <2> ;split "this is a test.i.make" [list .] <3> Gotisch: #13 (169 clicks) Tcl: {this is a test} i make <2> ;split "this is a test.i.make" ". " <3> Gotisch: #14 (151 clicks) Tcl: this is a test i make <2> ye <2> ok <4> ; split "this is a test.i.make" .\ <4> to make it even shorter :) <2> ; urldecode <3> Gotisch: #22 (386 clicks) Tcl error: wrong # args: should be "urldecode string" <2> ; urldecode "a%3A2%3A%7Bs%3A11%3A%22autologinid%22%3Bb%3A1%3Bs%3A6%3A%22userid%22%3Bs%3A1%3A%222%22%3B%7D" <3> Gotisch: #23 (14534 clicks) Tcl: a:2:{s:11:"autologinid";b:1;s:6:"userid";s:1:"2";} <5> !list <4> ; <2> ; info level [info level] <3> Gotisch: #37 (707 clicks) Tcl error: bad level "0" <2> ; proc a {} {info level [info level]} <3> Gotisch: #38 (599 clicks) Tcl: <2> ;a <3> Gotisch: #39 (909 clicks) Tcl: a <2> ; proc a {} {info body} <3> Gotisch: #40 (323 clicks) Tcl: <2> ; proc a {} {info body a} <3> Gotisch: #41 (293 clicks) Tcl: <2> ;a <3> Gotisch: #42 (1058 clicks) Tcl: info body a <2> proc . {} { proc [info level [info level]]. {} [list [info body [info level [info level]]]] ; rename [info level [info level]] {} } <2> ;. <2> ;proc . {} { proc [info level [info level]]. {} [list [info body [info level [info level]]]] ; rename [info level [info level]] {} }
<3> Gotisch: #45 (291 clicks) Tcl: <2> ;. <2> ; . <3> Gotisch: #47 (2152 clicks) Tcl error: invalid command name "." <2> work damn! <2> ;{.} <2> ;info procs .* <3> Gotisch: #49 (432 clicks) Tcl: .. <2> ;.. <3> Gotisch: #50 (1641 clicks) Tcl error: wrong # args: should be "info exists varName" <2> mh <2> is he just lagging or something? <2> ;echo a <3> Gotisch: #53 (2167 clicks) Tcl error: invalid command name "echo" <2> ;info proc :* <3> Gotisch: #54 (420 clicks) Tcl: <2> ;info proc .* <3> Gotisch: #55 (413 clicks) Tcl: .. <2> ;.. <3> Gotisch: #56 (1634 clicks) Tcl error: wrong # args: should be "info exists varName" <2> ;info body .. <3> Gotisch: #57 (363 clicks) Tcl: { proc [info level [info level]]. {} [list [info body [info level [info level]]]] ; rename [info level [info level]] {} } <2> ;{..} <2> ;info proc .* <3> Gotisch: #58 (393 clicks) Tcl: .. <2> ;proc . {} { set name [lindex [info level [info level]] 0];proc ${name}. {} [list [info body $name]];rename [info level [info level]] {}} <3> Gotisch: #60 (295 clicks) Tcl: <2> ;. <2> why ! <2> ; striphtml <3> Gotisch: #88 (2156 clicks) Tcl error: invalid command name "striphtml" <2> ; info proc *html* <3> Gotisch: #89 (504 clicks) Tcl: htmlencode unhtml unhtml2 <2> ; unhtml <3> Gotisch: #90 (276 clicks) Tcl error: wrong # args: should be "unhtml text" <2> ; unhtml <p><b>Schon gewusst, d*** </b></p><ul><li> die <a href="/wiki/Sud-Ouest_SO_1100" title="Sud-Ouest SO 1100">Sud-Ouest Ariel III</a> der erste <a href="/wiki/Hubschrauber" title="Hubschrauber">Hubschrauber</a> <3> Gotisch: #91 (375 clicks) Tcl error: wrong # args: should be "unhtml text" <2> ; unhtml {<p><b>Schon gewusst, d*** </b></p><ul><li> die <a href="/wiki/Sud-Ouest_SO_1100" title="Sud-Ouest SO 1100">Sud-Ouest Ariel III</a> der erste <a href="/wiki/Hubschrauber" title="Hubschrauber">Hubschrauber</a> } <3> Gotisch: #92 (1341 clicks) Tcl: Schon gewusst, d*** die Sud-Ouest Ariel III der erste Hubschrauber
Return to
#tcl or Go to some related
logs:
#worldcup #beginner #beginner definition consertive WinXP installation USB-CDROM #beginner #gamedev #hardware i raped a chick linux irc noob
|
|