This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Search found 22 matches

by Zariffa
Thu Apr 29, 2004 1:20 am
Forum: Archive
Topic: Sending message
Replies: 1
Views: 948

Sending message

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...
by Zariffa
Thu Apr 22, 2004 12:02 am
Forum: Archive
Topic: WinDOP 3.1
Replies: 9
Views: 2517

Don't tell me you don't know how...
by Zariffa
Tue Apr 20, 2004 11:34 pm
Forum: Archive
Topic: WinDOP 3.1
Replies: 9
Views: 2517

Please...
by Zariffa
Sun Apr 18, 2004 11:12 pm
Forum: Archive
Topic: WinDOP 3.1
Replies: 9
Views: 2517

WinDOP is not "every script", you don't know ? OK, just don't answer, maybe some one else would help me :)
by Zariffa
Sun Apr 18, 2004 2:52 pm
Forum: Archive
Topic: WinDOP 3.1
Replies: 9
Views: 2517

Woaw, great response... a chance you said me that, elsewhere I wouldn't do it...

Please, somone know on this forum ?

Thanks.
by Zariffa
Sun Apr 18, 2004 9:30 am
Forum: Archive
Topic: WinDOP 3.1
Replies: 9
Views: 2517

WinDOP 3.1

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...
by Zariffa
Mon Apr 05, 2004 10:08 pm
Forum: Archive
Topic: Crazy Voicing
Replies: 1
Views: 707

Crazy Voicing

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.
by Zariffa
Mon Apr 05, 2004 2:13 pm
Forum: Archive
Topic: Invite... I give up
Replies: 3
Views: 1040

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...
by Zariffa
Mon Apr 05, 2004 9:48 am
Forum: Archive
Topic: Invite... I give up
Replies: 3
Views: 1040

Hello,

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 ?

Thanks !
by Zariffa
Mon Apr 05, 2004 5:20 am
Forum: Archive
Topic: Invite... I give up
Replies: 3
Views: 1040

Invite... I give up

Hello all,

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 :/

Thanks...
by Zariffa
Mon Apr 05, 2004 1:09 am
Forum: Archive
Topic: Unban
Replies: 2
Views: 885

Unban

Hello all,

What have I to do for my bot do not unban after some time my he bans of the channel ?

Thx
by Zariffa
Sat Apr 03, 2004 10:36 pm
Forum: Archive
Topic: Sending message, quite difficult :/
Replies: 1
Views: 1017

Sending message, quite difficult :/

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...
by Zariffa
Wed Feb 11, 2004 2:13 pm
Forum: Archive
Topic: Looking after special info display TCL
Replies: 0
Views: 537

Looking after special info display TCL

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 ...
by Zariffa
Sun Feb 08, 2004 2:20 pm
Forum: Archive
Topic: Completely blocked with sending message on join
Replies: 5
Views: 1660

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...
by Zariffa
Fri Feb 06, 2004 7:32 pm
Forum: Archive
Topic: Completely blocked with sending message on join
Replies: 5
Views: 1660

Please help me :(