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 5 matches

by hrz
Mon Aug 29, 2011 3:06 pm
Forum: Script Requests
Topic: Request OP
Replies: 21
Views: 13108

Also, nice English!
by hrz
Mon Jul 04, 2011 6:05 am
Forum: Script Requests
Topic: Simple onjoin autovoice [SOLVED]
Replies: 2
Views: 2403

Eggdrop can do this natively if you simply create a user with the host '[???]-*!*@*' and giving it +vg or just +v and setting the channe +autovoice.
.adduser bots [???]-*!*@*
.chattr bots +vg #chan
or
.adduser bots [???]-*!*@*
.chattr bots +v #chan
.chanset #chan +autovoice
by hrz
Sat Jun 25, 2011 7:10 am
Forum: Script Requests
Topic: topic change ban
Replies: 8
Views: 4958

I think this would be much simpler, basically: .chanset #chan *word1*,*word2*,*some more words :D* and .chanset $chan This is what I want the topic to be if someone puts something nasty in my old topic and .chanset #chan tb-kickmsg I think you're mean for setting that topic, meanie! and .chanset #ch...
by hrz
Fri Jun 24, 2011 6:06 am
Forum: Script Requests
Topic: AutoVoice Users after time delay
Replies: 7
Views: 13422

Using a script for that seems silly since Eggdrop already does that natively. If you set your aop-delay properly and give the user ``+gv'' he will automatically be voiced after a timed delay. If you're wanting to voice everybody you could add a user with the mast *!*@* and give it the ``+gv'' flags,...
by hrz
Fri Jun 24, 2011 5:58 am
Forum: Script Requests
Topic: Seems like a challange :bot writing textdoc
Replies: 1
Views: 2164

How do you intend to edit the text? Seems to me that the best way would be to just append text and allow regexp editing of the full text. Do you have any thoughts on how you suppose you want that done?