@# Quotes DB     useful, funny, interesting





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



Comments:

<0> lol
<1> o_O
<0> someone didnt ser his bots up
<2> hm got a problem
<2> a script that evaluates each line starting with a !
<2> gives me "Tcl error [antifl]: list element in quotes followed by ";" instead of space"
<2> when I use ; in it
<2> like !test ;hello;
<2> also " gives an error
<1> split it first?
<3> split -> http://www.tcl.tk/man/tcl8.4/TclCmd/split.htm
<4> Pixelz: #213 (244 clicks) Tcl: {} {} {}
<1> o_O



<1> proc \;hello\; {} {puts foo}
<1> set x {;hello;}
<4> Pixelz: #216 (237 clicks) Tcl: ;hello;
<1> ;eval $x
<4> Pixelz: #217 (3548 clicks) Tcl error: invalid command name "hello"
<5> im having troubles with a bot crashing without a reason in different times at the day, is it possible to make another bot who is able to start ./eggdrop <conf> again when it crashes ?
<1> ;eval [split $x]
<4> Pixelz: #219 (stdout) foo
<1> anc, use crontab
<5> ah yea ofcrouse
<5> forgot about that :)
<5> usage: crontab [-u user] file
<5> crontab [-u user] { -e | -l | -r }
<5> crontab ./eggdrop .conf ?
<5> or how would i write it
<1> ./autobotchk from the eggdrop/scripts dir
<5> ok
<5> doesnt exist
<5> anc@orion:~/eggdrop$ ls
<5> AQ.conf filesys q4.conf
<5> README help q4chans.chan
<5> backup.conf language scripts
<5> doc modules telnet-banner
<5> eggdrop modules-1.4.5 tvchans.chan
<5> eggdrop-1.4.5 motd tvuser.user
<5> eggdrop-1.4.5.core pid.Quake-IV tvuser.user~bak
<2> hmz, oddly enough, without changing anything, the error doesn't show anymore :s
<6> anc : Google..
<6> ill give you a head start..
<6> sec
<5> heh
<6> http://www.eggheads.org/support/egghtml/1.6.17/readme.html#sect7a
<6> that information is also found in the README of you eggdrop
<5> mm found that too..
<5> but my eggdrop is an older version
<5> where that is not supported
<5> thats why i said :autobotchk doesnt exist
<6> what version ?
<5> 1.4.5
<6> hee
<6> id recompile..
<5> ;/
<2> mygod, you dinosaur
<5> hehe
<5> its good old fasion
<6> Tho there are other ways of doing that
<6> there have been MANY bug fixes since then
<5> add bug adds
<5> and..
<5> + a thousand of useless features
<2> of which there's one you need now :)
<6> shoot yourself.. im just giving you my 2 cents
<5> hehe shh Skeddie
<0> if he shot himself Snyper, the guilt would finish u off :)
<6> hmm
<6> didnt think about that..
<6> nah
<6> :p
<0> :>
<5> ;set var anc\\\\
<4> anc: #271 (191 clicks) Tcl: anc\\



<5> how do i remove only 1 \
<5> ;string map {"\\" "\"} $var
<4> anc: #272 (1257 clicks) Tcl error: unmatched open quote in list
<5> ;string map {"\\\\" "\\"} $var
<4> anc: #273 (467 clicks) Tcl: anc\
<5> ah nevermind
<7> how can i make my eggdrop dump all data from a chan to partyline ?
<7> ?
<8> Captus: bind pub -|- * myProc; proc myProc {nickname userhost handle channel text} { putlog "$text" }
<7> hum
<7> didnt get anything in partyline
<8> bind pubm -|- * myProc
<7> pubm -|- * 1 precheck::irc_gets
<7> got this?
<9> hey
<9> some on here?
<8> yup
<10> yup
<10> yoe, hows the mp3 thing goin? =P
<8> [GRiMMY]: didn't do anything more on it, got tired ;)
<10> =(
<9> i have a problem with a google tcl
<9> [22:55] Tcl error [pub:google]: error writing "stderr": bad file number
<10> lol
<10> why you trying to write to the stderr in eggdrop?
<8> Israel: did you read the topic?
<9> i need to post on th site?
<10> did you code this?
<8> bankai topic #eggtcl
<11> <0.08ms> dont ask to ask | HELP channel not DO-IT-FOR-YOU channel | no 3rd party | paste to -> http://paste.anbcs.com/ | RTFM
<9> no
<8> no 3rd party scripts..
<9> k
<9> (i dont realy know wath that mean :|)
<10> it means we cant help you with something you didnt code
<8> Israel: it means that we won't help you with a script someone else did for you/made official.. talk to the author of the script
<10> hmmm
<10> https://addons.mozilla.org/extensions/moreinfo.php?id=1419&application=firefox
<9> okey
<10> strange extension
<9> where some one can help me?
<10> #egghelp maybe
<9> k thx
<12> wtf
<12> (22:29:19) (N86ers) try #eggtcl
<12> (22:29:33) (Israel) they too
<12> (22:29:40) (Israel) they pointed me to here
<8> what about it?
<12> nothing
<12> where can i read about http2.4 package?
<8> www.tcl.tk maybe..
<12> ok
<10> https://addons.mozilla.org/extensions/moreinfo.php?application=firefox&category=Popular&numpg=10&id=1593
<10> wow good extension =P
<7> yoe didnt seem like it worked
<8> Captus: it should work, restart your bot to get rid of old binds
<7> hum... so i cant have other binds ?
<7> the thing is that i wanna see how my bots looks up data from a blowfish channel
<8> you can have other binds, but it might freak out a little if you have both pub and pubm binded to the same proc
<10> by halting the default text handler, decrypting it, p***ing back to default text hanfler
<10> thats how it looks up data in blow chans
<7> should i do a .bind pub -|- * myProc; proc myProc {nickname userhost handle channel text} { putlog "$text" } or .tcl bind pub -|- * myProc; proc myProc {nickname userhost handle channel text} { putlog "$text" } in partyline?
<10> first one...
<8> pubm might be better tho
<7> then i got all binds i got loaded
<8> the lines might be too long to output.. try putlog [llength $text] instead
<10> yeah sorry... didnt read
<10> bind pubm
<7> hum... wel... doesnt work :P
<7> hehe
<7> things i type in chan doesnt come in partyline
<10> cos your not using pubm?
<7> nah


Name:

Comments:

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






Return to #eggtcl
or
Go to some related logs:

#red
#sex
#windows
#beginner
#gentoo
delphi MAGRAS installation
#hardware
purenudism.com crack
#hardware
#freebsd



Home  |  disclaimer  |  contact  |  submit quotes