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.

VoiceServ & SearchServ Request

Requests for complete scripts or modifications/fixes for scripts you didn't write. Response not guaranteed, and no thread bumping!
Post Reply
H
Hassan
Voice
Posts: 5
Joined: Mon Jul 09, 2007 7:25 pm

VoiceServ & SearchServ Request

Post by Hassan »

well the people here miss understand what kind of tcl i need. i dont need any file sharing tcl egghelp.org have in tcl archieve hell of auto voice and search things scripts all i need autovoice tcl have feature we can add names in voice list as well the format nick!user@host like that and the other thing is search tcl where we can add list of games urls movies and many more and via commands we can search or can check latest addtions any help will be appriciate a lot thx.
User avatar
awyeah
Revered One
Posts: 1580
Joined: Mon Apr 26, 2004 2:37 am
Location: Switzerland
Contact:

Post by awyeah »

I am currently under development of a very similar VoiceServ script. It is about already done, only a little bit of testing is needed before I release it.

It currently implies AOv (Auto voice) and SOv (Super voice) as similar with DALnets AOp and SOp services with different access levels. When the script is fully tested, hopefully within a day or two then I will release it and send a notification on this thread.
·­awyeah·

==================================
Facebook: jawad@idsia.ch (Jay Dee)
PS: Guys, I don't accept script helps or requests personally anymore.
==================================
H
Hassan
Voice
Posts: 5
Joined: Mon Jul 09, 2007 7:25 pm

Post by Hassan »

i will pay if anyone help me out thanks.
Z
Zircon
Op
Posts: 191
Joined: Mon Aug 21, 2006 4:22 am
Location: Montreal

Post by Zircon »

Similar script in http://forum.egghelp.org/viewtopic.php?t=13757

Send the Money to awyeah :lol:
H
Hassan
Voice
Posts: 5
Joined: Mon Jul 09, 2007 7:25 pm

Post by Hassan »

well i did chat with him already this script is for autovoice nick i need autovoice on nick!user@host like that :roll:
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

Hassan wrote:well i did chat with him already this script is for autovoice nick i need autovoice on nick!user@host like that :roll:
Then post in the appropriate forum and request it.
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
User avatar
awyeah
Revered One
Posts: 1580
Joined: Mon Apr 26, 2004 2:37 am
Location: Switzerland
Contact:

Post by awyeah »

Hassan wrote:well i did chat with him already this script is for autovoice nick i need autovoice on nick!user@host like that :roll:
You people are just too lazy and want everything in the form of a tcl script, which is already present in the bot's internal features: autoop, autovoice etc.

In partyline:

Code: Select all

.chanset <#chan> +autovoice
.+user <handle> <nick!ident@host.mask>

#For a global flag
.chattr <handle> +v

#For a local flag
.chattr <handle> +v <#chan>
Why would you need a tcl script, if these three lines can exactly do the same?
·­awyeah·

==================================
Facebook: jawad@idsia.ch (Jay Dee)
PS: Guys, I don't accept script helps or requests personally anymore.
==================================
User avatar
spithash
Master
Posts: 249
Joined: Thu Jul 12, 2007 9:21 am
Location: Libera
Contact:

Post by spithash »

Also, doing this in the party line will help:

.chattr handle +g #channel

and for global voice:

.chattr handle +g

(This works ONLY if the handle (user) exists in the bot)
I think its more secure by eggdrops partyline setting commands, rather using a tcl for such a simple thing like autovoice....

awyeah, i agree with you...

Some people doesnt even know the basic commands of an eggdrop and they load tcl's without need to do that.
Libera ##rtlsdr & ##re - Nick: spithash
Click here for troll.tcl
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

Using the 'g' flag is more appropriate as it doesn't rely on a channel being specifically set for auto voice. Giving the user the 'f' flag also is a good idea.
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
H
Hassan
Voice
Posts: 5
Joined: Mon Jul 09, 2007 7:25 pm

Post by Hassan »

.chanset <#chan> +autovoice
.+user <handle> <nick!ident@host.mask>

#For a global flag
.chattr <handle> +v

#For a local flag
.chattr <handle> +v <#chan>


can you explain me more thanks. i did install eggdrop now you want me add this via ddc chat???
User avatar
awyeah
Revered One
Posts: 1580
Joined: Mon Apr 26, 2004 2:37 am
Location: Switzerland
Contact:

Post by awyeah »

I think you should read more about eggdrops on www.egghelp.org, how to add users, what are flags, what type of hostmasks to add, how to set user passwords and etc.. only then you would be able to figure that out.
·­awyeah·

==================================
Facebook: jawad@idsia.ch (Jay Dee)
PS: Guys, I don't accept script helps or requests personally anymore.
==================================
Post Reply