| |
| |
| |
|
Page: 1 2
Comments:
<0> only 2 or 3 things i want anyway <0> <--- Anon51 <1> i know :) <0> lol <1> you never asked for them, so never wrote them <0> aww <2> lol <3> hey BL4DE <3> :)
<3> good morning <4> good evening ;) <1> hey hey hey port <5> Can anyone check http://paste.anbcs.com/4397 please? :| <6> ;if {$var=="$var2} { puts L} <7> [Si|0]: #2798 (13362 clicks) Tcl error: missing " <6> ;if {$var=="$var2"} { puts L} <7> [Si|0]: #2799 (513 clicks) Tcl error: can't read "var": no such variable <6> ;set var hi <7> [Si|0]: #2800 (200 clicks) Tcl: hi <6> ;set var2 hi <7> [Si|0]: #2801 (201 clicks) Tcl: hi <6> ;if {$var=="$var2"} { puts L} <7> [Si|0]: #2802 (stdout) L <6> ;if {$var=="hi"} elseif {$var2==hi"} { puts HELLO } <7> [Si|0]: #2803 (619 clicks) Tcl error: wrong # args: extra words after "else" clause in "if" command <6> ;if {$var=="hi"} else if {$var2==hi"} { puts HELLO } <7> [Si|0]: #2804 (619 clicks) Tcl error: wrong # args: extra words after "else" clause in "if" command <6> no :P <8> :p <9> ;if {$var=="hi"} elseif {$var2==hi"} { puts HELLO } <7> N86ers: #2807 (608 clicks) Tcl error: wrong # args: extra words after "else" clause in "if" command <9> ;if {$var=="hi"} {puts fu} elseif {$var2=="hi"} { puts HELLO } <7> N86ers: #2808 (stdout) fu <10> fu <9> =) <11> =) <0> fu <11> Fu2 <8> uhm i wanted to set +v on join on all my channels whats the easiest way then ? just bind on join and then putserv "mode $chan +o nick" ? <10> .chanset #chan +autovoice <10> will voice users with +v flags <10> if you want to coice everything that joins.. search the archives for a suitable script. <8> well no need of userflags for this chan :) <10> voice*
<10> .time <10> Fri Jun 16 04:07:11 2006 <10> :\ <10> dont re invent the wheel <12> just add a user with *!*@* <12> and give him +av flag <10> could be confused with other users <12> ? so what <8> well ye never the less i wanna try make it via tcl <8> :) <12> doesnt matter if a @ gets voice flag <12> well in tcl: <8> only need it do it on a join <8> and to do it in all the channels the bot reside in <12> proc dsa {n h a c} { pushmode $c +k $n } <12> +v ofcourse... <12> proc dsa {n h a c} { pushmode $c +v $n } <8> i get wrong args.. but i think my bind to join is wrong imo <12> bind join - * dsa <8> i just see all wrong arguments :/ <8> could the bot me missing something in the eggdrop.conf ? <12> think its pushmode, dont really remember, else use normal putserv "MODE $chan +v $nick" <12> in your case putserv "MODE $c +v $n" <8> well its saying my proc is definine wrong and lol proc aop {nick uhost hand chan text}{ seems right to me <12> i only wrote 4 arguments <12> why is text in yours + <12> ? <8> oh <8> i was playing around with it <8> pardon me, guess i got the habbit of it being there for my purposes <12> :) <12> but well dont remember if its pushmode or putserv <12> both might even work <8> putserv worked fine <8> thnx alot :) <12> np <13> pushmode uses eggdrop's mode queueing <13> putserv goes straight to the server queue <14> what does an eggdrop taste like?
Return to
#eggtcl or Go to some related
logs:
shizident #beginner #windows #stocks #politics #firebird #microsoft #delphi #gentoo #politics
|
|