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

by Repdientu
Sat Jun 10, 2023 10:11 pm
Forum: Script Requests
Topic: auto join / part channel with random time
Replies: 3
Views: 3463

i have updated as above but the time of eggdrop join and part is not correct according to random install time. Looking forward to all the helpers # Kênh để Eggdrop tự động tham gia set channelToJoin "#chatvn" # Hàm thực hiện tự động rời khỏi và tham gia kênh khi kết nối thành công bind joi...
by Repdientu
Fri Jun 09, 2023 10:18 pm
Forum: Script Requests
Topic: auto join / part channel with random time
Replies: 3
Views: 3463

thank you, it worked
by Repdientu
Fri Jun 09, 2023 10:49 am
Forum: Script Requests
Topic: auto join / part channel with random time
Replies: 3
Views: 3463

auto join / part channel with random time

I wrote this piece of code, but it's not working correctly. I hope you can help me set channelToJoin "#chatvn" set quoteList { "Sự thành công không phải là chìa khóa của sự hạnh phúc. Sự hạnh phúc là chìa khóa của sự thành công. Nếu bạn yêu những gì bạn đang làm, bạn sẽ thành công.&qu...
by Repdientu
Fri Dec 30, 2022 5:47 am
Forum: Script Requests
Topic: removeVietnamese answer in BogusTrivia v2.06.4.7 by SpiKe^^
Replies: 0
Views: 16864

removeVietnamese answer in BogusTrivia v2.06.4.7 by SpiKe^^

Hello every one! i am using BogusTrivia v2.06.4.7 by SpiKe^^ in my server. I have some Vietnamese accents answer in the question. What is the main hair colour of Vietnamese people*black*Đen i want to answer: den and bot will be understand it correct answer. How to i remove Vietnamese accents? Thank ...
by Repdientu
Wed Jul 22, 2020 12:33 am
Forum: Script Requests
Topic: !vhost nick vhost.you.choose
Replies: 25
Views: 14993

thank you
by Repdientu
Sun Jul 12, 2020 12:58 am
Forum: Script Requests
Topic: !vhost nick vhost.you.choose
Replies: 25
Views: 14993

thank you, i will try it
by Repdientu
Fri Jul 10, 2020 9:52 pm
Forum: Script Requests
Topic: !vhost nick vhost.you.choose
Replies: 25
Views: 14993

Thank you. Can i set it work only channel ?
by Repdientu
Fri Jul 10, 2020 8:27 am
Forum: Script Requests
Topic: !vhost nick vhost.you.choose
Replies: 25
Views: 14993

the codes in the urls i posted do exactly that checking if user has a registered nick on join of vhost channel i not ower the network. i am only ircops on it. i want to make bot to used !vhost to give vhost user on the network too. the codes in your post is set vhost user. but i want to make only o...
by Repdientu
Fri Jul 10, 2020 6:54 am
Forum: Script Requests
Topic: !vhost nick vhost.you.choose
Replies: 25
Views: 14993

Thank @All for support. Can check user registered is difficult for me .hummm
by Repdientu
Thu Jul 09, 2020 6:36 am
Forum: Script Requests
Topic: !vhost nick vhost.you.choose
Replies: 25
Views: 14993

you could take a look at: http://forum.egghelp.org/viewtopic.php?t=13836&highlight=vhost and http://forum.egghelp.org/viewtopic.php?t=20311&highlight=vhost i would use hostserv wich is available from anope to have vhost set permanent if thats what you look for if u seek vhost per session yo...
by Repdientu
Wed Jul 08, 2020 5:28 am
Forum: Script Requests
Topic: !vhost nick vhost.you.choose
Replies: 25
Views: 14993

simo wrote:What ircd are you using and what services?
i am using Unrealircd and anope 2.0.6
by Repdientu
Tue Jul 07, 2020 10:05 am
Forum: Script Requests
Topic: !vhost nick vhost.you.choose
Replies: 25
Views: 14993

CrazyCat wrote:Your eggdrop needs to be ircop on the network, not just operator on your chan to do that.
yes, my bot is ircops on network. Can you help me ?
by Repdientu
Tue Jul 07, 2020 9:14 am
Forum: Script Requests
Topic: !vhost nick vhost.you.choose
Replies: 25
Views: 14993

!vhost nick vhost.you.choose

Hello

i want to use public command to use on #mychan (my bot has operator)
Eg: !vhost nick nick.vhost.choose

can you help me ?
Thank you
by Repdientu
Sat Oct 05, 2019 11:56 pm
Forum: Scripting Help
Topic: help join/part script
Replies: 3
Views: 4501

i change script to: set p_chan "#Lobby" set p_time 5 proc joinpart_start {} { global p_time if {[string match *p_joinpart* [timers]]} {return 0} timer [expr [rand $p_time] + 1] p_joinpart } proc p_joinpart {} { global botnick p_chan p_time if {![validchan $p_chan]} { channel add $p_chan } ...
by Repdientu
Sat Oct 05, 2019 2:11 am
Forum: Scripting Help
Topic: help join/part script
Replies: 3
Views: 4501

help join/part script

Hello i write script to join(part) script but it not work (bot part but not join #) here is my script set p_chan "#Lobby" set p_time 5 proc joinpart_start {} { global p_time if {[string match *p_joinpart* [timers]]} {return 0} timer [expr [rand $p_time] + 1] p_joinpart } proc p_joinpart {}...