@# 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 9 10 11



Comments:

<0> damn i need to learn that namespace
<1> its ten in the morning here =)
<2> lol good night
<1> hehe nn
<1> damn reexp
<1> regexp*
<3> N86ers: One day until my birthday =)
<1> nice =)
<3> jupp
<1> bra de
<4> festa fett?
<4> :)
<0> how do i make a whois with my eggdrop and capture the idle time ?
<0> or well just a whois rest ill figure out
<5> putserv "WHOIS $nick"
<5> ?



<0> ah ok
<0> or do you ask ?
<0> ;puts "WHOIS anc"
<6> anc: #1367 (stdout) WHOIS anc
<0> oh well :)
<5> that will whois $nick
<0> yeye..
<0> so like
<0> foreach i [split [WHOIS $nick] "\n"] { puts "$info" }
<0> would that work ?
<0> puts $i
<0> even..
<5> no
<5> putserv "WHOIS $nick", will message the server.
<5> you will have to create an bind to wait for the reply
<0> oh ok
<0> how do i make it listen for the status line then in bind ?
<5> im guessing it would be
<5> bind raw -|- 317 raw:proc
<0> 317 ?
<5> yse
<5> yes*
<5> 317
<0> all the info has 317 infront ?
<5> no
<1> or u can code a own whois script
<1> i made one almost finish.. just same regexps to fix
<1> but i HATE regexp =)
<0> give it to me, then ill rape it with regep
<0> xp :)
<5> http://paste.anbcs.com/4067
<1> anc its namespeace to =)
<0> well as long as i dont need to work with namespace and just regexp its fine :)
<5> namespaces are easy ;p
<0> ah ok ScoTTie understand now
<0> why its 317
<1> hehe just fix the last proc without exps first
<1> w8
<5> if you want idle time
<0> yea
<5> the RAW is 317
<0> mm
<5> (17) RAW (stackable)
<5> bind raw <flags> <keyword> <proc>
<5> procname <from> <keyword> <text>
<5> <3 tcl-commands.doc :>
<7> [PASTE] N86ers just pasted code at http://paste.anbcs.com/4068 (namespaced whois script (not finished))
<1> =)
<1> dono if it works but =)
<5> you should add a package http up the top
<0> lol script N86ers
<1> =)
<0> working with all networks
<1> yes
<1> supposed to..
<1> but not finished
<1> i love stupid scripts u know
<5> lol
<5> didnt know you could use searchirc for people
<1> hehe
<5> i cant see many people using this for 'good'



<1> anc tell me if u fix the code and i can get it to =)
<1> hehehe
<0> hehe doubt it
<0> its not what i need
<0> just need the idle time for my script
<1> =)
<5> hmm
<5> not quite sure how this is handled
<5> i guess text includes everything both sides of the :
<5> what did you want to do with this ?
<5> !idle <nick> ?
<0> nah its a huge script
<0> should be used with a timer
<5> bind raw -|- 317 raw:idletime
<5> proc raw:idletime {from keyword text} { ... }
<5> not sure of the output for each variable
<5> so you'll have to play around with it
<0> im sure ill figure it out
<0> :)
<1> hehe
<8> [whois]
<6> Skeddie: #1450 (305 clicks) Tcl error: wrong # args: should be "whois nick uhost hand chan arg"
<8> [whois N86ers bla@bla.com N86 #eggtcl obsolete]
<6> Skeddie: #1451 (2648 clicks) Tcl error: invalid command name "putserv"
<8> your script is bugged N86ers :p
<1> hehe
<7> [PASTE] anc just pasted code at http://paste.anbcs.com/4069 (none)
<8> ;whois N86ers
<6> Skeddie: #1454 (262 clicks) Tcl error: wrong # args: should be "whois nick uhost hand chan arg"
<1> set cmd [whois skeddie]
<8> ;cmd
<6> Skeddie: #1456 (2167 clicks) Tcl error: invalid command name "cmd"
<1> ;set cmd [whois skeddie]
<6> N86ers: #1457 (283 clicks) Tcl error: wrong # args: should be "whois nick uhost hand chan arg"
<8> ;set cmd
<6> Skeddie: #1458 (129 clicks) Tcl: whore
<8> lol?
<0> hah
<1> hahahaahah
<1> wtf
<8> I'm offended
<0> anyway, whats wrong with my script ?
<0> it should work said ScoTTie
<1> ;set poop [whois skeddie skeddie@****s,goats,com sked #eggtcl hello]
<6> N86ers: #1466 (2362 clicks) Tcl error: invalid command name "putserv"
<1> huh
<8> anc, you are aware that !idle will check the idle status of the person doing that eh?
<9> , in a hostname ? i think not ;)
<1> hehe
<0> BL4DE howcome my script doesnt work
<0> pasted it couple of lines further up
<9> im not helping people, ask hest :)
<9> but i can say this much, u didnt read how bind raw works ;)
<9> *cough*wildcard*cough*
<1> ;proc whois {nick uhost hand chan arg} {puthelp "[WHOIS] $nick"}
<6> N86ers: #1476 (321 clicks) Tcl:
<0> no i didnt
<9> *cough* [] should be escaped*cough*
<0> it was suggested i did it that way
<9> by whom ?
<0> ScoTTie
<9> ScoTTie... you horse ! ;)
<1> ;proc whois {nick uhost hand chan arg} {puthelp "PRIVMSG $nick :[WHOIS]"}
<6> N86ers: #1483 (341 clicks) Tcl:
<9> The keyword is either a numeric, like "368", or a keyword, such as "PRIVMSG". from will be the server name or the source user (depending on the keyword)
<0> well actually he said i should use 317
<0> but that doesnt work either
<0> so id figure * must be just as good
<9> figure out what the server is sending
<0> how
<0> nothing is to see in the partyline
<10> telnet aq irc server :p
<9> u can do it with mirc
<9> /help /debug


Name:

Comments:

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






Return to #eggtcl
or
Go to some related logs:

operation wetback
#goal
WKRP LORI ANDERSON PICS
fedora4 change ip
#beginner
#politics
#freebsd
#nhl
#online
#computers



Home  |  disclaimer  |  contact  |  submit quotes