@# Quotes DB     useful, funny, interesting





Google
 
Web www.quotesdb.info
Undernet  |  EFnet  |  Quakenet  |  Freenode  |  Dalnet  |  Ircnet  |  Galaxynet
Page: 1 2 3 4 5 6 7 8



Comments:

<0> ;putloglev 1 "\nQUIT oops" "oops"
<1> Gotisch: #5 (497 clicks) Tcl:
<0> ;putloglev 1 "QUIT oops" "oops"
<1> Gotisch: #6 (355 clicks) Tcl:
<0> this doesnt do anything :]
<2> You know
<2> It's really nice to see that I'm not the only person that desperately needs to get laid.
<2> :D
<0> ;putloglev 1 #tcl "oops"
<1> Gotisch: #4 (putloglev 1) oops
<0> :)
<2> I feel so much better! :D
<0> ;putloglev "\nQUIT OOPS" #tcl "oops"
<1> Gotisch: #8 (putloglev
<0> GNA!
<0> why does this newline stuff never work!



<0> ;putloglev "\nQUIT\n\n OOPS" #tcl "oops"
<1> Gotisch: #11 (putloglev
<0> thats so unfiar!
<0> :]
<3> lol
<0> ;putloglev "\nPRIVMSG #tcl :why wont this work!" #tcl "oops"
<1> Gotisch: #23 (putloglev
<0> ;putloglev "PRIVMSG #tcl :why wont this work!" #tcl "oops\nQUIT maybehere"
<4> puthelp probably checks for newline
<1> Gotisch: #24 (putloglev PRIVMSG #tcl :why wont this work!) oops
<4> it's eggdrop after all
<0> it doesnt
<4> you sure?
<0> it just does
<0> puthelp "PRIVMSG $chan :$nick\002:\002 #$evalinfo(count) (putloglev $l) [string map {"\001" {}} [string trimright [string range $t 0 400]]]"
<0> $l is what i supply
<0> ;putloglev "PRIVMSG #tcl :why wont this work!" #tcl "oops newline ->\nQUIT maybehere"
<1> Gotisch: #33 (putloglev PRIVMSG #tcl :why wont this work!) oops newline ->
<0> but somehow either it doesnt get send to server
<0> or im doing something wrong
<4> try getting puthelp to send newline first ;)
<0> maybe puthelp wont allow more then one line to be send
<4> doesn't work for me
<0> stupid puthelp!
<4> hehe
<4> puthelp saves the day
<0> ye
<0> but thats thnx to eggdrop
<0> not thnx to FireEgl :P
<4> hehe
<0> ;putloglev "Still this is a bug!" #tcl "don't you think?"
<1> Gotisch: #46 (putloglev Still this is a bug!) don't you think?
<0> i could fake a message
<0> ;putloglev " -1) ERROR IN Safe_Tcl!!! RESTART!! (no joke!!" #tcl ""
<1> Gotisch: #48 (putloglev -1) ERROR IN Safe_Tcl!!! RESTART!! (no joke!!)
<0> ;proc error
<1> Gotisch: #50 (1128 clicks) Tcl error: wrong # args: should be "::pubsafetcl::Proc interp name arguments body"
<0> ;proc error { args } { putloglev " -1) ERROR IN Safe_Tcl!!! RESTART!! (no joke!!" #tcl " Error: $args " }
<1> Gotisch: #52 (957 clicks) Tcl error: Attempt to redefine command DENIED! =P
<0> ;proc error_ { args } { putloglev " -1) ERROR IN Safe_Tcl!!! RESTART!! (no joke!!" #tcl " Error: $args " }
<1> Gotisch: #53 (556 clicks) Tcl:
<0> error_ bug in script !!!
<1> Gotisch: #54 (putloglev -1) ERROR IN Safe_Tcl!!! RESTART!! (no joke!!) Error: bug in script !!!
<4> :P
<5> okee I see.. now stfu.. It's StarGate time. =P
<4> lol
<0> new episodes?
<4> atlantis is airing weekly
<4> sort of
<4> sg-1 I don't know what the hell happened to
<0> ;namespace d ::
<1> Gotisch: #64 (390 clicks) Tcl: Resetting safetcl ...
<0> ;namespace d {::}
<1> Gotisch: #1 (985 clicks) Tcl: Resetting safetcl ...
<0> ;namespace d \{::\}
<1> Gotisch: #1 (1748 clicks) Tcl error: unknown namespace "{::}" in namespace delete command
<0> ;string trimleft
<1> Gotisch: #2 (1653 clicks) Tcl error: wrong # args: should be "string trimleft string ?chars?"
<0> string trimleft "::abc" :
<1> Gotisch: #3 (445 clicks) Tcl: abc
<0> string trimleft ":\:abc" :



<1> Gotisch: #4 (421 clicks) Tcl: abc
<0> string trimleft ":\\:abc" :
<1> Gotisch: #5 (413 clicks) Tcl: \:abc
<0> ;proc \\::string { args } {puts a}
<1> Gotisch: #6 (1515 clicks) Tcl error: can't create procedure "\::string": unknown namespace
<0> ;::Rename
<1> Gotisch: #7 (11068 clicks) Tcl error: interp is not allowed! =P
<0> oO
<0> ;string \}
<1> Gotisch: #9 (1516 clicks) Tcl error: bad option "}": must be bytelength, compare, equal, first, index, is, last, length, map, match, range, repeat, replace, tolower, toupper, totitle, trim, trimleft, trimright, wordend, or wordstart
<0> ;interp alias
<1> Gotisch: #10 (1270 clicks) Tcl error: wrong # args: should be "interp alias slavePath slaveCmd ?masterPath masterCmd? ?args ..?"
<0> ;interp alias 0 ::Rename
<1> Gotisch: #11 (1311 clicks) Tcl error: could not find interpreter "0"
<0> ;interp alias {} ::Rename
<1> Gotisch: #12 (528 clicks) Tcl:
<0> now what did that do ?
<0> ;info body ::Rename
<1> Gotisch: #14 (1032 clicks) Tcl error: "::Rename" isn't a procedure
<0> nothing at all -.-
<0> ;interp alias {} ::Rename {} rename
<1> Gotisch: #16 (561 clicks) Tcl: ::Rename
<0> ;::Rename
<1> Gotisch: #17 (971 clicks) Tcl error: wrong # args: should be "::pubsafetcl::Rename interp oldName newName"
<0> ;info body ::Rename
<1> Gotisch: #18 (1033 clicks) Tcl error: "::Rename" isn't a procedure
<0> ;Rename
<1> Gotisch: #19 (638 clicks) Tcl error: wrong # args: should be "::pubsafetcl::Rename interp oldName newName"
<0> ;rename
<1> Gotisch: #20 (606 clicks) Tcl error: wrong # args: should be "::pubsafetcl::Rename interp oldName newName"
<0> ;rename a b
<1> Gotisch: #21 (1090 clicks) Tcl error: can't rename "a": command doesn't exist
<0> ;rename {} a b
<1> Gotisch: #22 (644 clicks) Tcl error: wrong # args: should be "::pubsafetcl::Rename interp oldName newName"
<0> ;Rename {} a b
<1> Gotisch: #23 (647 clicks) Tcl error: wrong # args: should be "::pubsafetcl::Rename interp oldName newName"
<0> ;Rename {info } b
<1> Gotisch: #24 (1139 clicks) Tcl error: can't rename "info ": command doesn't exist
<0> ;file asdf
<1> Gotisch: #25 (925 clicks) Tcl error: not allowed to invoke subcommand asdf of file
<0> meh its not even the errormsg as in the public source
<0> file ro
<0> ;file ro
<1> Gotisch: #28 (928 clicks) Tcl error: not allowed to invoke subcommand ro of file
<0> ;info
<1> Gotisch: #29 (597 clicks) Tcl error: wrong # args: should be "::pubsafetcl::Info interp option ..."
<0> info option
<0> ;info option
<1> Gotisch: #31 (1229 clicks) Tcl error: bad option "option": must be args, body, cmdcount, commands, complete, default, exists, functions, globals, hostname, level, library, loaded, locals, nameofexecutable, patchlevel, procs, script, sharedlibextension, tclversion, or vars
<0> ;timeout
<1> Gotisch: #32 (623 clicks) Tcl:
<0> ;timeout {}
<1> Gotisch: #33 (350 clicks) Tcl:
<0> ;timeout 1
<1> Gotisch: #34 (347 clicks) Tcl:
<0> ;info body duratoin
<1> Gotisch: #35 (1036 clicks) Tcl error: "duratoin" isn't a procedure
<0> ;info body duration
<1> Gotisch: #36 (533 clicks) Tcl:
<1> Gotisch: #36 (533 clicks) Tcl: # avoid OCTAL interpretation, deal with negatives, split floats, handle things like .3
<1> Gotisch: #36 (533 clicks) Tcl: foreach {seconds fraction} [split [string trimleft $seconds {-0}] {.}] {break}
<1> Gotisch: There's 14 more lines, but I'm not gonna show you them! =P
<0> ;duration 66
<1> Gotisch: #37 (2813 clicks) Tcl: 1 minute, 6 seconds
<0> ;getchanlaston
<1> Gotisch: #38 (664 clicks) Tcl error: wrong # args: should be "getchanlaston hand"
<0> ;getchanlaston Fireegl
<1> Gotisch: #39 (337 clicks) Tcl: partyline
<0> ;getchanlaston GoMp
<1> Gotisch: #40 (355 clicks) Tcl: #EggTcl
<0> ;getchanlaston Gotisch
<1> Gotisch: #42 (357 clicks) Tcl: #Tcl
<0> ;dccused
<1> Gotisch: #43 (282 clicks) Tcl: 6


Name:

Comments:

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






Return to #tcl
or
Go to some related logs:

#stocks
#worldcup
#unixhelp
#computers
Rettard Germany
#gentoo
#computers
#beginner
#computers
how to spoof your psybnc vhost ip



Home  |  disclaimer  |  contact  |  submit quotes