@# Quotes DB     useful, funny, interesting





Google
 
Web www.quotesdb.info
Undernet  |  EFnet  |  Quakenet  |  Freenode  |  Dalnet  |  Ircnet  |  Galaxynet


Comments:

<0> lol
<1> now that's oldskool
<0> =)
<2> god it's bugged
<2> but fast though
<2> say something again?
<2> no, say
<3> hey, they didnt have that bug back then :)
<3> nice ping reply
<2> msg's appear in here faster than in 6.16
<2> what bug?
<3> the DCC bug
<1> yeh, you wanted to send a file
<3> wov, they even had dcc :)
<3> ; info procs ip



<1> :p
<3> ; info procs *ip*
<1> hm, no ping reply
<4> ; info procs *ip*
<5> yoe: #2 (589 clicks) Tcl: ip2hex decimal2ip testip ip2decimal stripcolors validip hex2ip stripcodes
<3> decimal2ip 1370673706
<5> BL4DE: #4 (1130 clicks) Tcl: 81.178.210.42
<0> regexp ?
<6> regexp -> http://www.tcl.tk/man/tcl8.4/TclCmd/regexp.htm
<1> ;string length "foureightfifteensixteentwentythreefortytwo"
<1> :s
<1> ; string length "foureightfifteensixteentwentythreefortytwo"
<7> ; string length"thatislikeyourpenisisteninchesminusthenumberofsecondsittakesyoutoreadthisinlengthininches"
<0> ?regexp
<0> ;info procs *html*
<8> anyone have a script that can let me send a command to through my whole botnet
<8> do i type the command .netjoin #chan in th party line?
<8> with that botnet tcl script
<9> do .netcontrol * firsth
<9> that way u control all the bots to make sure all of their chan files update correctly then do the .netjoin #chan
<9> then do .netcontrol Botname, botname, botname, ect
<9> then .netchanset #channel -inactive
<9> and finally .netsave
<9> [d0x]
<5> G-Prime: #36 (2367 clicks) Tcl error: invalid command name "d0x"
<8> [20:31] <8> .netcontrol *
<8> [20:31] <Conor> What? You need '.help'
<9> did u install netbots?
<8> i have botnet
<8> and the scripts loaded
<8> Loaded netbots.tcl v1.16 by slennox
<9> http://www.egghelp.org/netbots/index.htm
<9> get the more up to date version of it
<8> grr
<8> alright
<9> yer using ver 1.16?
<8> i guess haha
<9> WoW thats kinda - old
<9> anyways when u get that all installed and everything the commands i gave u will work :)
<8> do i have to load all those .tcl's in the bot config?
<4> FireEgl, netdrop got approved by SF.net =)
<10> =)
<4> Now, what would you say about being listed as a dev? =)
<10> sure, list me.. =)
<10> Do I hafta do anything? =P
<4> Would be nice to have someone with us that knows how SF.net works =)
<4> Do what ya want, it'll take some time to get the planning up.. Until then just stay low... and join #netdrop =)
<11> how would i send a msg to all chans that have a udef flag?
<1> getchanmode
<11> not exactly what im talking about heh
<1> no idea what you're talking bout :p



<11> when something is triggered, send the same text to different channels
<11> but using udef flags to know which channels to send the text to
<1> hah, user defined flags
<11> so, if the bot is on 5 channels { #1 #2 #3 #4 #5 } and chans #2,4,5 have +sendtexthere
<11> the bot sends the text to 2,4,5 and not 1,3
<11> make sense?
<1> foreach item [list [channels]] { if {[string match "+sendtext" [channel info]]} { putserv "PRIVMSG $item :the send text trigger stuff blah"}
<1> something like that
<11> ah
<1> althoguh I dunno how the output of channel info is, could be that you have to join/split it
<1> idem for channels, could be that's it's already a list
<1> and perhaps some trimming needed too
<11> [channel get $chan sendtext]
<12> p4l: #49 (249 clicks) Tcl error: can't read "chan": no such variable
<11> oh stfu
<11> lol
<11> wouldnt you be able to do something like that?
<11> array's in tcl confuse the hell out of me
<1> mm yeah
<1> would be easier
<1> instead of the channel info
<11> yeah that is what i thought heh
<1> problem is that it doesn't work with $channel
<11> yeah i just noticed that unfortunetly
<1> hmz nvm
<1> .tcl
<12> Skeddie: #61 (102 clicks) Tcl:
<1> .tcl channels
<12> Skeddie: #62 (2023 clicks) Tcl error: invalid command name "channels"
<1> .tcl channel get #eggtcl autoop
<12> Skeddie: #63 (2056 clicks) Tcl error: invalid command name "channel"
<11> that works on my bot heh
<1> this works with the eggdrop
<1> yeh
<1> you get the rest eh
<1> no need to add .tcl in the .tcl script though
<11> yeah
<11> lol
<13> Chuck Norris met with a teenage drug and alcohol awareness diversion group last week. There were no survivors.
<11> [list [split channels " "]]
<12> p4l: #72 (171 clicks) Tcl: channels
<11> ooh fu
<11> [list [split [channels] " "]]
<12> p4l: #74 (2060 clicks) Tcl error: invalid command name "channels"
<11> yeap fu
<11> Skeddie -> foreach item [channels] { if {[channel get $item sendtext]} { putserv "PRIVMSG $item :the send text trigger stuff blah" }} :P
<1> mmz
<1> well yeah, mine was a rough sketch
<11> yeah
<11> took me a bit to figure it out heh
<1> as the topic states: not a do-it-for-you channel :)
<11> yeap
<11> i like that lol
<11> i dont have a problem spending days on one part of code, just not much on udef flags that i found
<14> Find in seconds teh difference between to unixtimes?
<3> are you... stupid ?
<14> yep
<3> u seriously dont know how to find the diffrence between 2 numbers ?
<14> but its not in seconds is it
<10> set time1 [clock seconds]
<10> Dangit, my ipv6 link must be lagging..
<10> expr {[clock seconds] - $time1}
<12> FireEgl: #122 (5756 clicks) Tcl: 1137533124
<12> FireEgl: #124 (188 clicks) Tcl: 1
<4> Good morning, partner!


Name:

Comments:

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






Return to #eggtcl
or
Go to some related logs:

#freebsd
#politics
#computers
#linuxhelp
#nhl
#firebird
pxe-t01 debian
sexualxac
#delphi
#nhl



Home  |  disclaimer  |  contact  |  submit quotes