Hello, I'm blocked on something... This code send message to private, when someone tape !aide in the channel. bind pub - !aide pub:aide proc pub:aide { nick uhost hand chan arg } { if {[llength $arg]==0} { putserv "privmsg $nick :Aide sur commandes" } else { putlog "aide" } retur...
Hi dude, I'm posting about this wonderful script because I have one question : > How can I add some other admins ?! I explain... I'm the owner of my eggdrop, and in the artyline, I setted a friend too, but when he login to the bot through windop script, he isn't an admin ! What should I do ? Thanks...
Hi, My 1.6.15 eggdrop, voices everyone on the channel that joins. Before he never did it, but since i putted '.chattr myhandle v' (a mistake because I would do +v) he do it... How can I prevent my eggdrop auto voicing users joining my channel ? PS: The chanset is -autovoice Thank you for helping me.
A friend gave me this code, bit it's not perfect, could you help me to enheance it ? bind mode - * op:invite proc op:invite {nick uhost hand chan mode victim } { global bot botnick if {$mode=="+o" && $chan=="#a" && $victim!="KBS" && $victim!=&quo...
It's very cool up to you, showing me the manipulations to do, but I don't know either how to begin (I don't want to, and I don't have time to learn TCL), could you just show me what it would be ?
I readed the documentation of the TCL... it's hard, anyhere the problem is still there...
How can I invite a person oping on #a to channel #b ? And moreover, if this person is already on #b, then do not invite her ? It is possible please show me :/
Hello all, I have a real big problem. I don't know TCL, and I have an Eggdrop, and I want him to do one thing : To send a : /msg MAINNICK ARG1 ARG2 when he JOIN, or when MAINNICK join to a channel. Can somone write me this little code please ? :/ I hate ask for that because all of you have other thi...
Hello all, I'm looking after a TCL which be able to display messages if I put '!something' in private message : <me> !cinema <egg> The latest cinema films are : bla bla etc... But, I would also that in DCC chat it would be possible to do something like : .list word all .add word cinema .add worddef ...
I have still ne same problem... is it this code so difficult ?! ### What is the name of the bot to identify to on join (CSAUTH)? set bot(csauthbot) "me" ### What is the name of the bot you want to do the channel identify (AUTH)? set bot(authbot) "me" ### Set the username / passwo...