| |
| |
| |
|
Page: 1 2 3
Comments:
<0> hey have a qeustion <0> can't i have an eggdrop rendomly choose a vhost from a list if i did something like this <0> set my-ip "vhost" <1> poppabear: #721 (201 clicks) Tcl: vhost <0> set my-ip { "vhost" } <1> poppabear: #722 (264 clicks) Tcl: "vhost" <0> just enclose it in brackets? <2> fu <3> how can i identify myself on the windrop? <3> it doesnt recognize me as master.. <4> that's because it sees you more as a slave <3> ? <2> try #windrop or pay us $750 <4> problem is, ZoRRo_, it could be a million things <3> hmm .. <3> my host is the same like in partyline
<3> my nickname is the same.. <3> my nickname is like in the config.. <3> dont know why he cant identify me as master <5> /msg bot hello <5> would help <3> HANDLE P*** NOTES FLAGS LAST <3> zorro_ yes 0 hjlmnoptx 13:14 <3> ses) <3> i changed the word hello to test <3> but it doesnt work <6> try putting yerself in owner too <6> conf setting <7> ; set test123 <1> VooorG: #745 (433 clicks) Tcl error: can't read "test123": no such variable <7> ; regexp {^[a-p]+$} "abcdefghijklmnopqrstuvwxyz" <1> VooorG: #746 (246 clicks) Tcl: 0 <7> ; set test test123 <1> VooorG: #747 (198 clicks) Tcl: test123 <7> ; regexp {^[a-z]+$} "abcdefghijklmnopqrstuvwxyz" <1> VooorG: #748 (566 clicks) Tcl: 1 <3> bad***dog i already done it <7> ; regexp {^[a-z]+$} "aZbcdefghijklmnopqrstuvwxyz" <1> VooorG: #750 (255 clicks) Tcl: 0 <3> # You NEED to change this setting. <3> set owner "ZoRRo, ZoRRo_" <7> ; regexp {^[a-z]+$} "abcdefghijklmnopqrstuvwxyz" <1> ZoRRo_: #752 (202 clicks) Tcl: ZoRRo, ZoRRo_ <1> VooorG: #753 (253 clicks) Tcl: 1 <7> ; regexp {^[a-z]+$} "abcdefghijklmnopqrstuvwxyz123" <1> VooorG: #754 (255 clicks) Tcl: 0 <7> ; regexp {^[a-z]+$} "abcdefghijklmnopqrstuvwxyz" <1> VooorG: #755 (253 clicks) Tcl: 1 <7> ; regexp {^[a-z]+$} "abcdefghijklmnopqrstuvwxyz-" <1> VooorG: #756 (248 clicks) Tcl: 0 <7> ; regexp {$test} "abcdefghijklmnopqrstuvwxyz-" <1> VooorG: #757 (12779 clicks) Tcl: 0 <7> ; regexp {$test} "abcdefghijklmnopqrstuvwxyz" <1> VooorG: #758 (222 clicks) Tcl: 0 <7> ; set test test <7> ; regexp {$test} "abcdefghijklmnopqrstuvwxyz" <1> VooorG: #759 (194 clicks) Tcl: test <1> VooorG: #760 (226 clicks) Tcl: 0 <7> ; regexp {^[a-z]+$} "abcdefghijklmnopqrstuvwxyz" <1> VooorG: #761 (251 clicks) Tcl: 1 <7> ; set test tesT <1> VooorG: #762 (200 clicks) Tcl: tesT <7> ; regexp {^[a-z]+$} "abcdefghijklmnopqrstuvwxyz" <1> VooorG: #763 (254 clicks) Tcl: 1 <7> hhmpf <2> what are u trying to do? <7> $test may only contain the characters that i specify <8> how isnt it working <8> ? <7> ; set test test^^ <1> VooorG: #769 (197 clicks) Tcl: test^^ <7> ; regexp {^[a-z]+$} "abcdefghijklmnopqrstuvwxyz" <1> VooorG: #770 (312 clicks) Tcl: 1 <7> it should say 0 <7> cause of the ^^'s <9> you're not using $test <8> well
<8> yeah <9> duuh <8> helps if you test it correctly ;p <7> ; regexp {^$test$} "abcdefghijklmnopqrstuvwxyz" <1> VooorG: #778 (471 clicks) Tcl: 0 <7> or what <8> ugh ? <8> ; regexp {^[a-z]+$} $test <1> ScoTTie: #781 (265 clicks) Tcl: 0 <7> ohhh <8> ?? regexp <1> regexp -> http://Tcl.Tk/man/tcl8.5/TclCmd/regexp.htm <10> [What-is] That term has not been defined. <8> read that <7> what if i want chars like . <9> just add |\. to the {}-part <8> you mean like {^[a-z\.]+$} ? <9> :) <7> nice, ill go test it when i get home <7> and btw, the regexp documentation isnt the best <8> it explains up the top the format of it <9> look at reg_ex, explains it perfectly <9> re_syntax even <9> http://tcl.tk/man/tcl8.5/TclCmd/re_syntax.htm <3> when eggdrop adds *!~hIRC@*.sofort.was.du.willst-kein.hi.oder.da i can identify as mater.. but when i add *!~hIRC@*.sofort.was.du.willst-kein.hi.oder.da or *!*~hIRC@*.sofort.was.du.willst-kein.hi.oder.da <3> he cant identify me as master <8> does *!~hIRC@*.sofort.was.du.willst-kein.hi.oder.da work or not ? <8> i dont see why you would need *!*~hIRC@*.sofort.was.du.willst-kein.hi.oder.da anyway... do *!*hIRC <5> ~ actually needs to be in it if his ident isn't working <11> what's the partyline cmd to see which bots are linked? <8> .links ? <8> .bottree ? <11> bottree ftw <11> thx ScoTTie <8> yeah bottree works <8> but .help > * <11> :) <11> ScoTTie > .help ;) <8> lies <3> hmm when i log in in my partyline.. <3> and if i forget to quit the session with .quit <3> and just close the telnet windows.. <3> i cant get on the line again .. <3> what can i do? <12> what arguments are p***ed when i bind a proc to a raw event? <8> grab tcl-commands.doc <12> k <8> listed down the bottom are all the binds and their arguments <8> think the files in your eggdrops ./docs dir <12> yeah found it <12> for some reason i'm not getting back the idle time of a user from the server when i do a /whois :( <8> try: /whois username username <12> ahh good point <12> seems to be 317 instead of 319 i got from google <12> thanks for the double nickname tip ScoTTie.. not worried about that in a long time as my client does it for me. heh. <8> np <12> a proc should return 0 on success and 1 on failiure correct, or have i got them the wrong way around? <4> doesnt matter, depense on what fits <8> ;string compare "example" "example" <1> ScoTTie: #834 (408 clicks) Tcl: 0 <8> ;string match "example" "example" <1> ScoTTie: #835 (410 clicks) Tcl: 1 <8> ;string compare "example" "exampl" <1> ScoTTie: #836 (404 clicks) Tcl: 1 <8> ;string compare "exampl" "example" <1> ScoTTie: #837 (405 clicks) Tcl: -1 <13> i need some help with a RSS script i wanna make it so it pastes the info on multi lines ? <8> what script is it ? <13> http://paste.anbcs.com/4365 <8> eheh <8> my script :p <8> http://labs.wizzer-it.com/ <8> get v0.3b1
Return to
#eggtcl or Go to some related
logs:
#beginner narcotics anonomous dmraid AND x2200 problems wrinkled face woman
decompyle windows #computers CSJJ.PK suicide is lame
#online variables in Flash 8Pro
|
|